+ FUNCTION=4_movingaverage + PARAMETER=10 + THREADS=1 + LOAD_REQUESTS=300 + LOAD_THREADS=10 + LOAD_FREQUENCY=1 + OUTPUT_FILE=results/results-simple/4_movingaverage-10-1-300-10-1-25-100-1-10-cloud-2.csv + DELAY=25 + BANDWIDTH_MBPS=100 + DELAY_CLIENT_EDGE=1 + BANDWIDTH_CLIENT_EDGE_MBPS=10 + DEPLOYMENT_MODE=cloud + TIMEOUT=360 + '[' '!' -d functions/4_movingaverage ']' + '[' -z 4_movingaverage ']' + '[' -z 10 ']' + '[' -z 1 ']' + '[' -z 300 ']' + '[' -z 10 ']' + '[' -z 1 ']' + '[' -z results/results-simple/4_movingaverage-10-1-300-10-1-25-100-1-10-cloud-2.csv ']' + '[' -z 25 ']' + '[' -z 100 ']' + '[' -z 1 ']' + '[' -z 10 ']' + '[' -z cloud ']' + '[' -z 360 ']' + '[' cloud '!=' cloud ']' ++ terraform output -json ++ jq -r .cloud_name.value + CLOUD_INSTANCE=enoki-cloud.europe-west9-a.dauntless-ember-429412-s5 ++ jq -r .edge_name.value ++ terraform output -json + EDGE_INSTANCE=enoki-edge.europe-west9-a.dauntless-ember-429412-s5 ++ terraform output -json ++ jq -r .client_name.value + CLIENT_INSTANCE=enoki-client.europe-west9-a.dauntless-ember-429412-s5 ++ jq -r .zone.value ++ terraform output -json + ZONE=europe-west9-a ++ terraform output -json ++ jq -r .cloud_id.value + CLOUD_NAME=enoki-cloud ++ terraform output -json ++ jq -r .edge_id.value + EDGE_NAME=enoki-edge ++ terraform output -json ++ jq -r .client_id.value + CLIENT_NAME=enoki-client + wait + gcloud compute instances stop --zone=europe-west9-a enoki-cloud + gcloud compute instances stop --zone=europe-west9-a enoki-client + gcloud compute instances stop --zone=europe-west9-a enoki-edge Stopping instance(s) enoki-edge... Stopping instance(s) enoki-client... Stopping instance(s) enoki-cloud... ................................................................................................................................................................................................................................done. Updated [https://compute.googleapis.com/compute/v1/projects/dauntless-ember-429412-s5/zones/europe-west9-a/instances/enoki-edge]. ................................................................................................................................................................................................................................done. Updated [https://compute.googleapis.com/compute/v1/projects/dauntless-ember-429412-s5/zones/europe-west9-a/instances/enoki-client]. .................................................................................................................................................................................................................................done. Updated [https://compute.googleapis.com/compute/v1/projects/dauntless-ember-429412-s5/zones/europe-west9-a/instances/enoki-cloud]. + sleep 5 + gcloud compute instances start --zone=europe-west9-a enoki-cloud + wait + gcloud compute instances start --zone=europe-west9-a enoki-client + gcloud compute instances start --zone=europe-west9-a enoki-edge Starting instance(s) enoki-edge... Starting instance(s) enoki-cloud... Starting instance(s) enoki-client... ....................done. Updated [https://compute.googleapis.com/compute/v1/projects/dauntless-ember-429412-s5/zones/europe-west9-a/instances/enoki-cloud]. Instance internal IP is 192.168.10.2 Instance external IP is 34.163.40.134 .....................done. .............................done. Updated [https://compute.googleapis.com/compute/v1/projects/dauntless-ember-429412-s5/zones/europe-west9-a/instances/enoki-client]. Instance internal IP is 192.168.10.4 Instance external IP is 34.163.91.255 Updated [https://compute.googleapis.com/compute/v1/projects/dauntless-ember-429412-s5/zones/europe-west9-a/instances/enoki-edge]. Instance internal IP is 192.168.10.3 Instance external IP is 34.163.45.126 + sleep 5 ++ gcloud compute instances describe --zone=europe-west9-a enoki-cloud '--format=get(networkInterfaces[0].accessConfigs[0].natIP)' + CLOUD_IP=34.163.40.134 ++ gcloud compute instances describe --zone=europe-west9-a enoki-edge '--format=get(networkInterfaces[0].accessConfigs[0].natIP)' + EDGE_IP=34.163.45.126 ++ gcloud compute instances describe --zone=europe-west9-a enoki-client '--format=get(networkInterfaces[0].accessConfigs[0].natIP)' + CLIENT_IP=34.163.91.255 + echo 34.163.40.134 34.163.40.134 + echo 34.163.45.126 34.163.45.126 + echo 34.163.91.255 34.163.91.255 + gcloud compute config-ssh You should now be able to use ssh/scp with your instances. For example, try running: $ ssh enoki-client.europe-west9-a.dauntless-ember-429412-s5 + ssh -o StrictHostKeyChecking=no enoki-cloud.europe-west9-a.dauntless-ember-429412-s5 echo + ssh -o StrictHostKeyChecking=no enoki-edge.europe-west9-a.dauntless-ember-429412-s5 echo + ssh -o StrictHostKeyChecking=no enoki-client.europe-west9-a.dauntless-ember-429412-s5 echo + wait + ssh enoki-edge.europe-west9-a.dauntless-ember-429412-s5 docker system prune -f + ssh enoki-cloud.europe-west9-a.dauntless-ember-429412-s5 docker system prune -f Total reclaimed space: 0B Deleted Containers: 8aad2e060fd85f090a633c5a99cecf66f04e4b937333081607f09a5d6af87b3b dfd6dc9b72e007f52fa56627b0cd66875e7b088c0c4f768e23dda3c7ba8b5bc4 Total reclaimed space: 65.07MB + CERTS_DIR=certs + CA_CERT=certs/ca.crt + ETCD_CERT=certs/etcd.crt + ETCD_KEY=certs/etcd.key + FREDCLOUD_CERT=certs/fredcloud.crt + FREDCLOUD_KEY=certs/fredcloud.key + FREDEDGE_CERT=certs/frededge.crt + FREDEDGE_KEY=certs/frededge.key ++ ssh enoki-cloud.europe-west9-a.dauntless-ember-429412-s5 pwd + home=/home/sree + ssh enoki-cloud.europe-west9-a.dauntless-ember-429412-s5 docker run -v /home/sree/certs/etcd.crt:/cert/etcd.crt -v /home/sree/certs/etcd.key:/cert/etcd.key -v /home/sree/certs/ca.crt:/cert/ca.crt -p 2379:2379 -d gcr.io/etcd-development/etcd:v3.5.7 etcd --name s-1 --data-dir /tmp/etcd/s-1 --listen-client-urls https://0.0.0.0:2379 --advertise-client-urls https://34.163.40.134:2379 --listen-peer-urls http://0.0.0.0:2380 --initial-advertise-peer-urls http://0.0.0.0:2380 --initial-cluster s-1=http://0.0.0.0:2380 --initial-cluster-token tkn --initial-cluster-state new --cert-file=/cert/etcd.crt --key-file=/cert/etcd.key --client-cert-auth --trusted-ca-file=/cert/ca.crt b55a0d1dd419e99463b13e0d55ba6b2bc993f5318e1f96c1b58b33456efa4a14 + ssh enoki-cloud.europe-west9-a.dauntless-ember-429412-s5 docker run -v /home/sree/certs/fredcloud.crt:/cert/node.crt -v /home/sree/certs/fredcloud.key:/cert/node.key -v /home/sree/certs/ca.crt:/cert/ca.crt -p 9001:9001 -p 5555:5555 -d git.tu-berlin.de:5000/mcc-fred/fred/fred:v0.2.19 --nodeID fredcloud --nase-host 34.163.40.134:2379 --nase-cached --adaptor badgerdb --badgerdb-path ./db --host 0.0.0.0:9001 --advertise-host 34.163.40.134:9001 --peer-host 0.0.0.0:5555 --peer-advertise-host 34.163.40.134:5555 --log-level debug --handler dev --cert /cert/node.crt --key /cert/node.key --ca-file /cert/ca.crt --skip-verify --peer-cert /cert/node.crt --peer-key /cert/node.key --peer-ca /cert/ca.crt --peer-skip-verify --nase-cert /cert/node.crt --nase-key /cert/node.key --nase-ca /cert/ca.crt --nase-skip-verify --trigger-cert /cert/node.crt --trigger-key /cert/node.key --trigger-ca /cert/ca.crt --trigger-skip-verify 40942b699e1f2d5add101cc047be25913d8025ecbf762c80460f1deda7618361 ++ ssh enoki-edge.europe-west9-a.dauntless-ember-429412-s5 pwd + ssh enoki-cloud.europe-west9-a.dauntless-ember-429412-s5 TF_BACKEND=dockerkv DOCKERKV_CERTS_DIR=certs DOCKERKV_CA_CERT_PATH=certs/ca.crt DOCKERKV_CA_KEY_PATH=certs/ca.key DOCKERKV_HOST=34.163.40.134 DOCKERKV_PORT=9001 ./manager + home=/home/sree + '[' cloud == edge ']' + DOCKERKV_HOST=34.163.40.134 + '[' cloud == edge ']' + NAME=func + curl http://34.163.45.126:8080/logs + ssh enoki-edge.europe-west9-a.dauntless-ember-429412-s5 TF_BACKEND=dockerkv DOCKERKV_CERTS_DIR=certs DOCKERKV_CA_CERT_PATH=certs/ca.crt DOCKERKV_CA_KEY_PATH=certs/ca.key DOCKERKV_HOST=34.163.40.134 DOCKERKV_PORT=9001 ./manager % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0manager: 2024/07/14 19:25:32 main.go:85: using dockerkv backend manager: 2024/07/14 19:25:33 main.go:85: using dockerkv backend manager: 2024/07/14 19:25:33 handler.go:87: error pulling fred lib image: Error response from daemon: manifest for git.tu-berlin.de:5000/mcc-fred/fred/alexandra:v0.2.18 not found: manifest unknown: manifest unknown 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0manager: 2024/07/14 19:25:33 handler.go:87: error pulling fred lib image: Error response from daemon: manifest for git.tu-berlin.de:5000/mcc-fred/fred/alexandra:v0.2.18 not found: manifest unknown: manifest unknown 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2225 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2222 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2300 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2234 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2246 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2316 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 5790 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2244 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2332 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2323 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2291 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2253 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2261 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2239 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2323 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2241 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2352 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2367 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2300 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2279 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2324 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2407 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2260 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2273 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2559 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2403 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2311 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2301 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2274 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2328 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2251 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2249 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2259 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2316 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2339 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2267 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2274 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2247 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2305 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2252 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2268 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2248 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2590 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2557 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2266 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2313 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2311 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2247 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2205 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2296 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2259 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2266 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2272 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2238 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2268 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2238 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2298 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2234 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2249 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2242 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2238 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2322 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2274 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2245 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2274 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2239 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2271 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2294 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2248 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2280 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2248 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2245 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2276 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2318 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2235 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2294 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2309 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2911 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2207 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2278 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2242 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2243 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2301 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2352 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2255 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2237 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2232 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2260 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2281 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2244 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2225 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2235 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2204 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2305 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2238 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2255 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2248 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2265 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2233 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2352 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2638 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2249 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2214 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2237 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2265 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2261 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2254 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2279 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2243 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2246 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2218 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2244 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2259 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2251 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2255 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2244 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2248 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2261 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2255 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2295 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2280 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2245 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2248 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2266 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2232 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2302 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2208 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2291 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2239 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2251 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 3442 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2234 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2307 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2455 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2252 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2272 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2292 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2274 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2260 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2264 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2242 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2283 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2211 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2260 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2266 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2244 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2239 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2274 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2252 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2245 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2219 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2302 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2237 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2248 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2252 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2249 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2276 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2270 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2257 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2255 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2235 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2323 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2254 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2252 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2252 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2231 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2261 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2254 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2272 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2288 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2260 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2217 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2255 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2251 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2280 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2224 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2241 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2244 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2698 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2247 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2257 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2211 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2222 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1 + curl http://34.163.45.126:8080/logs % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (7) Failed to connect to 34.163.45.126 port 8080 after 2251 ms: Connection refused + echo 'edge tf not ready yet' edge tf not ready yet + sleep 1