diff --git a/Cargo.lock b/Cargo.lock index d02cea7..111a605 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,58 +1,56 @@ [[package]] -name = "adler32" -version = "1.0.3" +name = "MacTypes-sys" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] -name = "aho-corasick" -version = "0.5.3" +name = "adler32" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", -] [[package]] name = "aho-corasick" -version = "0.6.8" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "amq-protocol" -version = "0.21.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "amq-protocol-codegen 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", - "amq-protocol-types 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "amq-protocol-codegen 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "amq-protocol-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "cookie-factory 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "nom 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 4.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "amq-protocol-codegen" -version = "0.28.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "amq-protocol-types 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "amq-protocol-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "amq-protocol-types" -version = "1.0.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cookie-factory 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "nom 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 4.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -68,12 +66,17 @@ name = "antidote" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "arrayref" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "arrayvec" -version = "0.4.7" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -81,30 +84,36 @@ name = "atty" version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "autocfg" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "backtrace" -version = "0.3.9" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "backtrace-sys" -version = "0.1.24" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -112,15 +121,32 @@ name = "base64" version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "base64" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "bitflags" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "block-buffer" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "blockchain_gateway" version = "0.1.0" @@ -128,61 +154,61 @@ dependencies = [ "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "config 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "config 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", - "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", + "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "gelf 0.3.0 (git+https://github.com/StoriqaTeam/gelf-rust?rev=b05956244f020bb4a62b859bd1025b6c699b2628)", "http_router 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "lapin-async 0.13.0 (git+https://github.com/StoriqaTeam/lapin?branch=storiqa)", - "lapin-futures 0.13.1 (git+https://github.com/StoriqaTeam/lapin?branch=storiqa)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "r2d2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "lapin-async 0.17.0 (git+https://github.com/StoriqaTeam/lapin?branch=0.17.1)", + "lapin-futures 0.17.0 (git+https://github.com/StoriqaTeam/lapin?branch=0.17.1)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "r2d2 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "rlp 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "sentry 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_qs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sentry 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_qs 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "simplelog 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "validator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "build_const" -version = "0.2.1" +name = "byte-tools" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "byteorder" -version = "1.2.6" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bytes" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "cc" -version = "1.0.25" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cfg-if" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -192,8 +218,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -221,16 +247,16 @@ dependencies = [ [[package]] name = "config" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "nom 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rust-ini 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde-hjson 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", - "toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 4.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -245,7 +271,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -253,43 +279,55 @@ name = "core-foundation-sys" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "crc" -version = "1.8.1" +name = "crc32fast" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "crossbeam-deque" -version = "0.6.1" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "crossbeam-epoch" -version = "0.5.2" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "crossbeam-queue" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "crossbeam-utils" -version = "0.5.0" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "crunchy" @@ -298,18 +336,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "data-encoding" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "debugid" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "digest" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -319,7 +365,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "elastic-array" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -327,10 +373,10 @@ dependencies = [ [[package]] name = "encoding_rs" -version = "0.8.9" +version = "0.8.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -339,82 +385,86 @@ version = "0.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "error-chain" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "ethbloom" -version = "0.5.0" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "ethereum-types-serialize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "fixed-hash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "ethereum-types-serialize 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "fixed-hash 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "ethereum-types" -version = "0.4.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "ethbloom 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ethereum-types-serialize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "fixed-hash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "ethbloom 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ethereum-types-serialize 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "fixed-hash 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", "uint 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "ethereum-types-serialize" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "failure" -version = "0.1.2" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", + "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "failure_derive" -version = "0.1.2" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", - "synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.27 (registry+https://github.com/rust-lang/crates.io-index)", + "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "fake-simd" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "fixed-hash" -version = "0.2.2" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -435,6 +485,11 @@ name = "foreign-types-shared" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "fuchsia-cprng" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "fuchsia-zircon" version = "0.3.3" @@ -451,7 +506,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures" -version = "0.1.24" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -459,8 +514,8 @@ name = "futures-cpupool" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -469,46 +524,55 @@ version = "0.3.0" source = "git+https://github.com/StoriqaTeam/gelf-rust?rev=b05956244f020bb4a62b859bd1025b6c699b2628#b05956244f020bb4a62b859bd1025b6c699b2628" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "libflate 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "libflate 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "generic-array" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "h2" -version = "0.1.12" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", - "indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "handlebars" -version = "0.32.4" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -524,16 +588,16 @@ name = "hostname" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", "winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "http" -version = "0.1.13" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -543,9 +607,9 @@ name = "http_router" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "hyper 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -560,7 +624,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "humantime" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -568,26 +632,28 @@ dependencies = [ [[package]] name = "hyper" -version = "0.12.11" +version = "0.12.25" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "h2 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "h2 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -596,11 +662,11 @@ name = "hyper-tls" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)", - "native-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", + "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -610,21 +676,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "im" -version = "12.1.0" +version = "12.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sized-chunks 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "indexmap" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -632,15 +699,10 @@ name = "iovec" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "itoa" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "itoa" version = "0.4.3" @@ -657,31 +719,35 @@ dependencies = [ [[package]] name = "lapin-async" -version = "0.13.0" -source = "git+https://github.com/StoriqaTeam/lapin?branch=storiqa#4b546af81ca9c2bb489455c802ee6438d8172d3e" +version = "0.17.0" +source = "git+https://github.com/StoriqaTeam/lapin?branch=0.17.1#567dc7ca8bc002286662be1cd960a0f176018012" dependencies = [ - "amq-protocol 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)", + "amq-protocol 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "cookie-factory 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "nom 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sasl 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 4.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "lapin-futures" -version = "0.13.1" -source = "git+https://github.com/StoriqaTeam/lapin?branch=storiqa#4b546af81ca9c2bb489455c802ee6438d8172d3e" +version = "0.17.0" +source = "git+https://github.com/StoriqaTeam/lapin?branch=0.17.1#567dc7ca8bc002286662be1cd960a0f176018012" dependencies = [ - "amq-protocol 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "amq-protocol 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "cookie-factory 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "lapin-async 0.13.0 (git+https://github.com/StoriqaTeam/lapin?branch=storiqa)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "nom 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "lapin-async 0.17.0 (git+https://github.com/StoriqaTeam/lapin?branch=0.17.1)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 4.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-sync 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -691,30 +757,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lazy_static" -version = "1.1.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", -] [[package]] name = "lazycell" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.43" +version = "0.2.49" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libflate" -version = "0.1.18" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -733,44 +796,36 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lock_api" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "log" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "matches" -version = "0.1.8" +name = "maplit" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "memchr" -version = "0.1.11" +name = "matches" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", -] [[package]] name = "memchr" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", -] [[package]] name = "memoffset" @@ -779,10 +834,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mime" -version = "0.3.9" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -790,9 +845,9 @@ name = "mime_guess" version = "2.0.0-alpha.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "mime 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "phf 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_codegen 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", + "mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -805,12 +860,12 @@ dependencies = [ "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", - "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -820,7 +875,7 @@ version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -837,18 +892,19 @@ dependencies = [ [[package]] name = "native-tls" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl 0.10.12 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.10.19 (registry+https://github.com/rust-lang/crates.io-index)", "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.9.36 (registry+https://github.com/rust-lang/crates.io-index)", - "schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", - "security-framework 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.42 (registry+https://github.com/rust-lang/crates.io-index)", + "schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", + "security-framework 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "security-framework-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -856,22 +912,23 @@ name = "net2" version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "nodrop" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "nom" -version = "4.0.0" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -897,23 +954,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "num_cpus" -version = "1.8.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "openssl" -version = "0.10.12" +version = "0.10.19" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.9.36 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -923,18 +980,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "openssl-sys" -version = "0.9.36" +version = "0.9.42" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "owning_ref" -version = "0.3.3" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -942,22 +1000,22 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.6.4" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "parking_lot_core" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -968,48 +1026,72 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "pest" -version = "1.0.6" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "pest_derive" -version = "1.0.8" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "pest_generator" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", + "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.27 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "pest_meta" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf" -version = "0.7.23" +version = "0.7.24" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_codegen" -version = "0.7.23" +version = "0.7.24" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "phf_generator 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_generator" -version = "0.7.23" +version = "0.7.24" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_shared" -version = "0.7.23" +version = "0.7.24" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1023,7 +1105,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "proc-macro2" -version = "0.4.19" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1036,120 +1118,190 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "quote" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "quote" -version = "0.6.8" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "r2d2" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "scheduled-thread-pool 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rand" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rand" -version = "0.4.3" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rand" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "rand" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "rand_chacha" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "rand_core" -version = "0.2.2" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rand_core" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "redox_syscall" -version = "0.1.40" +name = "rand_hc" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "rand_isaac" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] -name = "redox_termios" +name = "rand_jitter" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "rand_os" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "rand_pcg" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "rand_xorshift" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "regex" -version = "0.1.80" +name = "rdrand" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", - "regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "regex" -version = "1.0.5" +name = "redox_syscall" +version = "0.1.51" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "redox_termios" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", - "memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "regex-syntax" -version = "0.3.9" +name = "regex" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "regex-syntax" -version = "0.6.2" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1162,28 +1314,31 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.9.2" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "encoding_rs 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)", + "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libflate 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "mime 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "libflate 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", - "native-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_urlencoded 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_urlencoded 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1191,25 +1346,20 @@ name = "rlp" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "elastic-array 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "ethereum-types 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rust-ini" -version = "0.12.2" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rustc-demangle" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "rustc-hex" -version = "1.0.0" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1227,7 +1377,7 @@ dependencies = [ [[package]] name = "ryu" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1236,19 +1386,19 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "sasl" -version = "0.4.2" +name = "same-file" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "schannel" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1272,22 +1422,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "security-framework" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "security-framework-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "security-framework-sys" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "MacTypes-sys 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1305,25 +1456,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sentry" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", - "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "httpdate 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "im 12.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "reqwest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "im 12.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "reqwest 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "sentry-types 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "uname 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1332,15 +1483,15 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "debugid 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "debugid 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1350,54 +1501,53 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "serde" -version = "1.0.79" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "serde-hjson" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_derive" -version = "1.0.79" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.8 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.27 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_json" -version = "1.0.32" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_qs" -version = "0.4.1" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "data-encoding 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1410,13 +1560,24 @@ dependencies = [ [[package]] name = "serde_urlencoded" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sha-1" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1425,7 +1586,7 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1434,18 +1595,23 @@ name = "siphasher" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "sized-chunks" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "slab" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "smallvec" -version = "0.6.5" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] [[package]] name = "stable_deref_trait" @@ -1454,7 +1620,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "string" -version = "0.1.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1464,62 +1630,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "syn" -version = "0.11.11" +version = "0.15.27" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", - "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "syn" -version = "0.14.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "syn" -version = "0.15.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "synom" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "synstructure" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.27 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tempfile" -version = "3.0.4" +version = "3.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1529,7 +1667,7 @@ name = "term" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1546,8 +1684,8 @@ name = "termion" version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1559,38 +1697,21 @@ dependencies = [ "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "thread-id" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "thread_local" -version = "0.2.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "thread_local" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "time" -version = "0.1.40" +version = "0.1.42" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1604,23 +1725,25 @@ dependencies = [ [[package]] name = "tokio" -version = "0.1.11" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-current-thread 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-sync 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1628,9 +1751,9 @@ name = "tokio-codec" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1638,147 +1761,161 @@ name = "tokio-core" version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-current-thread" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-executor" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-fs" -version = "0.1.3" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-io" -version = "0.1.9" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-reactor" -version = "0.1.6" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-sync 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "tokio-sync" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-tcp" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-threadpool" -version = "0.1.7" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-timer" -version = "0.2.7" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-udp" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-uds" -version = "0.2.2" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "toml" -version = "0.4.8" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1792,16 +1929,21 @@ version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "ucd-util" +name = "ucd-trie" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "ucd-util" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "uint" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1812,7 +1954,7 @@ name = "uname" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1825,7 +1967,7 @@ dependencies = [ [[package]] name = "unicase" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1841,35 +1983,25 @@ dependencies = [ [[package]] name = "unicode-normalization" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "unicode-width" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "unicode-xid" -version = "0.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "unreachable" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "url" -version = "1.7.1" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1882,18 +2014,13 @@ name = "url_serde" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "utf8-ranges" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "utf8-ranges" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1901,18 +2028,18 @@ name = "uuid" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "uuid" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1921,12 +2048,12 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1945,17 +2072,22 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "void" -version = "1.0.2" +name = "walkdir" +version = "2.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "want" version = "0.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1985,7 +2117,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "winapi-util" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2002,7 +2134,7 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2036,229 +2168,240 @@ dependencies = [ ] [metadata] +"checksum MacTypes-sys 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eaf9f0d0b1cc33a4d2aee14fb4b2eac03462ef4db29c8ac4057327d8a71ad86f" "checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c" -"checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" -"checksum aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "68f56c7353e5a9547cbd76ed90f7bb5ffc3ba09d4ea9bd1d8c06c8b1142eeb5a" -"checksum amq-protocol 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)" = "21cab4bad7494c3feebb7eae22345b80164eeebd3da02014f0ce0c4e1db8ff7f" -"checksum amq-protocol-codegen 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5090d3941f35e4c8aa296f2f8ed499aaf01583409600287a5437e4708e65ea72" -"checksum amq-protocol-types 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4793f877f96d4f1564664a3f13f8c4680365408a142498f998ac834ebfc40cb0" +"checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" +"checksum amq-protocol 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "38f4f14f008c20f3baef80848689796319b7218ff3014cefe3f9877ec3c6d7e2" +"checksum amq-protocol-codegen 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8de25fd7928ad5c3ba4e0d6c1ba729a6de6312e9d08050920dc5a119840bd1da" +"checksum amq-protocol-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6857d51c6c9e9b45eacd355917c0e792cd3ceeaeab76a75d6475ea8980009fea" "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" "checksum antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5" -"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" +"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" +"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" -"checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a" -"checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0" +"checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" +"checksum backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5a90e2b463010cd0e0ce9a11d4a9d5d58d9f41d4a6ba3dcaf9e68b466e88b4" +"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" +"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" -"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39" -"checksum byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "90492c5858dd7d2e78691cfb89f90d273a2800fc11d98f60786e5d87e2f83781" -"checksum bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62" -"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" -"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" +"checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" +"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" +"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" +"checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa" +"checksum cc 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)" = "d01c69d08ff207f231f07196e30f84c70f1c815b04f980f8b7b01ff01f05eb92" +"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" -"checksum config 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13490293b8a84cc82cd531da41adeae82cd9eaa40e926ac18865aa361f9c9f60" +"checksum config 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3e82d07fac0a5eeaa9d959b5194d01bb66e414665f547416958d2b430f8f4852" "checksum cookie-factory 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "98a479f8099cc5ac64915a3dd76c87be27f929ba406ad705aacb13f19b791207" "checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980" "checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa" -"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" -"checksum crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3486aefc4c0487b9cb52372c97df0a48b8c249514af1ee99703bf70d2f2ceda1" -"checksum crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9" -"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015" +"checksum crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e91d5240c6975ef33aeb5f148f35275c25eda8e8a5f95abe421978b05b8bf192" +"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" +"checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4" +"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" +"checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c" "checksum crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a2f4a431c5c9f662e1200b7c7f02c34e91361150e382089a8f2dec3ba680cbda" -"checksum data-encoding 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "67df0571a74bf0d97fb8b2ed22abdd9a48475c96bd327db968b7d9cace99655e" -"checksum debugid 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cd591a453cc783fc29e02c269236ebe133d7132dc62025e901320a2ca5cacc33" +"checksum data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4f47ca1860a761136924ddd2422ba77b2ea54fe8cc75b9040804a0d9d32ad97" +"checksum debugid 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb088ba9178f59386641547f9c22fd1d658e2d130f02359bb562759f8f992fc" +"checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" "checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd" -"checksum elastic-array 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "88d4851b005ef16de812ea9acdb7bece2f0a40dd86c07b85631d7dafa54537bb" -"checksum encoding_rs 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f1a79fa56c329a5b087de13748054fb3b974c4a672c12c71f0b66e35c5addec5" +"checksum elastic-array 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "073be79b6538296faf81c631872676600616073817dd9a440c477ad09b408983" +"checksum encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4155785c79f2f6701f185eb2e6b4caf0555ec03477cb4c70db67b465311620ed" "checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38" -"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3" -"checksum ethbloom 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a93a43ce2e9f09071449da36bfa7a1b20b950ee344b6904ff23de493b03b386" -"checksum ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "35b3c5a18bc5e73a32a110ac743ec04b02bbbcd3b71d3118d40a6113d509378a" -"checksum ethereum-types-serialize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ac59a21a9ce98e188f3dace9eb67a6c4a3c67ec7fbc7218cb827852679dc002" -"checksum failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7efb22686e4a466b1ec1a15c2898f91fa9cb340452496dca654032de20ff95b9" -"checksum failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "946d0e98a50d9831f5d589038d2ca7f8f455b1c21028c0db0e84116a12696426" -"checksum fixed-hash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d5ec8112f00ea8a483e04748a85522184418fd1cf02890b626d8fc28683f7de" +"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" +"checksum ethbloom 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a6294da962646baa738414e8e718d1a1f0360a51d92de89ccbf91870418f5360" +"checksum ethereum-types 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e742184dc63a01c8ea0637369f8faa27c40f537949908a237f95c05e68d2c96" +"checksum ethereum-types-serialize 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1873d77b32bc1891a79dad925f2acbc318ee942b38b9110f9dbc5fbeffcea350" +"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" +"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" +"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" +"checksum fixed-hash 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7afe6ce860afb14422711595a7b26ada9ed7de2f43c0b2ab79d09ee196287273" "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" +"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" -"checksum futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "0c84b40c7e2de99ffd70602db314a7a8c26b2b3d830e6f7f7a142a8860ab3ca4" +"checksum futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b" "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" "checksum gelf 0.3.0 (git+https://github.com/StoriqaTeam/gelf-rust?rev=b05956244f020bb4a62b859bd1025b6c699b2628)" = "" -"checksum h2 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "a27e7ed946e8335bdf9a191bc1b9b14a03ba822d013d2f58437f4fabcbd7fc2c" -"checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd" +"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" +"checksum h2 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ddb2b25a33e231484694267af28fec74ac63b5ccf51ee2065a5e313b834d836e" +"checksum handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d82e5750d8027a97b9640e3fefa66bbaf852a35228e1c90790efd13c4b09c166" "checksum heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1679e6ea370dee694f91f1dc469bf94cf8f52051d147aec3e1f9497c6fc22461" "checksum hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e" -"checksum http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "24f58e8c2d8e886055c3ead7b28793e1455270b5fb39650984c224bc538ba581" +"checksum http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "fe67e3678f2827030e89cc4b9e7ecd16d52f132c0b940ab5005f88e821500f6a" "checksum http_router 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6eb5f1ce5b442fe612be006b88fbd8f887eefa37bb6b2ead8d3e50433154a8a4" "checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" "checksum httpdate 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" -"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e" -"checksum hyper 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)" = "78d50abbd1790e0f4c74cb1d4a2211b439bac661d54107ad5564c55e77906762" +"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" +"checksum hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)" = "7d5b6658b016965ae301fa995306db965c93677880ea70765a84235a96eae896" "checksum hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "32cd73f14ad370d3b4d4b7dce08f69b81536c82e39fcc89731930fe5788cd661" "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" -"checksum im 12.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "90742b94a13db9b161eeab35f89bc9723634eb72bfd124f3ebb025734fdfef18" -"checksum indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08173ba1e906efb6538785a8844dd496f5d34f0a2d88038e95195172fc667220" +"checksum im 12.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d53d413ce9f70d9e4fc13131529ab6ab8c763f96cf6411e2dacfe75965f19c12" +"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" -"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c" "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" -"checksum lapin-async 0.13.0 (git+https://github.com/StoriqaTeam/lapin?branch=storiqa)" = "" -"checksum lapin-futures 0.13.1 (git+https://github.com/StoriqaTeam/lapin?branch=storiqa)" = "" +"checksum lapin-async 0.17.0 (git+https://github.com/StoriqaTeam/lapin?branch=0.17.1)" = "" +"checksum lapin-futures 0.17.0 (git+https://github.com/StoriqaTeam/lapin?branch=0.17.1)" = "" "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" -"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7" -"checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0" -"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" -"checksum libflate 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "21138fc6669f438ed7ae3559d5789a5f0ba32f28c1f0608d1e452b0bb06ee936" +"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" +"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" +"checksum libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)" = "413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e" +"checksum libflate 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "54d1ddf9c52870243c5689d7638d888331c1116aa5b398f3ba1acfa7d8758ca1" "checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" -"checksum lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a" -"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f" +"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" +"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" +"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" -"checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" -"checksum memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4b3629fe9fdbff6daa6c33b90f7c08355c1aca05a3d01fa8063b822fcf185f3b" +"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" -"checksum mime 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "4b082692d3f6cf41b453af73839ce3dfc212c4411cbb2441dff80a716e38bd79" +"checksum mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "3e27ca21f40a310bd06d9031785f4801710d566c184a6e15bad4f1d9b65f9425" "checksum mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed" "checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" -"checksum native-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8b0a7bd714e83db15676d31caf968ad7318e9cc35f93c85a90231c8f22867549" +"checksum native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff8e08de0070bbf4c31f452ea2a70db092f36f6f2e4d897adf5674477d488fb2" "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" -"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" -"checksum nom 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "898696750eb5c3ce5eb5afbfbe46e7f7c4e1936e19d3e97be4b7937da7b6d114" +"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" +"checksum nom 4.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4836e9d6036552017e107edc598c97b2dee245161ff1b1ad4af215004774b354" "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" -"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" -"checksum openssl 0.10.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5e2e79eede055813a3ac52fb3915caf8e1c9da2dec1587871aec9f6f7b48508d" +"checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba" +"checksum openssl 0.10.19 (registry+https://github.com/rust-lang/crates.io-index)" = "84321fb9004c3bce5611188a644d6171f895fa2889d155927d528782edb21c5d" "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" -"checksum openssl-sys 0.9.36 (registry+https://github.com/rust-lang/crates.io-index)" = "409d77eeb492a1aebd6eb322b2ee72ff7c7496b4434d98b3bf8be038755de65e" -"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" -"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" -"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" +"checksum openssl-sys 0.9.42 (registry+https://github.com/rust-lang/crates.io-index)" = "cb534d752bf98cf363b473950659ac2546517f9c6be9723771614ab3f03bbc9e" +"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" +"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" +"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" -"checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc" -"checksum pest_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3294f437119209b084c797604295f40227cffa35c57220b1e99a6ff3bf8ee4" -"checksum phf 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "cec29da322b242f4c3098852c77a0ca261c9c01b806cae85a5572a1eb94db9a6" -"checksum phf_codegen 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "7d187f00cd98d5afbcd8898f6cf181743a449162aeb329dcd2f3849009e605ad" -"checksum phf_generator 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "03dc191feb9b08b0dc1330d6549b795b9d81aec19efe6b4a45aec8d4caee0c4b" -"checksum phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "b539898d22d4273ded07f64a05737649dc69095d92cb87c7097ec68e3f150b93" +"checksum pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3" +"checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" +"checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646" +"checksum pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e" +"checksum phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18" +"checksum phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e" +"checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" +"checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" "checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" -"checksum proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "ffe022fb8c8bd254524b0b3305906c1921fa37a84a644e29079a9e62200c3901" +"checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" -"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" -"checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5" -"checksum r2d2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f9078ca6a8a5568ed142083bb2f7dc9295b69d16f867ddcc9849e51b17d8db46" -"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1" -"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd" -"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" -"checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" -"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" -"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" +"checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" +"checksum r2d2 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5d746fc8a0dab19ccea7ff73ad535854e90ddb3b4b8cdce953dd5cd0b2e7bd22" +"checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c" +"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" +"checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9" +"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" +"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" +"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" +"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" +"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" +"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" +"checksum rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832" +"checksum rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b7c690732391ae0abafced5015ffb53656abfaec61b342290e5eb56b286a679d" +"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" +"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" +"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" +"checksum redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)" = "423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85" "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" -"checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" -"checksum regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2069749032ea3ec200ca51e4a31df41759190a88edca0d2d86ee8bedf7073341" -"checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957" -"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d" +"checksum regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53ee8cfdddb2e0291adfb9f13d31d3bbe0a03c9a402c01b1e24188d86c35b24f" +"checksum regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8c2f35eedad5295fdf00a63d7d4b238135723f92b434ec06774dad15c7ab0861" "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" -"checksum reqwest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1d68c7bf0b1dc3860b80c6d31d05808bf54cdc1bfc70a4680893791becd083ae" +"checksum reqwest 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)" = "f205a95638627fc0d21c53901671b06f439dc2830311ff11ecdff34ae2d839a8" "checksum rlp 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "524c5ad554859785dfc8469df3ed5e0b5784d4d335877ed47c8d90fc0eb238fe" -"checksum rust-ini 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ac66e816614e124a692b6ac1b8437237a518c9155a3aacab83a373982630c715" -"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395" -"checksum rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ceb8ce7a5e520de349e1fa172baeba4a9e8d5ef06c47471863530bc4972ee1e" +"checksum rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2" +"checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" "checksum rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "403bb3a286107a04825a5f82e1270acc1e14028d3d554d7a1e08914549575ab8" "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" -"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7" +"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" -"checksum sasl 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4dbda5436dcd059da44fbf84b87a7164c5e3cad354efd0630c1f2be3c51c8859" -"checksum schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "0e1a231dc10abf6749cfa5d7767f25888d484201accbd919b66ab5413c502d56" +"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" +"checksum schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f6abf258d99c3c1c5c2131d99d064e94b7b3dd5f416483057f308fea253339" "checksum scheduled-thread-pool 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a2ff3fc5223829be817806c6441279c676e454cc7da608faf03b0ccc09d3889" "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" -"checksum security-framework 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "697d3f3c23a618272ead9e1fb259c1411102b31c6af8b93f1d64cca9c3b0e8e0" -"checksum security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab01dfbe5756785b5b4d46e0289e5a18071dfa9a7c2b24213ea00b9ef9b665bf" +"checksum security-framework 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfab8dda0e7a327c696d893df9ffa19cadc4bd195797997f5223cf5831beaf05" +"checksum security-framework-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3d6696852716b589dff9e886ff83778bb635150168e83afa8ac6b8a78cb82abc" "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" -"checksum sentry 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b565ae999bf4a6399a95315b110560432a8958a207474749b91ea2a078a2bece" +"checksum sentry 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6f68b67973fb8e8cc09a85168e2b4242be4255cca776b7ae25cfec5eb3a9d708" "checksum sentry-types 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1108bf605cb7f136bea4d30d24c9e255ab16ea610a74e004c02d673a2247f6cf" "checksum serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8" -"checksum serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "84257ccd054dc351472528c8587b4de2dbf0dc0fe2e634030c1a90bfdacebaa9" -"checksum serde-hjson 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a2376ebb8976138927f48b49588ef73cde2f6591b8b3df22f4063e0f27b9bec" -"checksum serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "31569d901045afbff7a9479f793177fe9259819aff10ab4f89ef69bbc5f567fe" -"checksum serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce" -"checksum serde_qs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5873a8c1e2dc41f1d9305b7510f70768376dc974f81c0b9ce6b4d5b48be0203" +"checksum serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "92514fb95f900c9b5126e32d020f5c6d40564c27a5ea6d1d7d9f157a96623560" +"checksum serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153" +"checksum serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6eabf4b5914e88e24eea240bb7c9f9a2cbc1bbbe8d961d381975ec3c6b806c" +"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" +"checksum serde_qs 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4710cfbe7643b6f44862c534b27af3ffd682fed6018bda798fc5ab4d060d3aeb" "checksum serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5" -"checksum serde_urlencoded 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "aaed41d9fb1e2f587201b863356590c90c1157495d811430a0c0325fe8169650" +"checksum serde_urlencoded 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d48f9f99cd749a2de71d29da5f948de7f2764cc5a9d7f3c97e3514d4ee6eabf2" +"checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" "checksum simplelog 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e95345f185d5adeb8ec93459d2dc99654e294cc6ccf5b75414d8ea262de9a13" "checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" -"checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d" -"checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d" +"checksum sized-chunks 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8f15885363b466a745da0df69eee1ce2aef22ed404414962cedf8e318e75ce87" +"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" +"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" -"checksum string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970" +"checksum string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b639411d0b9c738748b5397d5ceba08e648f4f1992231aa859af1a017f31f60b" "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" -"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" -"checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741" -"checksum syn 0.15.8 (registry+https://github.com/rust-lang/crates.io-index)" = "356d1c5043597c40489e9af2d2498c7fefc33e99b7d75b43be336c8a59b3e45e" -"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" -"checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7" -"checksum tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "55c1195ef8513f3273d55ff59fe5da6940287a0d7a98331254397f464833675b" +"checksum syn 0.15.27 (registry+https://github.com/rust-lang/crates.io-index)" = "525bd55255f03c816e5d7f615587bd13030c7103354fadb104993dcee6a788ec" +"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" +"checksum tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a" "checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561" "checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f" "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" -"checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" -"checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" -"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b" +"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" "checksum tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e9175261fbdb60781fcd388a4d6cc7e14764a2b629a7ad94abb439aed223a44f" -"checksum tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6e93c78d23cc61aa245a8acd2c4a79c4d7fa7fb5c3ca90d5737029f043a84895" +"checksum tokio 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "fcaabb3cec70485d0df6e9454fe514393ad1c4070dee8915f11041e95630b230" "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" "checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71" -"checksum tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c" -"checksum tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde" -"checksum tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5cbe4ca6e71cb0b62a66e4e6f53a8c06a6eefe46cc5f665ad6f274c9906f135" -"checksum tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "8b8a85fffbec3c5ab1ab62324570230dcd37ee5996a7859da5caf7b9d45e3e8c" -"checksum tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018" -"checksum tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912" -"checksum tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bbd8a8b911301c60cbfaa2a6588fb210e5c1038375b8bdecc47aa09a94c3c05f" -"checksum tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e" -"checksum tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "da941144b816d0dcda4db3a1ba87596e4df5e860a72b70783fe435891f80601c" -"checksum tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "22e3aa6d1fcc19e635418dc0a30ab5bd65d347973d6f43f1a37bf8d9d1335fc9" -"checksum toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2ecc31b0351ea18b3fe11274b8db6e4d82bce861bbb22e6dbed40417902c65" +"checksum tokio-current-thread 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c756b04680eea21902a46fca4e9f410a2332c04995af590e07ff262e2193a9a3" +"checksum tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30c6dbf2d1ad1de300b393910e8a3aa272b724a400b6531da03eed99e329fbf0" +"checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af" +"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" +"checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" +"checksum tokio-sync 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1bf2b9dac2a0509b5cfd1df5aa25eafacb616a42a491a13604d6bbeab4486363" +"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" +"checksum tokio-threadpool 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "742e511f6ce2298aeb86fc9ea0d8df81c2388c6ebae3dc8a7316e8c9df0df801" +"checksum tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2910970404ba6fa78c5539126a9ae2045d62e3713041e447f695f41405a120c6" +"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92" +"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" +"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" "checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" -"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d" +"checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77" +"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" "checksum uint 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "754ba11732b9161b94c41798e5197e5e75388d012f760c42adb5000353e98646" "checksum uname 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b72f89f0ca32e4db1c04e2a72f5345d59796d4866a1ee0609084569f73683dc8" "checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" -"checksum unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284b6d3db520d67fbe88fd778c21510d1b0ba4a551e5d0fbb023d33405f6de8a" +"checksum unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d3218ea14b4edcaccfa0df0a64a3792a2c32cc706f1b336e48867f9d3147f90" "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" -"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25" +"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" -"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" -"checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6" +"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" "checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" -"checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" -"checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4" +"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" -"checksum uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dab5c5526c5caa3d106653401a267fed923e7046f35895ffcb5ca42db64942e6" +"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" "checksum validator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "236a5eda3df2c877872e98dbc55d497d943792e6405d8fc65bd4f8a5e3b53c99" "checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d" "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" -"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" +"checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1" "checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3" "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" -"checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab" +"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" "checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba" "checksum winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e" diff --git a/Cargo.toml b/Cargo.toml index 633e89d..670725c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ gelf = { git = "https://github.com/StoriqaTeam/gelf-rust", rev = "b05956244f020b http_router = "0.1" hyper = "0.12" hyper-tls = "0.3" -lapin-async = {version = "0.13", git = "https://github.com/StoriqaTeam/lapin", branch = "storiqa" } -lapin-futures = {version = "0.13.1", git = "https://github.com/StoriqaTeam/lapin", branch = "storiqa" } +lapin-async = {version = "0.17", git = "https://github.com/StoriqaTeam/lapin", branch = "0.17.1" } +lapin-futures = {version = "0.17", git = "https://github.com/StoriqaTeam/lapin", branch = "0.17.1" } log = { version = "0.4", features = ["std", "serde"] } r2d2 = "0.8" rand = "0.5" diff --git a/config/development.toml b/config/development.toml index d372f2f..7d8803b 100644 --- a/config/development.toml +++ b/config/development.toml @@ -2,9 +2,10 @@ mode = "nightly" [client] dns_threads = 4 -bitcoin_rpc_url = "http://localhost:18332" -bitcoin_rpc_user = "xyz" -bitcoin_rpc_password = "xyz" +blockcypher_token = "5979b604fb114080b5761dba871009c0" +bitcoin_rpc_url = "http://btc-bitcoind:18332" +bitcoin_rpc_user = "rpcstq" +bitcoin_rpc_password = "ER95KefTsNaMjuVa" infura_key = "16a351590d9946989cdc80712e74f25e" infura_secret = "b18f14aa53094950a51597600e41c422" stq_contract_address = "0x1bf2092a42166b2ae19b7b23752e7d2dab5ba91a" @@ -15,7 +16,7 @@ stq_balance_method = "0x70a08231" [poller] enabled = true bitcoin_interval_secs = 60 -bitcoin_number_of_tracked_confirmations = 4 +bitcoin_number_of_tracked_confirmations = 1 ethereum_interval_secs = 10 ethereum_number_of_tracked_confirmations = 18 storiqa_interval_secs = 10 @@ -23,7 +24,7 @@ storiqa_number_of_tracked_confirmations = 18 [rabbit] -url = "amqp://guest:guest@localhost:5672//?heartbeat=3&frame_max=131072" +url = "amqp://user:ttAOXTnkA3@amqp-rabbitmq:5672//?heartbeat=3&frame_max=131072" thread_pool_size = 2 connection_timeout_secs = 10 connection_pool_size = 10 diff --git a/src/api/mod.rs b/src/api/mod.rs index 86a2950..f374f6a 100644 --- a/src/api/mod.rs +++ b/src/api/mod.rs @@ -2,7 +2,6 @@ use std::net::SocketAddr; use std::sync::Arc; use failure::{Compat, Fail}; -use futures::future; use futures::prelude::*; use hyper; use hyper::Server; @@ -173,23 +172,24 @@ impl Service for ApiService { } } -pub fn start_server(config: Config) { - hyper::rt::run(future::lazy(move || { - ApiService::from_config(&config) - .into_future() - .and_then(move |api| { - let api_clone = api.clone(); - let new_service = move || { - let res: Result<_, hyper::Error> = Ok(api_clone.clone()); - res - }; - let addr = api.server_address.clone(); - let server = Server::bind(&api.server_address) - .serve(new_service) - .map_err(ectx!(ErrorSource::Hyper, ErrorKind::Internal => addr)); - info!("Listening on http://{}", addr); - server - }) - .map_err(|e: Error| log_error(&e)) - })); +pub fn start_server(config: Config) -> Box + Send> { + let fut = ApiService::from_config(&config) + .into_future() + .and_then(move |api| { + let api_clone = api.clone(); + let new_service = move || { + let res: Result<_, hyper::Error> = Ok(api_clone.clone()); + res + }; + let addr = api.server_address.clone(); + let server = Server::bind(&api.server_address) + .serve(new_service) + .map_err(ectx!(ErrorSource::Hyper, ErrorKind::Internal => addr)); + info!("Listening on http://{}", addr); + server + }) + .map_err(|e: Error| log_error(&e)) + .map(|_| ()); + + Box::new(fut) } diff --git a/src/lib.rs b/src/lib.rs index e25c308..58717b3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -51,7 +51,6 @@ mod services; mod utils; use std::sync::Arc; -use std::thread; use std::time::Duration; use self::client::{BitcoinClient, BitcoinClientImpl, EthereumClient, EthereumClientImpl, HttpClientImpl}; @@ -59,7 +58,7 @@ use self::pollers::{BitcoinPollerService, EthereumPollerService, StoriqaPollerSe use self::utils::log_error; use config::Config; use prelude::*; -use rabbit::{ConnectionHooks, Error as RabbitError, RabbitConnectionManager, TransactionPublisherImpl}; +use rabbit::{RabbitConnectionManager, TransactionPublisherImpl}; pub fn print_config() { println!("Parsed config: {:?}", get_config()); @@ -72,6 +71,8 @@ pub fn start_server() { // Prepare logger logger::init(&config); + let mut rt = tokio::runtime::Runtime::new().unwrap(); + let http_client = HttpClientImpl::new(&config, log::Level::Trace); let bitcoin_client = Arc::new(BitcoinClientImpl::new( Arc::new(http_client.clone()), @@ -90,47 +91,51 @@ pub fn start_server() { config.client.stq_balance_method.clone(), )); - let config_clone = config.clone(); + debug!("Started creating rabbit connection pool"); + let rabbit_connection_manager = rt + .block_on(RabbitConnectionManager::create(&config)) + .map_err(|e| { + log_error(&e); + }) + .expect("Can not create rabbit connection manager"); + debug!("Finished creating rabbit connection manager"); if config.poller.enabled { - thread::spawn(move || { - let mut core = tokio_core::reactor::Core::new().unwrap(); - debug!("Started creating rabbit connection pool"); - let config = config_clone.clone(); - let f = create_transactions_publisher(&config_clone) - .map(|publisher| { - let publisher = Arc::new(publisher); - let ethereum_poller = EthereumPollerService::new( - Duration::from_secs(config.poller.ethereum_interval_secs as u64), - ethereum_client.clone(), - publisher.clone(), - config.poller.ethereum_number_of_tracked_confirmations, - ); - let storiqa_poller = StoriqaPollerService::new( - Duration::from_secs(config.poller.storiqa_interval_secs as u64), - ethereum_client.clone(), - publisher.clone(), - config.poller.storiqa_number_of_tracked_confirmations, - ); - let bitcoin_poller = BitcoinPollerService::new( - Duration::from_secs(config.poller.bitcoin_interval_secs as u64), - bitcoin_client.clone(), - publisher.clone(), - config.poller.bitcoin_number_of_tracked_confirmations, - ); - - bitcoin_poller.start(); - ethereum_poller.start(); - storiqa_poller.start(); - }) - .map_err(|e| { - log_error(&e); - }); - let _ = core.run(f.and_then(|_| futures::future::empty::<(), ()>())); - warn!("Poller process exited!"); - }); + let channel = Arc::new(rabbit_connection_manager.get_channel().expect("Can not get channel from pool")); + let publisher = rt + .block_on(TransactionPublisherImpl::init(channel)) + .map_err(|e| { + log_error(&e); + }) + .expect("Can not create rabbit connection manager"); + + let publisher = Arc::new(publisher); + let ethereum_poller = EthereumPollerService::new( + Duration::from_secs(config.poller.ethereum_interval_secs as u64), + ethereum_client.clone(), + publisher.clone(), + config.poller.ethereum_number_of_tracked_confirmations, + ); + let storiqa_poller = StoriqaPollerService::new( + Duration::from_secs(config.poller.storiqa_interval_secs as u64), + ethereum_client.clone(), + publisher.clone(), + config.poller.storiqa_number_of_tracked_confirmations, + ); + let bitcoin_poller = BitcoinPollerService::new( + Duration::from_secs(config.poller.bitcoin_interval_secs as u64), + bitcoin_client.clone(), + publisher.clone(), + config.poller.bitcoin_number_of_tracked_confirmations, + ); + + rt.spawn(bitcoin_poller.start()); + rt.spawn(ethereum_poller.start()); + rt.spawn(storiqa_poller.start()); } - api::start_server(config); + rt.spawn(api::start_server(config)); + + rt.shutdown_on_idle().wait().expect("Tokio runtime shutdown failed"); } pub fn get_btc_blocks(hash: Option, number: u64) { @@ -189,7 +194,15 @@ pub fn get_btc_transactions(hash: Option, number: u64) { pub fn publish_btc_transactions(hash: Option, number: u64) { let config = get_config(); let bitcoin_client = Arc::new(create_btc_client(&config)); - let f = create_transactions_publisher(&config) + let mut core = ::tokio_core::reactor::Core::new().unwrap(); + let rabbit_connection_manager = core + .run(RabbitConnectionManager::create(&config)) + .map_err(|e| { + log_error(&e); + }) + .expect("Can not create rabbit connection manager"); + let channel = Arc::new(rabbit_connection_manager.get_channel().expect("Can not get channel from pool")); + let f = TransactionPublisherImpl::init(channel) .map_err(|e| { log_error(&e); }) @@ -204,7 +217,6 @@ pub fn publish_btc_transactions(hash: Option, number: u64) { log_error(&e); }) }); - let mut core = ::tokio_core::reactor::Core::new().unwrap(); let _ = core.run(f); } @@ -246,7 +258,15 @@ pub fn get_eth_transactions(hash: Option, number: u64) { pub fn publish_eth_transactions(hash: Option, number: u64) { let config = get_config(); let ethereum_client = Arc::new(create_eth_client(&config)); - let f = create_transactions_publisher(&config) + let mut core = ::tokio_core::reactor::Core::new().unwrap(); + let rabbit_connection_manager = core + .run(RabbitConnectionManager::create(&config)) + .map_err(|e| { + log_error(&e); + }) + .expect("Can not create rabbit connection manager"); + let channel = Arc::new(rabbit_connection_manager.get_channel().expect("Can not get channel from pool")); + let f = TransactionPublisherImpl::init(channel) .map_err(|e| { log_error(&e); }) @@ -261,7 +281,6 @@ pub fn publish_eth_transactions(hash: Option, number: u64) { log_error(&e); }) }); - let mut core = ::tokio_core::reactor::Core::new().unwrap(); let _ = core.run(f); } @@ -304,7 +323,15 @@ pub fn get_stq_transactions(hash: Option, number: u64) { pub fn publish_stq_transactions(hash: Option, number: u64) { let config = get_config(); let storiqa_client = Arc::new(create_eth_client(&config)); - let f = create_transactions_publisher(&config) + let mut core = ::tokio_core::reactor::Core::new().unwrap(); + let rabbit_connection_manager = core + .run(RabbitConnectionManager::create(&config)) + .map_err(|e| { + log_error(&e); + }) + .expect("Can not create rabbit connection manager"); + let channel = Arc::new(rabbit_connection_manager.get_channel().expect("Can not get channel from pool")); + let f = TransactionPublisherImpl::init(channel) .map_err(|e| { log_error(&e); }) @@ -319,24 +346,9 @@ pub fn publish_stq_transactions(hash: Option, number: u64) { log_error(&e); }) }); - let mut core = ::tokio_core::reactor::Core::new().unwrap(); let _ = core.run(f); } -fn create_transactions_publisher(config: &Config) -> impl Future { - let config_clone = config.clone(); - let rabbit_thread_pool = futures_cpupool::CpuPool::new(config_clone.rabbit.thread_pool_size); - RabbitConnectionManager::create(&config).and_then(move |rabbit_connection_manager| { - let rabbit_connection_pool = r2d2::Pool::builder() - .max_size(config_clone.rabbit.connection_pool_size as u32) - .connection_customizer(Box::new(ConnectionHooks)) - .build(rabbit_connection_manager) - .expect("Cannot build rabbit connection pool"); - let publisher = TransactionPublisherImpl::new(rabbit_connection_pool, rabbit_thread_pool); - publisher.init().map(|_| publisher) - }) -} - fn create_btc_client(config: &Config) -> BitcoinClientImpl { let http_client = Arc::new(HttpClientImpl::new(config, log::Level::Debug)); BitcoinClientImpl::new( diff --git a/src/pollers/bitcoin.rs b/src/pollers/bitcoin.rs index 1a79809..eb45b13 100644 --- a/src/pollers/bitcoin.rs +++ b/src/pollers/bitcoin.rs @@ -32,13 +32,13 @@ impl BitcoinPollerService { } } - pub fn start(&self) { + pub fn start(&self) -> impl Future { let self_clone = self.clone(); let interval = Interval::new_interval(self.interval).for_each(move |_| { self_clone.tick(); Ok(()) }); - tokio::spawn(interval.map_err(|_| ())); + interval.map_err(|_| ()) } pub fn publish_transactions( diff --git a/src/pollers/ethereum.rs b/src/pollers/ethereum.rs index ce739b1..c5d32c9 100644 --- a/src/pollers/ethereum.rs +++ b/src/pollers/ethereum.rs @@ -32,13 +32,13 @@ impl EthereumPollerService { } } - pub fn start(&self) { + pub fn start(&self) -> impl Future { let self_clone = self.clone(); let interval = Interval::new_interval(self.interval).for_each(move |_| { self_clone.tick(); Ok(()) }); - tokio::spawn(interval.map_err(|_| ())); + interval.map_err(|_| ()) } pub fn publish_transactions( diff --git a/src/pollers/storiqa.rs b/src/pollers/storiqa.rs index a7f5f34..95ae777 100644 --- a/src/pollers/storiqa.rs +++ b/src/pollers/storiqa.rs @@ -32,13 +32,13 @@ impl StoriqaPollerService { } } - pub fn start(&self) { + pub fn start(&self) -> impl Future { let self_clone = self.clone(); let interval = Interval::new_interval(self.interval).for_each(move |_| { self_clone.tick(); Ok(()) }); - tokio::spawn(interval.map_err(|_| ())); + interval.map_err(|_| ()) } pub fn publish_transactions( diff --git a/src/rabbit/r2d2.rs b/src/rabbit/r2d2.rs index 83de863..1d8bdaa 100644 --- a/src/rabbit/r2d2.rs +++ b/src/rabbit/r2d2.rs @@ -1,27 +1,24 @@ use std::fmt::{self, Debug}; use std::net::{SocketAddr, ToSocketAddrs}; use std::sync::{Arc, Mutex}; -use std::thread; use std::time::Duration; use failure; -use failure::Compat; -use futures::future::Either; -use lapin_async::connection::{ConnectingState, ConnectionState}; -use lapin_futures::channel::Channel; +use lapin_futures::channel::{BasicQosOptions, Channel, ConfirmSelectOptions}; use lapin_futures::client::{Client, ConnectionOptions, HeartbeatHandle}; + use prelude::*; -use r2d2::{CustomizeConnection, ManageConnection, Pool}; use regex::Regex; use tokio::net::tcp::TcpStream; use tokio::timer::timeout::Timeout; -use tokio_core::reactor::Core; use super::error::*; use config::Config; use utils::log_error; -pub type RabbitPool = Pool; +// large limits may force RabbitMQ to close connection +// (in case of socket buffer overflow) +const CONSUMER_PREFETCH_COUNT: u16 = 10; #[derive(Clone)] pub struct RabbitConnectionManager { @@ -55,29 +52,6 @@ impl Drop for RabbitHeartbeatHandle { } } -#[derive(Debug, Clone)] -pub struct ConnectionHooks; - -impl CustomizeConnection, Compat> for ConnectionHooks { - #[allow(unused_variables)] - fn on_acquire(&self, conn: &mut Channel) -> Result<(), Compat> { - trace!("Acquired rabbitmq channel"); - Ok(()) - } - - #[allow(unused_variables)] - fn on_release(&self, conn: Channel) { - trace!("Released rabbitmq channel"); - thread::spawn(move || { - let res = conn.close(0, "Released from pool").wait(); - if let Err(e) = res { - let e: Error = ectx!(err format_err!("{}", e), ErrorContext::ChannelClose, ErrorKind::Internal); - log_error(&e); - }; - }); - } -} - impl RabbitConnectionManager { pub fn create(config: &Config) -> impl Future { let connection_timeout = Duration::from_secs(config.rabbit.connection_timeout_secs as u64); @@ -131,56 +105,6 @@ impl RabbitConnectionManager { Ok((options, address)) } - fn repair_if_tcp_is_broken(&self) { - if self.is_broken_conn() { - let self_clone = self.clone(); - thread::spawn(move || { - let _ = self_clone.repair_tcp().wait(); - }); - } - } - - fn repair_tcp(&self) -> impl Future { - { - let cli = self.client.lock().unwrap(); - let mut transport = cli.transport.lock().unwrap(); - match transport.conn.state { - ConnectionState::Connecting(_) => { - return Either::A(Err(ectx!(err ErrorContext::AlreadyConnecting, ErrorKind::Internal)).into_future()) - } - _ => (), - }; - info!("Resetting tcp connection to rabbit..."); - // setting state to connecting, so that we don't reenter here - transport.conn.state = ConnectionState::Connecting(ConnectingState::Initial); - }; - - let self_client = self.client.clone(); - let self_client2 = self.client.clone(); - let self_hearbeat_handle = self.heartbeat_handle.clone(); - Either::B( - RabbitConnectionManager::establish_client(self.address, self.connection_options.clone()) - .map(move |(client, hearbeat_handle)| { - { - let mut self_client = self_client.lock().unwrap(); - *self_client = client; - } - { - let mut self_hearbeat_handle = self_hearbeat_handle.lock().unwrap(); - *self_hearbeat_handle = hearbeat_handle; - } - }) - .map_err(move |e| { - info!("Failed to reset tcp connection to rabbit."); - log_error(&e); - let cli = self_client2.lock().unwrap(); - let mut transport = cli.transport.lock().unwrap(); - transport.conn.state = ConnectionState::Error; - e - }), - ) - } - fn establish_client( address: SocketAddr, options: ConnectionOptions, @@ -198,80 +122,32 @@ impl RabbitConnectionManager { .and_then(move |(client, mut heartbeat)| { info!("Connected to rabbit"); let handle = heartbeat.handle(); - let client_clone = client.clone(); - thread::spawn(move || { - // Just using wait here doesn't work - says timer is stopped. - // On the other hand we need to isolate this to a new thread, - // i.e. need to use thread::spawn instead of tokio::spawn, - // because r2d2 uses it's own thread pool witout tokio => - // good chance tokio::spawn won't work. - let mut core = Core::new().unwrap(); - let f = heartbeat.map_err(move |e| { - let e: Error = ectx!(err e, ErrorContext::Heartbeat, ErrorKind::Internal); - log_error(&e); - let mut transport = client_clone.transport.lock().unwrap(); - transport.conn.state = ConnectionState::Error; - }); - let _ = core.run(f); - }); + tokio::spawn(heartbeat.map_err(move |e| { + let e: Error = ectx!(err e, ErrorContext::Heartbeat, ErrorKind::Internal); + log_error(&e); + })); handle .ok_or(ectx!(err ErrorContext::HeartbeatHandle, ErrorKind::Internal)) .map(move |handle| (client, RabbitHeartbeatHandle::new(handle))) }) } - fn is_broken_conn(&self) -> bool { - let cli = self.client.lock().unwrap(); - let transport = cli.transport.lock().unwrap(); - match transport.conn.state { - ConnectionState::Closing(_) | ConnectionState::Closed | ConnectionState::Error => true, - _ => false, - } - } - - fn is_connecting_conn(&self) -> bool { - let cli = self.client.lock().unwrap(); - let transport = cli.transport.lock().unwrap(); - match transport.conn.state { - ConnectionState::Connecting(_) => true, - _ => false, - } - } -} - -impl ManageConnection for RabbitConnectionManager { - type Connection = Channel; - type Error = Compat; - fn connect(&self) -> Result { + pub fn get_channel(&self) -> Result, Error> { trace!("Creating rabbit channel..."); - self.repair_if_tcp_is_broken(); let cli = self.client.lock().unwrap(); let ch = cli - .create_channel() + .create_confirm_channel(ConfirmSelectOptions::default()) + .wait() + .map_err(ectx!(try ErrorSource::Io, ErrorContext::RabbitChannel, ErrorKind::Internal))?; + let _ = ch + .basic_qos(BasicQosOptions { + prefetch_count: CONSUMER_PREFETCH_COUNT, + global: true, + ..Default::default() + }) .wait() - .map_err(ectx!(ErrorSource::Io, ErrorContext::RabbitChannel, ErrorKind::Internal)) - .map_err(|e: Error| e.compat()); + .map_err(ectx!(try ErrorSource::Io, ErrorContext::RabbitChannel, ErrorKind::Internal))?; trace!("Rabbit channel is created"); - ch - } - fn is_valid(&self, conn: &mut Self::Connection) -> Result<(), Self::Error> { - self.repair_if_tcp_is_broken(); - if self.is_broken_conn() { - let e: Error = ectx!(err format_err!("Connection is broken"), ErrorKind::Internal); - return Err(e.compat()); - } - if self.is_connecting_conn() { - let e: Error = ectx!(err format_err!("Connection is in process of connecting"), ErrorKind::Internal); - return Err(e.compat()); - } - if !conn.is_connected() { - let e: Error = ectx!(err format_err!("Channel is not connected"), ErrorKind::Internal); - return Err(e.compat()); - } - trace!("Channel is ok"); - Ok(()) - } - fn has_broken(&self, conn: &mut Self::Connection) -> bool { - self.is_valid(conn).is_err() + Ok(ch) } } diff --git a/src/rabbit/transactions.rs b/src/rabbit/transactions.rs index c73acb0..64325c6 100644 --- a/src/rabbit/transactions.rs +++ b/src/rabbit/transactions.rs @@ -1,14 +1,11 @@ -use std::io::Error as StdIoError; +use std::sync::Arc; use super::error::*; -use super::r2d2::RabbitConnectionManager; -use super::r2d2::RabbitPool; use futures::future; -use futures_cpupool::CpuPool; use lapin_futures::channel::{Channel, ExchangeDeclareOptions, QueueDeclareOptions}; +use lapin_futures::error::Error as LapinError; use models::*; use prelude::*; -use r2d2::PooledConnection; use serde_json; use tokio::net::tcp::TcpStream; @@ -18,35 +15,12 @@ pub trait TransactionPublisher: Send + Sync + 'static { #[derive(Clone)] pub struct TransactionPublisherImpl { - rabbit_pool: RabbitPool, - thread_pool: CpuPool, + channel: Arc>, } impl TransactionPublisherImpl { - pub fn new(rabbit_pool: RabbitPool, thread_pool: CpuPool) -> Self { - Self { rabbit_pool, thread_pool } - } - - pub fn init(&self) -> impl Future { - let self_clone = self.clone(); - self.get_channel().and_then(move |channel| self_clone.declare(&channel)) - } - - fn get_channel(&self) -> impl Future, Error = Error> { - // unresolved at the moment - ideally we want to call get on other thread, since it's blocking - // on the other hand doing so we escape from the thread that has tokio core reference and - // therefore cannot do spawns - // let rabbit_pool = self.rabbit_pool.clone(); - // self.thread_pool - // .spawn_fn(move || rabbit_pool.get().map_err(ectx!(ErrorSource::Lapin, ErrorKind::Internal))) - self.rabbit_pool - .get() - .map_err(ectx!(ErrorSource::Lapin, ErrorKind::Internal)) - .into_future() - } - - fn declare(&self, channel: &Channel) -> impl Future { - let f1: Box> = Box::new(channel.exchange_declare( + pub fn init(channel: Arc>) -> impl Future + Send { + let f1: Box + Send> = Box::new(channel.exchange_declare( "blockchain_transactions", "direct", ExchangeDeclareOptions { @@ -55,7 +29,7 @@ impl TransactionPublisherImpl { }, Default::default(), )); - let f2: Box> = Box::new( + let f2: Box + Send> = Box::new( channel .queue_declare( "btc_transactions", @@ -67,7 +41,7 @@ impl TransactionPublisherImpl { ) .map(|_| ()), ); - let f3: Box> = Box::new( + let f3: Box + Send> = Box::new( channel .queue_declare( "stq_transactions", @@ -79,7 +53,7 @@ impl TransactionPublisherImpl { ) .map(|_| ()), ); - let f4: Box> = Box::new( + let f4: Box + Send> = Box::new( channel .queue_declare( "eth_transactions", @@ -91,7 +65,7 @@ impl TransactionPublisherImpl { ) .map(|_| ()), ); - let f5: Box> = Box::new(channel.queue_bind( + let f5: Box + Send> = Box::new(channel.queue_bind( "btc_transactions", "blockchain_transactions", "btc_transactions", @@ -137,32 +111,32 @@ impl TransactionPublisherImpl { Default::default(), )); future::join_all(vec![f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11]) - .map(|_| ()) + .map(|_| Self { channel }) .map_err(ectx!(ErrorSource::Lapin, ErrorKind::Internal)) } } impl TransactionPublisher for TransactionPublisherImpl { fn publish(&self, txs: Vec) -> Box + Send> { + let channel = self.channel.clone(); + let futures = txs.into_iter().map(move |tx| { + let routing_key = format!("{}_transactions", tx.currency); + let payload = serde_json::to_string(&tx).unwrap().into_bytes(); + channel.clone().basic_publish( + "blockchain_transactions", + &routing_key, + payload, + Default::default(), + Default::default(), + ) + }); Box::new( - self.get_channel() - .and_then(move |channel| { - let futures = txs.into_iter().map(move |tx| { - let routing_key = format!("{}_transactions", tx.currency); - let payload = serde_json::to_string(&tx).unwrap().into_bytes(); - channel.clone().basic_publish( - "blockchain_transactions", - &routing_key, - payload, - Default::default(), - Default::default(), - ) - }); - future::join_all(futures).map_err(ectx!(ErrorSource::Lapin, ErrorKind::Internal)) + future::join_all(futures) + .map_err(|e| { + error!("publish error : {:?}", e); + ectx!(err ErrorSource::Lapin, ErrorKind::Internal) }) .map(|_| ()), ) } } - -impl TransactionPublisherImpl {} diff --git a/telepresence.log b/telepresence.log deleted file mode 100644 index 051c001..0000000 --- a/telepresence.log +++ /dev/null @@ -1,2242 +0,0 @@ - 0.0 TEL | Telepresence 0.93 launched at Thu Oct 25 15:19:56 2018 - 0.0 TEL | /usr/local/bin/telepresence - 0.0 TEL | Platform: darwin - 0.0 TEL | Python 3.7.0 (default, Oct 2 2018, 09:20:07) - 0.0 TEL | [Clang 10.0.0 (clang-1000.11.45.2)] - 0.0 TEL | [1] Running: uname -a - 0.0 1 | Darwin Aleksejs-MBP 17.7.0 Darwin Kernel Version 17.7.0: Thu Jun 21 22:53:14 PDT 2018; root:xnu-4570.71.2~1/RELEASE_X86_64 x86_64 - 0.0 TEL | BEGIN SPAN main.py:41(main) - 0.0 TEL | BEGIN SPAN startup.py:58(__init__) - 0.0 TEL | [2] Capturing: kubectl version --short - 0.8 TEL | [3] Capturing: kubectl config current-context - 0.9 TEL | [4] Capturing: kubectl config view -o json - 1.0 TEL | [5] Capturing: kubectl get ns default - 1.6 TEL | Command: kubectl 1.11.2 - 1.6 TEL | Context: nightly.pay.stq.cloud, namespace: default, version: 1.9.6 - 1.6 TEL | END SPAN startup.py:58(__init__) 1.6s - 1.6 TEL | [6] Capturing: ssh -V - 1.7 TEL | [7] Running: sudo -n echo -n - 1.7 7 | sudo: a password is required - 1.7 TEL | [7] exit 1 in 0.09 secs. - 1.7 >>> | Invoking sudo. Please enter your sudo password. - 1.7 TEL | [8] Running: sudo echo -n - 15.4 8 | Sorry, try again. - 18.5 TEL | [8] ran in 16.77 secs. - 18.5 >>> | Starting proxy with method 'vpn-tcp', which has the following limitations: All processes are affected, only one telepresence can run per machine, and you can't use other VPNs. You may need to add cloud hosts and headless services with --also-proxy. For a full list of method limitations see https://telepresence.io/reference/methods.html - 18.5 >>> | Volumes are rooted at $TELEPRESENCE_ROOT. See https://telepresence.io/howto/volumes.html for details. - 18.5 TEL | [9] Capturing: kubectl --context nightly.pay.stq.cloud --namespace default get pods telepresence-connectivity-check --ignore-not-found - 20.3 TEL | Scout info: {'latest_version': '0.93', 'application': 'telepresence', 'notices': []} - 20.3 TEL | BEGIN SPAN deployment.py:44(create_new_deployment) - 20.3 TEL | [10] Capturing: kubectl --context nightly.pay.stq.cloud --namespace default delete --ignore-not-found svc,deploy --selector=telepresence=899ea2f897714fe89c3a0d2715070d7c - 20.7 TEL | [11] Capturing: kubectl --context nightly.pay.stq.cloud --namespace default run --restart=Always --limits=cpu=100m,memory=256Mi --requests=cpu=25m,memory=64Mi telepresence-1540469996-801862-69066 --image=datawire/telepresence-k8s:0.93 --labels=telepresence=899ea2f897714fe89c3a0d2715070d7c - 21.5 TEL | END SPAN deployment.py:44(create_new_deployment) 1.2s - 21.5 TEL | BEGIN SPAN remote.py:149(get_remote_info) - 21.5 TEL | BEGIN SPAN remote.py:73(get_deployment_json) - 21.5 TEL | [12] Capturing: kubectl --context nightly.pay.stq.cloud --namespace default get deployment -o json --export --selector=telepresence=899ea2f897714fe89c3a0d2715070d7c - 21.8 TEL | END SPAN remote.py:73(get_deployment_json) 0.4s - 21.8 TEL | Searching for Telepresence pod: - 21.8 TEL | with name telepresence-1540469996-801862-69066-* - 21.8 TEL | with labels {'telepresence': '899ea2f897714fe89c3a0d2715070d7c'} - 21.8 TEL | [13] Capturing: kubectl --context nightly.pay.stq.cloud --namespace default get pod -o json --export --selector=telepresence=899ea2f897714fe89c3a0d2715070d7c - 22.3 TEL | Checking telepresence-1540469996-801862-69066-db76df95d-dzvbl - 22.3 TEL | Looks like we've found our pod! - 22.3 TEL | BEGIN SPAN remote.py:111(wait_for_pod) - 22.3 TEL | [14] Capturing: kubectl --context nightly.pay.stq.cloud --namespace default get pod telepresence-1540469996-801862-69066-db76df95d-dzvbl -o json - 22.9 TEL | [15] Capturing: kubectl --context nightly.pay.stq.cloud --namespace default get pod telepresence-1540469996-801862-69066-db76df95d-dzvbl -o json - 23.5 TEL | [16] Capturing: kubectl --context nightly.pay.stq.cloud --namespace default get pod telepresence-1540469996-801862-69066-db76df95d-dzvbl -o json - 23.9 TEL | END SPAN remote.py:111(wait_for_pod) 1.6s - 23.9 TEL | END SPAN remote.py:149(get_remote_info) 2.4s - 23.9 TEL | BEGIN SPAN __init__.py:38(connect) - 23.9 TEL | [17] Launching kubectl logs: kubectl --context nightly.pay.stq.cloud --namespace default logs -f telepresence-1540469996-801862-69066-db76df95d-dzvbl --container telepresence-1540469996-801862-69066 - 23.9 TEL | [18] Launching kubectl port-forward: kubectl --context nightly.pay.stq.cloud --namespace default port-forward telepresence-1540469996-801862-69066-db76df95d-dzvbl 56618:8022 - 23.9 TEL | [19] Running: ssh -F /dev/null -q -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -p 56618 telepresence@localhost /bin/true - 23.9 TEL | [19] exit 255 in 0.02 secs. - 24.2 TEL | [20] Running: ssh -F /dev/null -q -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -p 56618 telepresence@localhost /bin/true - 24.2 TEL | [20] exit 255 in 0.02 secs. - 24.4 TEL | [21] Running: ssh -F /dev/null -q -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -p 56618 telepresence@localhost /bin/true - 24.4 TEL | [21] exit 255 in 0.02 secs. - 24.7 TEL | [22] Running: ssh -F /dev/null -q -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -p 56618 telepresence@localhost /bin/true - 24.7 TEL | [22] exit 255 in 0.02 secs. - 25.0 TEL | [23] Running: ssh -F /dev/null -q -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -p 56618 telepresence@localhost /bin/true - 25.0 18 | Forwarding from 127.0.0.1:56618 -> 8022 - 25.0 18 | Forwarding from [::1]:56618 -> 8022 - 25.0 18 | Handling connection for 56618 - 26.0 TEL | [23] ran in 1.08 secs. - 26.0 >>> | - 26.0 >>> | No traffic is being forwarded from the remote Deployment to your local machine. You can use the --expose option to specify which ports you want to forward. - 26.0 >>> | - 26.0 TEL | Launching Web server for proxy poll - 26.0 TEL | [24] Launching SSH port forward (socks and proxy poll): ssh -N -oServerAliveInterval=1 -oServerAliveCountMax=10 -F /dev/null -q -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -p 56618 telepresence@localhost -L127.0.0.1:56635:127.0.0.1:9050 -R9055:127.0.0.1:56636 - 26.1 TEL | END SPAN __init__.py:38(connect) 2.2s - 26.1 TEL | BEGIN SPAN remote_env.py:65(get_remote_env) - 26.1 TEL | [25] Capturing: kubectl --context nightly.pay.stq.cloud --namespace default exec telepresence-1540469996-801862-69066-db76df95d-dzvbl --container telepresence-1540469996-801862-69066 -- python3 -c 'import json, os; print(json.dumps(dict(os.environ)))' - 26.1 18 | Handling connection for 56618 - 27.9 TEL | [25] captured in 1.80 secs. - 27.9 TEL | END SPAN remote_env.py:65(get_remote_env) 1.8s - 27.9 TEL | BEGIN SPAN mount.py:32(mount_remote_volumes) - 27.9 TEL | [26] Capturing: sshfs -p 56618 -F /dev/null -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null telepresence@localhost:/ /tmp/tel-7_45_wdj/fs - 28.0 18 | Handling connection for 56618 - 29.0 TEL | [26] captured in 1.17 secs. - 29.0 TEL | END SPAN mount.py:32(mount_remote_volumes) 1.2s - 29.0 TEL | BEGIN SPAN vpn.py:235(connect_sshuttle) - 29.0 TEL | BEGIN SPAN vpn.py:79(get_proxy_cidrs) - 29.0 TEL | [27] Capturing: kubectl --context nightly.pay.stq.cloud --namespace default get nodes -o json - 29.5 TEL | [28] Capturing: kubectl --context nightly.pay.stq.cloud --namespace default get services -o json - 29.8 17 | Listening... - 29.8 17 | 2018-10-25T12:20:25+0000 [-] Loading ./forwarder.py... - 29.8 17 | 2018-10-25T12:20:26+0000 [-] /etc/resolv.conf changed, reparsing - 29.8 17 | 2018-10-25T12:20:26+0000 [-] Resolver added ('100.64.0.10', 53) to server list - 29.8 17 | 2018-10-25T12:20:26+0000 [-] SOCKSv5Factory starting on 9050 - 29.8 17 | 2018-10-25T12:20:26+0000 [socks.SOCKSv5Factory#info] Starting factory - 29.8 17 | 2018-10-25T12:20:26+0000 [-] DNSDatagramProtocol starting on 9053 - 29.8 17 | 2018-10-25T12:20:26+0000 [-] Starting protocol - 29.8 >>> | Guessing that Services IP range is 100.64.0.0/13. Services started after this point will be inaccessible if are outside this range; restart telepresence if you can't access a new Service. - 29.8 TEL | END SPAN vpn.py:79(get_proxy_cidrs) 0.8s - 29.8 TEL | [29] Launching sshuttle: sshuttle-telepresence -v --dns --method auto -e 'ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -F /dev/null' --to-ns 127.0.0.1:9053 -r telepresence@localhost:56618 100.96.1.0/24 100.64.0.0/13 100.96.0.0/24 100.96.2.0/24 - 29.9 TEL | BEGIN SPAN vpn.py:276(connect_sshuttle,sshuttle-wait) - 29.9 TEL | [30] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence0'"'"')' - 29.9 30 | Traceback (most recent call last): - 29.9 30 | File "", line 1, in - 29.9 30 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 29.9 TEL | [30] exit 1 in 0.05 secs. - 29.9 17 | 2018-10-25T12:20:26+0000 [-] Loaded. - 29.9 17 | 2018-10-25T12:20:26+0000 [twisted.scripts._twistd_unix.UnixAppLogger#info] twistd 18.7.0 (/usr/bin/python3.6 3.6.5) starting up. - 29.9 17 | 2018-10-25T12:20:26+0000 [twisted.scripts._twistd_unix.UnixAppLogger#info] reactor class: twisted.internet.epollreactor.EPollReactor. - 30.0 TEL | [31] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence1'"'"')' - 30.0 31 | Traceback (most recent call last): - 30.0 31 | File "", line 1, in - 30.0 31 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 30.0 TEL | [31] exit 1 in 0.04 secs. - 30.1 TEL | [32] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence2'"'"')' - 30.2 32 | Traceback (most recent call last): - 30.2 32 | File "", line 1, in - 30.2 32 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 30.2 TEL | [32] exit 1 in 0.04 secs. - 30.3 29 | Starting sshuttle proxy. - 30.3 TEL | [33] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence3'"'"')' - 30.3 33 | Traceback (most recent call last): - 30.3 33 | File "", line 1, in - 30.3 33 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 30.3 TEL | [33] exit 1 in 0.04 secs. - 30.4 TEL | [34] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence4'"'"')' - 30.5 34 | Traceback (most recent call last): - 30.5 34 | File "", line 1, in - 30.5 34 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 30.5 TEL | [34] exit 1 in 0.04 secs. - 30.6 TEL | [35] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence5'"'"')' - 30.6 35 | Traceback (most recent call last): - 30.6 35 | File "", line 1, in - 30.6 35 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 30.6 TEL | [35] exit 1 in 0.04 secs. - 30.6 29 | firewall manager: Starting firewall with Python version 3.7.0 - 30.6 29 | firewall manager: ready method name pf. - 30.6 29 | IPv6 enabled: True - 30.6 29 | UDP enabled: False - 30.6 29 | DNS enabled: True - 30.6 29 | TCP redirector listening on ('::1', 12300, 0, 0). - 30.6 29 | TCP redirector listening on ('127.0.0.1', 12300). - 30.6 29 | DNS listening on ('::1', 12300, 0, 0). - 30.6 29 | DNS listening on ('127.0.0.1', 12300). - 30.6 29 | Starting client with Python version 3.7.0 - 30.6 29 | c : connecting to server... - 30.7 18 | Handling connection for 56618 - 30.7 TEL | [36] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence6'"'"')' - 30.7 36 | Traceback (most recent call last): - 30.7 36 | File "", line 1, in - 30.7 36 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 30.8 TEL | [36] exit 1 in 0.05 secs. - 30.9 TEL | [37] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence7'"'"')' - 30.9 37 | Traceback (most recent call last): - 30.9 37 | File "", line 1, in - 30.9 37 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 30.9 TEL | [37] exit 1 in 0.04 secs. - 30.9 29 | Warning: Permanently added '[localhost]:56618' (ECDSA) to the list of known hosts. - 31.0 TEL | [38] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence8'"'"')' - 31.0 38 | Traceback (most recent call last): - 31.0 38 | File "", line 1, in - 31.0 38 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 31.0 TEL | [38] exit 1 in 0.05 secs. - 31.1 TEL | [39] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence9'"'"')' - 31.2 39 | Traceback (most recent call last): - 31.2 39 | File "", line 1, in - 31.2 39 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 31.2 TEL | [39] exit 1 in 0.05 secs. - 31.3 TEL | [40] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence10'"'"')' - 31.3 40 | Traceback (most recent call last): - 31.3 40 | File "", line 1, in - 31.3 40 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 31.3 TEL | [40] exit 1 in 0.05 secs. - 31.4 TEL | [41] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence11'"'"')' - 31.5 41 | Traceback (most recent call last): - 31.5 41 | File "", line 1, in - 31.5 41 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 31.5 TEL | [41] exit 1 in 0.04 secs. - 31.6 TEL | [42] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence12'"'"')' - 31.6 42 | Traceback (most recent call last): - 31.6 42 | File "", line 1, in - 31.6 42 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 31.6 TEL | [42] exit 1 in 0.05 secs. - 31.7 TEL | [43] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence13'"'"')' - 31.8 43 | Traceback (most recent call last): - 31.8 43 | File "", line 1, in - 31.8 43 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 31.8 TEL | [43] exit 1 in 0.04 secs. - 31.9 TEL | [44] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence14'"'"')' - 32.0 44 | Traceback (most recent call last): - 32.0 44 | File "", line 1, in - 32.0 44 | socket.gaierror: [Errno 8] nodename nor servname provided, or not known - 32.0 TEL | [44] exit 1 in 0.13 secs. - 32.1 29 | Starting server with Python version 3.6.5 - 32.1 29 | s: latency control setting = True - 32.1 29 | s: available routes: - 32.1 29 | s: 2/100.96.2.0/24 - 32.1 29 | c : Connected. - 32.1 29 | firewall manager: setting up. - 32.1 29 | >> pfctl -s Interfaces -i lo -v - 32.1 29 | >> pfctl -s all - 32.1 29 | >> pfctl -a sshuttle6-12300 -f /dev/stdin - 32.1 29 | >> pfctl -E - 32.1 29 | >> pfctl -s Interfaces -i lo -v - 32.1 29 | >> pfctl -s all - 32.1 29 | >> pfctl -a sshuttle-12300 -f /dev/stdin - 32.1 29 | >> pfctl -E - 32.1 TEL | [45] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence15'"'"')' - 32.2 29 | c : DNS request from ('10.11.12.247', 55947) to None: 37 bytes - 32.3 TEL | [46] Capturing: python3 -c 'import socket; socket.gethostbyname('"'"'hellotelepresence16'"'"')' - 32.4 29 | c : DNS request from ('10.11.12.247', 59171) to None: 37 bytes - 32.4 17 | 2018-10-25T12:20:29+0000 [stdout#info] Set DNS suffix we filter out to: [()] - 32.4 17 | 2018-10-25T12:20:29+0000 [stdout#info] Result for b'hellotelepresence15' is ['127.0.0.1'] - 32.4 17 | 2018-10-25T12:20:29+0000 [stdout#info] Result for b'hellotelepresence16' is ['127.0.0.1'] - 32.5 TEL | END SPAN vpn.py:276(connect_sshuttle,sshuttle-wait) 2.6s - 32.5 TEL | END SPAN vpn.py:235(connect_sshuttle) 3.4s - 34.6 TEL | Everything launched. Waiting to exit... - 34.6 TEL | BEGIN SPAN __init__.py:530(wait_for_exit) - 40.0 29 | c : DNS request from ('10.11.12.247', 54003) to None: 43 bytes - 40.0 17 | 2018-10-25T12:20:36+0000 [stdout#info] A query: b'nexus.officeapps.live.com' - 40.1 17 | 2018-10-25T12:20:36+0000 [stdout#info] Result for b'nexus.officeapps.live.com' is ['52.109.120.22'] - 48.6 TEL | [47] Running: sudo -n echo -n - 60.1 TEL | (proxy checking local liveness) - 60.2 17 | 2018-10-25T12:20:56+0000 [Poll#info] Checkpoint - 73.2 29 | c : DNS request from ('10.11.12.247', 62846) to None: 43 bytes - 73.5 17 | 2018-10-25T12:21:10+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' - 73.5 17 | 2018-10-25T12:21:10+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] - 78.7 TEL | [48] Running: sudo -n echo -n - 90.1 TEL | (proxy checking local liveness) - 90.2 17 | 2018-10-25T12:21:26+0000 [Poll#info] Checkpoint - 108.7 TEL | [49] Running: sudo -n echo -n - 120.0 TEL | (proxy checking local liveness) - 120.1 17 | 2018-10-25T12:21:56+0000 [Poll#info] Checkpoint - 138.8 TEL | [50] Running: sudo -n echo -n - 141.8 29 | c : DNS request from ('10.11.12.247', 49203) to None: 36 bytes - 141.9 17 | 2018-10-25T12:22:18+0000 [stdout#info] A query: b'gateway.icloud.com' - 142.4 17 | 2018-10-25T12:22:19+0000 [stdout#info] Result for b'gateway.icloud.com' is ['17.248.144.91', '17.248.144.106', '17.248.144.175', '17.248.144.203', '17.248.144.211', '17.248.144.234', '17.248.144.15', '17.248.144.42'] - 143.9 29 | c : DNS request from ('10.11.12.247', 51311) to None: 40 bytes - 144.3 17 | 2018-10-25T12:22:20+0000 [stdout#info] A query: b'firefoxusercontent.com' - 144.3 17 | 2018-10-25T12:22:21+0000 [stdout#info] Result for b'firefoxusercontent.com' is ['13.32.155.212'] - 144.3 29 | c : DNS request from ('10.11.12.247', 54413) to None: 42 bytes - 144.4 17 | 2018-10-25T12:22:21+0000 [stdout#info] A query: b'snippets.cdn.mozilla.net' - 144.7 17 | 2018-10-25T12:22:21+0000 [stdout#info] Result for b'snippets.cdn.mozilla.net' is ['13.32.212.120'] - 145.1 29 | c : DNS request from ('10.11.12.247', 54052) to None: 47 bytes - 145.2 17 | 2018-10-25T12:22:21+0000 [stdout#info] A query: b'location.services.mozilla.com' - 145.3 29 | c : DNS request from ('10.11.12.247', 59803) to None: 34 bytes - 145.4 17 | 2018-10-25T12:22:22+0000 [stdout#info] A query: b'osx.telegram.org' - 145.4 17 | 2018-10-25T12:22:22+0000 [stdout#info] Result for b'location.services.mozilla.com' is ['52.215.230.80', '34.252.164.43', '54.229.18.107'] - 145.5 17 | 2018-10-25T12:22:22+0000 [stdout#info] Result for b'osx.telegram.org' is ['149.154.164.3'] - 145.5 29 | c : DNS request from ('10.11.12.247', 50367) to None: 35 bytes - 145.6 17 | 2018-10-25T12:22:22+0000 [stdout#info] A query: b'ocsp.digicert.com' - 145.7 17 | 2018-10-25T12:22:22+0000 [stdout#info] Result for b'ocsp.digicert.com' is ['93.184.220.29'] - 146.1 29 | c : DNS request from ('10.11.12.247', 57523) to None: 45 bytes - 146.1 29 | c : DNS request from ('10.11.12.247', 60415) to None: 41 bytes - 146.1 29 | c : DNS request from ('10.11.12.247', 50131) to None: 30 bytes - 146.2 17 | 2018-10-25T12:22:22+0000 [stdout#info] A query: b'star-mini.c10r.facebook.com' - 146.2 17 | 2018-10-25T12:22:23+0000 [stdout#info] A query: b'youtube-ui.l.google.com' - 146.2 17 | 2018-10-25T12:22:23+0000 [stdout#info] A query: b'vedomosti.ru' - 146.4 17 | 2018-10-25T12:22:23+0000 [stdout#info] Result for b'star-mini.c10r.facebook.com' is ['31.13.90.36'] - 146.4 17 | 2018-10-25T12:22:23+0000 [stdout#info] Result for b'youtube-ui.l.google.com' is ['216.58.208.238', '172.217.18.206', '172.217.19.238', '172.217.22.142', '216.58.198.206', '216.58.201.238', '216.58.204.110', '216.58.204.142', '216.58.206.238'] - 146.4 29 | c : DNS request from ('10.11.12.247', 50368) to None: 35 bytes - 146.6 29 | c : DNS request from ('10.11.12.247', 55957) to None: 27 bytes - 146.6 17 | 2018-10-25T12:22:23+0000 [stdout#info] A query: b'coinmarketcap.com' - 146.8 29 | c : DNS request from ('10.11.12.247', 56785) to None: 28 bytes - 146.9 17 | 2018-10-25T12:22:23+0000 [stdout#info] Result for b'vedomosti.ru' is ['188.165.55.3', '94.23.73.174', '5.188.113.67', '5.188.113.66'] - 146.9 29 | c : DNS request from ('10.11.12.247', 62108) to None: 28 bytes - 146.9 29 | c : DNS request from ('10.11.12.247', 58021) to None: 23 bytes - 147.0 17 | 2018-10-25T12:22:23+0000 [stdout#info] Result for b'coinmarketcap.com' is ['104.17.139.178', '104.17.138.178', '104.17.137.178', '104.17.141.178', '104.17.140.178'] - 147.0 17 | 2018-10-25T12:22:23+0000 [stdout#info] A query: b'gmail.com' - 147.0 17 | 2018-10-25T12:22:23+0000 [stdout#info] A query: b'trello.com' - 147.2 29 | c : DNS request from ('10.11.12.247', 52984) to None: 32 bytes - 147.2 17 | 2018-10-25T12:22:23+0000 [stdout#info] A query: b'github.com' - 147.2 17 | 2018-10-25T12:22:23+0000 [stdout#info] A query: b'hh.ru' - 147.3 17 | 2018-10-25T12:22:24+0000 [stdout#info] A query: b'www.google.com' - 147.3 17 | 2018-10-25T12:22:24+0000 [stdout#info] Result for b'trello.com' is ['104.103.246.194'] - 147.4 29 | c : DNS request from ('10.11.12.247', 52410) to None: 39 bytes - 147.4 17 | 2018-10-25T12:22:24+0000 [stdout#info] Result for b'gmail.com' is ['216.58.209.229'] - 147.4 29 | c : DNS request from ('10.11.12.247', 58897) to None: 28 bytes - 147.4 17 | 2018-10-25T12:22:24+0000 [stdout#info] Result for b'www.google.com' is ['216.58.204.132'] - 147.4 17 | 2018-10-25T12:22:24+0000 [stdout#info] A query: b'www.myetherwallet.com' - 147.5 29 | c : DNS request from ('10.11.12.247', 55641) to None: 41 bytes - 147.5 17 | 2018-10-25T12:22:24+0000 [stdout#info] A query: b'tproger.ru' - 147.5 17 | 2018-10-25T12:22:24+0000 [stdout#info] Result for b'github.com' is ['192.30.253.112', '192.30.253.113'] - 147.6 29 | c : DNS request from ('10.11.12.247', 49562) to None: 35 bytes - 147.6 17 | 2018-10-25T12:22:24+0000 [stdout#info] Result for b'www.myetherwallet.com' is ['104.25.5.15', '104.25.4.15'] - 147.6 29 | c : DNS request from ('10.11.12.247', 54159) to None: 35 bytes - 147.8 17 | 2018-10-25T12:22:24+0000 [stdout#info] A query: b'apple.stackexchange.com' - 147.9 17 | 2018-10-25T12:22:24+0000 [stdout#info] Result for b'tproger.ru' is ['104.24.5.55', '104.24.4.55'] - 147.9 17 | 2018-10-25T12:22:24+0000 [stdout#info] A query: b'stackoverflow.com' - 147.9 17 | 2018-10-25T12:22:24+0000 [stdout#info] Result for b'hh.ru' is ['94.124.200.86'] - 147.9 17 | 2018-10-25T12:22:24+0000 [stdout#info] A query: b'www3.l.google.com' - 147.9 29 | c : DNS request from ('10.11.12.247', 61218) to None: 40 bytes - 147.9 17 | 2018-10-25T12:22:24+0000 [stdout#info] Result for b'stackoverflow.com' is ['151.101.129.69', '151.101.65.69', '151.101.1.69', '151.101.193.69'] - 148.0 29 | c : DNS request from ('10.11.12.247', 55760) to None: 43 bytes - 148.0 17 | 2018-10-25T12:22:24+0000 [stdout#info] Result for b'www3.l.google.com' is ['216.58.204.142'] - 148.0 17 | 2018-10-25T12:22:24+0000 [stdout#info] A query: b'unix.stackexchange.com' - 148.0 17 | 2018-10-25T12:22:24+0000 [stdout#info] Result for b'unix.stackexchange.com' is ['151.101.193.69', '151.101.129.69', '151.101.65.69', '151.101.1.69'] - 148.1 17 | 2018-10-25T12:22:24+0000 [stdout#info] A query: b'bitcoin.stackexchange.com' - 148.1 17 | 2018-10-25T12:22:24+0000 [stdout#info] Result for b'apple.stackexchange.com' is ['151.101.193.69', '151.101.1.69', '151.101.65.69', '151.101.129.69'] - 148.2 17 | 2018-10-25T12:22:24+0000 [stdout#info] Result for b'bitcoin.stackexchange.com' is ['151.101.193.69', '151.101.1.69', '151.101.65.69', '151.101.129.69'] - 148.9 29 | c : DNS request from ('10.11.12.247', 62885) to None: 44 bytes - 148.9 29 | c : DNS request from ('10.11.12.247', 63849) to None: 33 bytes - 149.1 17 | 2018-10-25T12:22:25+0000 [stdout#info] A query: b'tiles.services.mozilla.com' - 149.1 17 | 2018-10-25T12:22:25+0000 [stdout#info] A query: b'www.gstatic.com' - 149.1 17 | 2018-10-25T12:22:25+0000 [stdout#info] Result for b'www.gstatic.com' is ['216.58.208.195'] - 149.1 17 | 2018-10-25T12:22:25+0000 [stdout#info] Result for b'tiles.services.mozilla.com' is ['34.216.156.21', '52.10.130.148', '52.34.107.172', '54.187.46.234', '54.218.239.186', '34.208.7.98', '34.209.108.219', '34.215.13.51'] - 149.1 29 | c : DNS request from ('10.11.12.247', 52884) to None: 45 bytes - 149.2 29 | c : DNS request from ('10.11.12.247', 63858) to None: 43 bytes - 149.2 29 | c : DNS request from ('10.11.12.247', 61823) to None: 33 bytes - 149.2 17 | 2018-10-25T12:22:25+0000 [stdout#info] A query: b'safebrowsing.googleapis.com' - 149.2 17 | 2018-10-25T12:22:26+0000 [stdout#info] Result for b'safebrowsing.googleapis.com' is ['216.58.201.234'] - 149.3 17 | 2018-10-25T12:22:26+0000 [stdout#info] A query: b'googleadapis.l.google.com' - 149.3 17 | 2018-10-25T12:22:26+0000 [stdout#info] A query: b'ssl.gstatic.com' - 149.5 17 | 2018-10-25T12:22:26+0000 [stdout#info] Result for b'googleadapis.l.google.com' is ['216.58.213.138'] - 149.5 17 | 2018-10-25T12:22:26+0000 [stdout#info] Result for b'ssl.gstatic.com' is ['216.58.204.227'] - 149.9 29 | c : DNS request from ('10.11.12.247', 63248) to None: 35 bytes - 150.0 17 | 2018-10-25T12:22:26+0000 [stdout#info] A query: b'plus.l.google.com' - 150.1 TEL | (proxy checking local liveness) - 150.1 17 | 2018-10-25T12:22:26+0000 [stdout#info] Result for b'plus.l.google.com' is ['216.58.208.238'] - 150.2 17 | 2018-10-25T12:22:26+0000 [Poll#info] Checkpoint - 150.6 29 | c : DNS request from ('10.11.12.247', 56615) to None: 34 bytes - 150.7 17 | 2018-10-25T12:22:27+0000 [stdout#info] A query: b'ru.wikipedia.org' - 150.8 17 | 2018-10-25T12:22:27+0000 [stdout#info] Result for b'ru.wikipedia.org' is ['91.198.174.192'] - 151.1 29 | c : DNS request from ('10.11.12.247', 52766) to None: 38 bytes - 151.2 17 | 2018-10-25T12:22:27+0000 [stdout#info] A query: b'upload.wikimedia.org' - 151.3 17 | 2018-10-25T12:22:28+0000 [stdout#info] Result for b'upload.wikimedia.org' is ['91.198.174.208'] - 151.7 29 | c : DNS request from ('10.11.12.247', 61077) to None: 37 bytes - 151.9 17 | 2018-10-25T12:22:28+0000 [stdout#info] A query: b'login.wikimedia.org' - 152.1 17 | 2018-10-25T12:22:28+0000 [stdout#info] Result for b'login.wikimedia.org' is ['91.198.174.192'] - 168.9 TEL | [51] Running: sudo -n echo -n - 180.5 TEL | (proxy checking local liveness) - 180.6 17 | 2018-10-25T12:22:57+0000 [Poll#info] Checkpoint - 195.7 29 | c : DNS request from ('10.11.12.247', 58221) to None: 32 bytes - 195.8 17 | 2018-10-25T12:23:12+0000 [stdout#info] A query: b'tools.ietf.org' - 196.0 17 | 2018-10-25T12:23:12+0000 [stdout#info] Result for b'tools.ietf.org' is ['4.31.198.62', '64.170.98.42', '4.31.198.61'] - 196.4 29 | c : DNS request from ('10.11.12.247', 53091) to None: 40 bytes - 196.5 17 | 2018-10-25T12:23:13+0000 [stdout#info] A query: b'ocsp.starfieldtech.com' - 197.1 17 | 2018-10-25T12:23:13+0000 [stdout#info] Result for b'ocsp.starfieldtech.com' is ['188.121.36.239'] - 199.0 TEL | [52] Running: sudo -n echo -n - 210.1 TEL | (proxy checking local liveness) - 210.1 17 | 2018-10-25T12:23:26+0000 [Poll#info] Checkpoint - 229.1 TEL | [53] Running: sudo -n echo -n - 240.1 TEL | (proxy checking local liveness) - 240.2 17 | 2018-10-25T12:23:56+0000 [Poll#info] Checkpoint - 251.4 29 | c : DNS request from ('10.11.12.247', 63677) to None: 45 bytes - 251.4 29 | c : DNS request from ('10.11.12.247', 57298) to None: 41 bytes - 251.4 29 | c : DNS request from ('10.11.12.247', 52693) to None: 30 bytes - 251.5 17 | 2018-10-25T12:24:08+0000 [stdout#info] A query: b'star-mini.c10r.facebook.com' - 251.5 17 | 2018-10-25T12:24:08+0000 [stdout#info] A query: b'youtube-ui.l.google.com' - 251.6 17 | 2018-10-25T12:24:08+0000 [stdout#info] A query: b'vedomosti.ru' - 251.6 29 | c : DNS request from ('10.11.12.247', 54472) to None: 32 bytes - 251.6 17 | 2018-10-25T12:24:08+0000 [stdout#info] Result for b'star-mini.c10r.facebook.com' is ['31.13.90.36'] - 251.7 17 | 2018-10-25T12:24:08+0000 [stdout#info] Result for b'youtube-ui.l.google.com' is ['216.58.204.142', '216.58.204.110', '216.58.201.238', '216.58.198.206', '172.217.22.142', '172.217.18.206', '216.58.213.142', '216.58.209.238', '216.58.206.238', '216.58.205.14'] - 251.7 17 | 2018-10-25T12:24:08+0000 [stdout#info] A query: b'www.reddit.com' - 251.7 29 | c : DNS request from ('10.11.12.247', 62109) to None: 35 bytes - 251.7 29 | c : DNS request from ('10.11.12.247', 62899) to None: 27 bytes - 251.7 29 | c : DNS request from ('10.11.12.247', 62835) to None: 32 bytes - 251.8 17 | 2018-10-25T12:24:08+0000 [stdout#info] A query: b'coinmarketcap.com' - 251.8 17 | 2018-10-25T12:24:08+0000 [stdout#info] A query: b'gmail.com' - 251.9 17 | 2018-10-25T12:24:08+0000 [stdout#info] Result for b'www.reddit.com' is ['151.101.113.140'] - 251.9 17 | 2018-10-25T12:24:08+0000 [stdout#info] Result for b'vedomosti.ru' is ['5.188.113.67', '5.188.113.66', '188.165.55.3', '94.23.73.174'] - 251.9 17 | 2018-10-25T12:24:08+0000 [stdout#info] A query: b'www.google.com' - 251.9 29 | c : DNS request from ('10.11.12.247', 55803) to None: 28 bytes - 252.0 17 | 2018-10-25T12:24:08+0000 [stdout#info] Result for b'gmail.com' is ['216.58.208.197'] - 252.0 17 | 2018-10-25T12:24:08+0000 [stdout#info] Result for b'coinmarketcap.com' is ['104.17.140.178', '104.17.141.178', '104.17.137.178', '104.17.138.178', '104.17.139.178'] - 252.0 29 | c : DNS request from ('10.11.12.247', 51445) to None: 28 bytes - 252.0 29 | c : DNS request from ('10.11.12.247', 56823) to None: 25 bytes - 252.0 29 | c : DNS request from ('10.11.12.247', 49688) to None: 39 bytes - 252.0 17 | 2018-10-25T12:24:08+0000 [stdout#info] A query: b'trello.com' - 252.0 17 | 2018-10-25T12:24:08+0000 [stdout#info] Result for b'www.google.com' is ['216.58.201.228'] - 252.0 17 | 2018-10-25T12:24:08+0000 [stdout#info] A query: b'github.com' - 252.1 17 | 2018-10-25T12:24:08+0000 [stdout#info] A query: b'docs.rs' - 252.1 17 | 2018-10-25T12:24:08+0000 [stdout#info] A query: b'www.myetherwallet.com' - 252.3 17 | 2018-10-25T12:24:09+0000 [stdout#info] Result for b'trello.com' is ['104.103.246.194'] - 252.3 29 | c : DNS request from ('10.11.12.247', 64735) to None: 28 bytes - 252.3 29 | c : DNS request from ('10.11.12.247', 55966) to None: 41 bytes - 252.3 17 | 2018-10-25T12:24:09+0000 [stdout#info] Result for b'github.com' is ['192.30.253.113', '192.30.253.112'] - 252.3 17 | 2018-10-25T12:24:09+0000 [stdout#info] Result for b'www.myetherwallet.com' is ['104.25.4.15', '104.25.5.15'] - 252.3 29 | c : DNS request from ('10.11.12.247', 49675) to None: 35 bytes - 252.4 17 | 2018-10-25T12:24:09+0000 [stdout#info] Result for b'docs.rs' is ['95.211.95.204'] - 252.4 17 | 2018-10-25T12:24:09+0000 [stdout#info] A query: b'tproger.ru' - 252.5 17 | 2018-10-25T12:24:09+0000 [stdout#info] A query: b'apple.stackexchange.com' - 252.5 17 | 2018-10-25T12:24:09+0000 [stdout#info] A query: b'stackoverflow.com' - 252.7 29 | c : DNS request from ('10.11.12.247', 55340) to None: 40 bytes - 252.7 29 | c : DNS request from ('10.11.12.247', 61410) to None: 43 bytes - 252.8 17 | 2018-10-25T12:24:09+0000 [stdout#info] Result for b'tproger.ru' is ['104.24.5.55', '104.24.4.55'] - 252.8 17 | 2018-10-25T12:24:09+0000 [stdout#info] Result for b'apple.stackexchange.com' is ['151.101.193.69', '151.101.1.69', '151.101.65.69', '151.101.129.69'] - 252.9 17 | 2018-10-25T12:24:09+0000 [stdout#info] Result for b'stackoverflow.com' is ['151.101.1.69', '151.101.193.69', '151.101.129.69', '151.101.65.69'] - 252.9 17 | 2018-10-25T12:24:09+0000 [stdout#info] A query: b'unix.stackexchange.com' - 252.9 17 | 2018-10-25T12:24:09+0000 [stdout#info] A query: b'bitcoin.stackexchange.com' - 253.0 17 | 2018-10-25T12:24:09+0000 [stdout#info] Result for b'unix.stackexchange.com' is ['151.101.65.69', '151.101.129.69', '151.101.193.69', '151.101.1.69'] - 253.2 17 | 2018-10-25T12:24:09+0000 [stdout#info] Result for b'bitcoin.stackexchange.com' is ['151.101.1.69', '151.101.65.69', '151.101.129.69', '151.101.193.69'] - 257.0 29 | c : DNS request from ('10.11.12.247', 65364) to None: 44 bytes - 257.0 29 | c : DNS request from ('10.11.12.247', 50591) to None: 33 bytes - 257.5 17 | 2018-10-25T12:24:13+0000 [stdout#info] A query: b'tiles.services.mozilla.com' - 257.5 17 | 2018-10-25T12:24:13+0000 [stdout#info] A query: b'www.gstatic.com' - 257.5 17 | 2018-10-25T12:24:14+0000 [stdout#info] Result for b'tiles.services.mozilla.com' is ['34.209.108.219', '34.208.7.98', '54.218.239.186', '54.187.46.234', '54.186.208.153', '52.43.40.243', '52.41.78.152', '52.41.60.30'] - 257.5 17 | 2018-10-25T12:24:14+0000 [stdout#info] Result for b'www.gstatic.com' is ['172.217.19.227'] - 257.5 29 | c : DNS request from ('10.11.12.247', 49649) to None: 43 bytes - 257.6 29 | c : DNS request from ('10.11.12.247', 60267) to None: 33 bytes - 257.6 29 | c : DNS request from ('10.11.12.247', 56081) to None: 54 bytes - 257.7 17 | 2018-10-25T12:24:14+0000 [stdout#info] A query: b'googleadapis.l.google.com' - 257.7 17 | 2018-10-25T12:24:14+0000 [stdout#info] A query: b'ssl.gstatic.com' - 257.7 17 | 2018-10-25T12:24:14+0000 [stdout#info] A query: b'googlehosted.l.googleusercontent.com' - 257.8 17 | 2018-10-25T12:24:14+0000 [stdout#info] Result for b'googleadapis.l.google.com' is ['216.58.204.138'] - 257.8 17 | 2018-10-25T12:24:14+0000 [stdout#info] Result for b'ssl.gstatic.com' is ['216.58.201.227'] - 257.8 17 | 2018-10-25T12:24:14+0000 [stdout#info] Result for b'googlehosted.l.googleusercontent.com' is ['216.58.204.225'] - 258.1 29 | c : DNS request from ('10.11.12.247', 59304) to None: 35 bytes - 258.2 29 | c : DNS request from ('10.11.12.247', 59455) to None: 35 bytes - 258.3 17 | 2018-10-25T12:24:15+0000 [stdout#info] A query: b'plus.l.google.com' - 258.3 17 | 2018-10-25T12:24:15+0000 [stdout#info] A query: b'www3.l.google.com' - 258.4 17 | 2018-10-25T12:24:15+0000 [stdout#info] Result for b'www3.l.google.com' is ['216.58.209.238'] - 258.4 17 | 2018-10-25T12:24:15+0000 [stdout#info] Result for b'plus.l.google.com' is ['216.58.208.238'] - 259.1 29 | c : DNS request from ('10.11.12.247', 59720) to None: 33 bytes - 259.1 29 | c : DNS request from ('10.11.12.247', 62459) to None: 41 bytes - 259.1 29 | c : DNS request from ('10.11.12.247', 61290) to None: 34 bytes - 259.2 TEL | [54] Running: sudo -n echo -n - 259.2 17 | 2018-10-25T12:24:15+0000 [stdout#info] A query: b'cdn.sstatic.net' - 259.3 17 | 2018-10-25T12:24:15+0000 [stdout#info] A query: b'googleapis.l.google.com' - 259.3 17 | 2018-10-25T12:24:16+0000 [stdout#info] A query: b'www.gravatar.com' - 259.3 17 | 2018-10-25T12:24:16+0000 [stdout#info] Result for b'cdn.sstatic.net' is ['151.101.1.69', '151.101.193.69', '151.101.129.69', '151.101.65.69'] - 259.3 17 | 2018-10-25T12:24:16+0000 [stdout#info] Result for b'googleapis.l.google.com' is ['216.58.209.234', '216.58.208.202', '216.58.206.234', '216.58.205.10', '216.58.204.138', '216.58.204.106', '216.58.201.234', '216.58.198.202', '172.217.18.202', '216.58.215.42', '216.58.213.138'] - 259.3 29 | c : DNS request from ('10.11.12.247', 63316) to None: 54 bytes - 259.3 29 | c : DNS request from ('10.11.12.247', 51078) to None: 44 bytes - 259.4 17 | 2018-10-25T12:24:16+0000 [stdout#info] Result for b'www.gravatar.com' is ['192.0.73.2'] - 259.4 29 | c : DNS request from ('10.11.12.247', 63577) to None: 51 bytes - 259.5 17 | 2018-10-25T12:24:16+0000 [stdout#info] A query: b'i.stack.imgur.com.cdn.cloudflare.net' - 259.6 17 | 2018-10-25T12:24:16+0000 [stdout#info] A query: b'pagead46.l.doubleclick.net' - 259.6 17 | 2018-10-25T12:24:16+0000 [stdout#info] A query: b'www-google-analytics.l.google.com' - 259.6 17 | 2018-10-25T12:24:16+0000 [stdout#info] Result for b'i.stack.imgur.com.cdn.cloudflare.net' is ['104.16.25.34', '104.16.24.34', '104.16.3.35', '104.16.2.35', '104.16.1.35', '104.16.0.35', '104.16.31.34', '104.16.30.34', '104.16.29.34', '104.16.28.34', '104.16.27.34', '104.16.26.34'] - 259.6 29 | c : DNS request from ('10.11.12.247', 53287) to None: 39 bytes - 259.7 29 | c : DNS request from ('10.11.12.247', 49506) to None: 54 bytes - 259.8 17 | 2018-10-25T12:24:16+0000 [stdout#info] A query: b'secure.quantserve.com' - 259.9 17 | 2018-10-25T12:24:16+0000 [stdout#info] A query: b'sb.scorecardresearch.com.edgekey.net' - 259.9 17 | 2018-10-25T12:24:16+0000 [stdout#info] Result for b'pagead46.l.doubleclick.net' is ['216.58.198.194'] - 259.9 17 | 2018-10-25T12:24:16+0000 [stdout#info] Result for b'www-google-analytics.l.google.com' is ['216.58.204.110'] - 259.9 29 | c : DNS request from ('10.11.12.247', 53268) to None: 37 bytes - 259.9 29 | c : DNS request from ('10.11.12.247', 54431) to None: 46 bytes - 259.9 29 | c : DNS request from ('10.11.12.247', 49648) to None: 38 bytes - 259.9 17 | 2018-10-25T12:24:16+0000 [stdout#info] Result for b'sb.scorecardresearch.com.edgekey.net' is ['2.22.246.113'] - 260.1 17 | 2018-10-25T12:24:16+0000 [stdout#info] A query: b'adservice.google.ru' - 260.1 17 | 2018-10-25T12:24:16+0000 [stdout#info] Result for b'secure.quantserve.com' is ['35.176.104.254', '35.176.108.23', '35.176.109.156', '35.177.33.121', '35.177.57.160', '35.177.70.111', '35.178.216.149', '3.8.67.162'] - 260.1 17 | 2018-10-25T12:24:16+0000 [stdout#info] A query: b'qa.sockets.stackexchange.com' - 260.1 17 | 2018-10-25T12:24:16+0000 [stdout#info] A query: b'adservice.google.com' - 260.1 17 | 2018-10-25T12:24:16+0000 [stdout#info] Result for b'qa.sockets.stackexchange.com' is ['198.252.206.25'] - 260.2 29 | c : DNS request from ('10.11.12.247', 58910) to None: 45 bytes - 260.2 29 | c : DNS request from ('10.11.12.247', 62722) to None: 47 bytes - 260.2 29 | c : DNS request from ('10.11.12.247', 65386) to None: 38 bytes - 260.3 17 | 2018-10-25T12:24:17+0000 [stdout#info] A query: b'partnerad.l.doubleclick.net' - 260.3 17 | 2018-10-25T12:24:17+0000 [stdout#info] A query: b'd2fashanjl7d9f.cloudfront.net' - 260.3 17 | 2018-10-25T12:24:17+0000 [stdout#info] A query: b'pixel.quantserve.com' - 260.3 17 | 2018-10-25T12:24:17+0000 [stdout#info] Result for b'adservice.google.com' is ['216.58.198.194'] - 260.3 17 | 2018-10-25T12:24:17+0000 [stdout#info] Result for b'adservice.google.ru' is ['216.58.198.194'] - 260.3 29 | c : DNS request from ('10.11.12.247', 57877) to None: 39 bytes - 260.6 17 | 2018-10-25T12:24:17+0000 [stdout#info] A query: b'clc.stackoverflow.com' - 260.6 17 | 2018-10-25T12:24:17+0000 [stdout#info] Result for b'd2fashanjl7d9f.cloudfront.net' is ['13.32.210.242', '13.32.210.72', '13.32.210.109', '13.32.210.111'] - 260.6 17 | 2018-10-25T12:24:17+0000 [stdout#info] Result for b'pixel.quantserve.com' is ['35.178.216.149', '35.177.70.111', '35.177.57.160', '35.177.33.121', '35.176.109.156', '35.176.108.23', '35.176.104.254', '3.8.67.162'] - 260.6 17 | 2018-10-25T12:24:17+0000 [stdout#info] Result for b'partnerad.l.doubleclick.net' is ['172.217.18.194'] - 260.9 17 | 2018-10-25T12:24:17+0000 [stdout#info] Result for b'clc.stackoverflow.com' is ['151.101.65.69', '151.101.129.69', '151.101.193.69', '151.101.1.69'] - 263.8 29 | c : DNS request from ('10.11.12.247', 51756) to None: 42 bytes - 263.9 17 | 2018-10-25T12:24:20+0000 [stdout#info] A query: b'notifications.google.com' - 264.1 17 | 2018-10-25T12:24:20+0000 [stdout#info] Result for b'notifications.google.com' is ['216.58.208.238'] - 264.9 29 | c : DNS request from ('10.11.12.247', 59338) to None: 33 bytes - 265.2 17 | 2018-10-25T12:24:21+0000 [stdout#info] A query: b'play.google.com' - 265.2 17 | 2018-10-25T12:24:21+0000 [stdout#info] Result for b'play.google.com' is ['216.58.208.206'] - 270.1 TEL | (proxy checking local liveness) - 270.3 17 | 2018-10-25T12:24:27+0000 [Poll#info] Checkpoint - 289.2 TEL | [55] Running: sudo -n echo -n - 300.1 TEL | (proxy checking local liveness) - 300.2 17 | 2018-10-25T12:24:56+0000 [Poll#info] Checkpoint - 319.3 TEL | [56] Running: sudo -n echo -n - 330.0 TEL | (proxy checking local liveness) - 330.1 17 | 2018-10-25T12:25:26+0000 [Poll#info] Checkpoint - 349.4 TEL | [57] Running: sudo -n echo -n - 359.9 TEL | (proxy checking local liveness) - 360.0 17 | 2018-10-25T12:25:56+0000 [Poll#info] Checkpoint - 368.2 29 | c : DNS request from ('10.11.12.247', 64064) to None: 45 bytes - 368.3 17 | 2018-10-25T12:26:05+0000 [stdout#info] A query: b'safebrowsing.googleapis.com' - 368.4 17 | 2018-10-25T12:26:05+0000 [stdout#info] Result for b'safebrowsing.googleapis.com' is ['172.217.18.202'] - 379.5 TEL | [58] Running: sudo -n echo -n - 390.3 TEL | (proxy checking local liveness) - 390.4 17 | 2018-10-25T12:26:27+0000 [Poll#info] Checkpoint - 397.6 29 | c : DNS request from ('10.11.12.247', 64534) to None: 34 bytes - 397.9 17 | 2018-10-25T12:26:34+0000 [stdout#info] A query: b'gs-loc.apple.com' - 398.1 17 | 2018-10-25T12:26:34+0000 [stdout#info] Result for b'gs-loc.apple.com' is ['17.134.127.250', '17.134.127.249'] - 409.6 TEL | [59] Running: sudo -n echo -n - 410.6 29 | c : DNS request from ('10.11.12.247', 55263) to None: 28 bytes - 410.7 17 | 2018-10-25T12:26:47+0000 [stdout#info] A query: b'github.com' - 410.8 17 | 2018-10-25T12:26:47+0000 [stdout#info] Result for b'github.com' is ['192.30.253.113', '192.30.253.112'] - 420.1 TEL | (proxy checking local liveness) - 420.2 17 | 2018-10-25T12:26:56+0000 [Poll#info] Checkpoint - 437.3 29 | c : DNS request from ('10.11.12.247', 54668) to None: 62 bytes - 437.3 29 | c : DNS request from ('10.11.12.247', 54539) to None: 40 bytes - 437.4 17 | 2018-10-25T12:27:14+0000 [stdout#info] A query: b'sync-560-us-west-2.sync.services.mozilla.com' - 437.4 17 | 2018-10-25T12:27:14+0000 [stdout#info] A query: b'firefoxusercontent.com' - 437.5 17 | 2018-10-25T12:27:14+0000 [stdout#info] Result for b'sync-560-us-west-2.sync.services.mozilla.com' is ['34.215.24.10'] - 437.5 17 | 2018-10-25T12:27:14+0000 [stdout#info] Result for b'firefoxusercontent.com' is ['13.32.155.212'] - 439.7 TEL | [60] Running: sudo -n echo -n - 443.0 29 | c : DNS request from ('10.11.12.247', 49882) to None: 28 bytes - 443.0 29 | c : DNS request from ('10.11.12.247', 60104) to None: 35 bytes - 443.0 29 | c : DNS request from ('10.11.12.247', 58574) to None: 41 bytes - 443.1 17 | 2018-10-25T12:27:19+0000 [stdout#info] A query: b'tproger.ru' - 443.1 17 | 2018-10-25T12:27:19+0000 [stdout#info] A query: b'stackoverflow.com' - 443.1 17 | 2018-10-25T12:27:19+0000 [stdout#info] A query: b'apple.stackexchange.com' - 443.2 17 | 2018-10-25T12:27:19+0000 [stdout#info] Result for b'tproger.ru' is ['104.24.5.55', '104.24.4.55'] - 443.4 17 | 2018-10-25T12:27:20+0000 [stdout#info] Result for b'apple.stackexchange.com' is ['151.101.1.69', '151.101.65.69', '151.101.129.69', '151.101.193.69'] - 443.4 17 | 2018-10-25T12:27:20+0000 [stdout#info] Result for b'stackoverflow.com' is ['151.101.65.69', '151.101.129.69', '151.101.193.69', '151.101.1.69'] - 450.0 TEL | (proxy checking local liveness) - 450.1 17 | 2018-10-25T12:27:26+0000 [Poll#info] Checkpoint - 469.8 TEL | [61] Running: sudo -n echo -n - 480.3 TEL | (proxy checking local liveness) - 480.4 17 | 2018-10-25T12:27:57+0000 [Poll#info] Checkpoint - 499.9 TEL | [62] Running: sudo -n echo -n - 510.0 TEL | (proxy checking local liveness) - 510.0 17 | 2018-10-25T12:28:26+0000 [Poll#info] Checkpoint - 520.9 29 | c : DNS request from ('10.11.12.247', 55943) to None: 45 bytes - 520.9 29 | c : DNS request from ('10.11.12.247', 51053) to None: 41 bytes - 520.9 29 | c : DNS request from ('10.11.12.247', 57864) to None: 30 bytes - 521.0 17 | 2018-10-25T12:28:37+0000 [stdout#info] A query: b'star-mini.c10r.facebook.com' - 521.0 17 | 2018-10-25T12:28:37+0000 [stdout#info] A query: b'youtube-ui.l.google.com' - 521.2 17 | 2018-10-25T12:28:37+0000 [stdout#info] A query: b'vedomosti.ru' - 521.2 17 | 2018-10-25T12:28:37+0000 [stdout#info] Result for b'youtube-ui.l.google.com' is ['216.58.206.238', '216.58.204.142', '216.58.204.110', '216.58.201.238', '216.58.198.206', '172.217.19.238', '172.217.18.206', '216.58.215.46', '216.58.213.142', '216.58.209.238', '216.58.208.238'] - 521.3 29 | c : DNS request from ('10.11.12.247', 57644) to None: 35 bytes - 521.4 17 | 2018-10-25T12:28:38+0000 [stdout#info] Result for b'vedomosti.ru' is ['5.188.113.67', '94.23.73.174', '188.165.55.3', '5.188.113.66'] - 521.4 17 | 2018-10-25T12:28:38+0000 [stdout#info] Result for b'star-mini.c10r.facebook.com' is ['31.13.90.36'] - 521.4 29 | c : DNS request from ('10.11.12.247', 62963) to None: 27 bytes - 521.4 29 | c : DNS request from ('10.11.12.247', 56485) to None: 28 bytes - 521.4 17 | 2018-10-25T12:28:38+0000 [stdout#info] A query: b'coinmarketcap.com' - 521.4 17 | 2018-10-25T12:28:38+0000 [stdout#info] Result for b'coinmarketcap.com' is ['104.17.141.178', '104.17.137.178', '104.17.138.178', '104.17.139.178', '104.17.140.178'] - 521.5 29 | c : DNS request from ('10.11.12.247', 61451) to None: 28 bytes - 521.5 17 | 2018-10-25T12:28:38+0000 [stdout#info] A query: b'gmail.com' - 521.7 17 | 2018-10-25T12:28:38+0000 [stdout#info] Result for b'gmail.com' is ['216.58.208.197'] - 521.7 17 | 2018-10-25T12:28:38+0000 [stdout#info] A query: b'trello.com' - 521.7 17 | 2018-10-25T12:28:38+0000 [stdout#info] A query: b'github.com' - 521.7 29 | c : DNS request from ('10.11.12.247', 50110) to None: 39 bytes - 521.8 17 | 2018-10-25T12:28:38+0000 [stdout#info] A query: b'www.myetherwallet.com' - 521.9 17 | 2018-10-25T12:28:38+0000 [stdout#info] Result for b'trello.com' is ['104.103.246.194'] - 522.1 17 | 2018-10-25T12:28:38+0000 [stdout#info] Result for b'github.com' is ['192.30.253.112', '192.30.253.113'] - 522.1 29 | c : DNS request from ('10.11.12.247', 62005) to None: 35 bytes - 522.1 17 | 2018-10-25T12:28:38+0000 [stdout#info] Result for b'www.myetherwallet.com' is ['104.25.5.15', '104.25.4.15'] - 522.1 29 | c : DNS request from ('10.11.12.247', 63273) to None: 28 bytes - 522.1 29 | c : DNS request from ('10.11.12.247', 59053) to None: 41 bytes - 522.2 17 | 2018-10-25T12:28:38+0000 [stdout#info] A query: b'stackoverflow.com' - 522.2 17 | 2018-10-25T12:28:39+0000 [stdout#info] A query: b'tproger.ru' - 522.2 17 | 2018-10-25T12:28:39+0000 [stdout#info] A query: b'apple.stackexchange.com' - 522.3 29 | c : DNS request from ('10.11.12.247', 63584) to None: 32 bytes - 522.4 29 | c : DNS request from ('10.11.12.247', 63301) to None: 40 bytes - 522.4 17 | 2018-10-25T12:28:39+0000 [stdout#info] Result for b'tproger.ru' is ['104.24.4.55', '104.24.5.55'] - 522.4 17 | 2018-10-25T12:28:39+0000 [stdout#info] Result for b'apple.stackexchange.com' is ['151.101.65.69', '151.101.129.69', '151.101.193.69', '151.101.1.69'] - 522.4 17 | 2018-10-25T12:28:39+0000 [stdout#info] A query: b'www.google.com' - 522.4 29 | c : DNS request from ('10.11.12.247', 50743) to None: 43 bytes - 522.4 17 | 2018-10-25T12:28:39+0000 [stdout#info] Result for b'stackoverflow.com' is ['151.101.1.69', '151.101.65.69', '151.101.129.69', '151.101.193.69'] - 522.5 17 | 2018-10-25T12:28:39+0000 [stdout#info] A query: b'unix.stackexchange.com' - 522.6 17 | 2018-10-25T12:28:39+0000 [stdout#info] A query: b'bitcoin.stackexchange.com' - 522.6 17 | 2018-10-25T12:28:39+0000 [stdout#info] Result for b'www.google.com' is ['216.58.201.228'] - 522.6 17 | 2018-10-25T12:28:39+0000 [stdout#info] Result for b'unix.stackexchange.com' is ['151.101.129.69', '151.101.65.69', '151.101.1.69', '151.101.193.69'] - 522.6 17 | 2018-10-25T12:28:39+0000 [stdout#info] Result for b'bitcoin.stackexchange.com' is ['151.101.193.69', '151.101.1.69', '151.101.65.69', '151.101.129.69'] - 522.7 29 | c : DNS request from ('10.11.12.247', 54091) to None: 35 bytes - 522.7 29 | c : DNS request from ('10.11.12.247', 61420) to None: 44 bytes - 522.8 17 | 2018-10-25T12:28:39+0000 [stdout#info] A query: b'www3.l.google.com' - 522.8 17 | 2018-10-25T12:28:39+0000 [stdout#info] A query: b'tiles.services.mozilla.com' - 522.8 17 | 2018-10-25T12:28:39+0000 [stdout#info] Result for b'www3.l.google.com' is ['216.58.208.206'] - 522.9 17 | 2018-10-25T12:28:39+0000 [stdout#info] Result for b'tiles.services.mozilla.com' is ['52.37.207.140', '52.34.107.172', '52.10.130.148', '34.216.156.21', '34.215.13.51', '34.209.108.219', '34.208.7.98', '52.39.131.77'] - 523.1 29 | c : DNS request from ('10.11.12.247', 51736) to None: 34 bytes - 523.1 17 | 2018-10-25T12:28:39+0000 [stdout#info] A query: b'www.vedomosti.ru' - 523.3 17 | 2018-10-25T12:28:40+0000 [stdout#info] Result for b'www.vedomosti.ru' is ['5.188.113.66', '94.23.73.174', '188.165.55.3'] - 524.2 29 | c : DNS request from ('10.11.12.247', 62079) to None: 31 bytes - 524.2 29 | c : DNS request from ('10.11.12.247', 53838) to None: 34 bytes - 524.3 29 | c : DNS request from ('10.11.12.247', 50892) to None: 35 bytes - 524.6 17 | 2018-10-25T12:28:41+0000 [stdout#info] A query: b'cdn.vdmsti.ru' - 524.6 17 | 2018-10-25T12:28:41+0000 [stdout#info] A query: b'buy.vedomosti.ru' - 524.6 17 | 2018-10-25T12:28:41+0000 [stdout#info] A query: b'cdn.onesignal.com' - 524.8 17 | 2018-10-25T12:28:41+0000 [stdout#info] Result for b'cdn.onesignal.com' is ['104.16.207.165', '104.16.206.165', '104.16.205.165', '104.16.204.165', '104.16.208.165'] - 525.0 17 | 2018-10-25T12:28:41+0000 [stdout#info] Result for b'cdn.vdmsti.ru' is ['185.99.10.22', '178.33.33.12', '188.165.139.204'] - 525.0 29 | c : DNS request from ('10.11.12.247', 62259) to None: 38 bytes - 525.0 17 | 2018-10-25T12:28:41+0000 [stdout#info] Result for b'buy.vedomosti.ru' is ['188.165.55.3', '94.23.73.174'] - 525.1 29 | c : DNS request from ('10.11.12.247', 61294) to None: 30 bytes - 525.1 29 | c : DNS request from ('10.11.12.247', 58146) to None: 44 bytes - 525.1 29 | c : DNS request from ('10.11.12.247', 62580) to None: 34 bytes - 525.1 29 | c : DNS request from ('10.11.12.247', 62442) to None: 51 bytes - 525.1 29 | c : DNS request from ('10.11.12.247', 55940) to None: 30 bytes - 525.1 29 | c : DNS request from ('10.11.12.247', 62585) to None: 51 bytes - 525.2 17 | 2018-10-25T12:28:41+0000 [stdout#info] A query: b'fonts.googleapis.com' - 525.3 17 | 2018-10-25T12:28:42+0000 [stdout#info] A query: b'cdn.onthe.io' - 525.3 17 | 2018-10-25T12:28:42+0000 [stdout#info] A query: b'pagead46.l.doubleclick.net' - 525.3 17 | 2018-10-25T12:28:42+0000 [stdout#info] A query: b'counter.yadro.ru' - 525.3 17 | 2018-10-25T12:28:42+0000 [stdout#info] A query: b'www-googletagmanager.l.google.com' - 525.3 17 | 2018-10-25T12:28:42+0000 [stdout#info] A query: b'mc.yandex.ru' - 525.3 17 | 2018-10-25T12:28:42+0000 [stdout#info] A query: b'www-google-analytics.l.google.com' - 525.7 17 | 2018-10-25T12:28:42+0000 [stdout#info] Result for b'fonts.googleapis.com' is ['216.58.209.234'] - 525.7 17 | 2018-10-25T12:28:42+0000 [stdout#info] Result for b'cdn.onthe.io' is ['138.197.186.29', '138.197.177.139', '138.68.66.61', '104.248.100.80', '104.248.100.79', '46.101.238.48', '165.227.149.77', '165.227.149.70', '165.227.149.5', '142.93.168.226', '142.93.168.221', '142.93.164.216', '142.93.164.210', '142.93.164.163', '142.93.164.141', '142.93.164.116', '142.93.164.12', '142.93.104.37', '142.93.100.57', '139.59.214.12'] - 525.7 17 | 2018-10-25T12:28:42+0000 [stdout#info] Result for b'www-googletagmanager.l.google.com' is ['216.58.198.200'] - 525.7 29 | c : DNS request from ('10.11.12.247', 58012) to None: 36 bytes - 525.7 29 | c : DNS request from ('10.11.12.247', 51502) to None: 37 bytes - 525.7 17 | 2018-10-25T12:28:42+0000 [stdout#info] Result for b'www-google-analytics.l.google.com' is ['172.217.18.206'] - 525.7 17 | 2018-10-25T12:28:42+0000 [stdout#info] Result for b'mc.yandex.ru' is ['87.250.251.119', '93.158.134.119', '77.88.21.119', '87.250.250.119'] - 525.8 17 | 2018-10-25T12:28:42+0000 [stdout#info] Result for b'pagead46.l.doubleclick.net' is ['216.58.201.226'] - 525.8 17 | 2018-10-25T12:28:42+0000 [stdout#info] Result for b'counter.yadro.ru' is ['88.212.201.205', '88.212.201.199', '88.212.201.197', '88.212.201.196', '88.212.201.195', '88.212.201.194', '88.212.201.193', '88.212.196.124', '88.212.196.123', '88.212.196.122', '88.212.196.105', '88.212.196.104', '88.212.196.103', '88.212.196.102', '88.212.196.101', '88.212.196.77', '88.212.196.75', '88.212.196.72', '88.212.196.69', '88.212.196.66', '88.212.201.208', '88.212.201.207'] - 525.8 17 | 2018-10-25T12:28:42+0000 [stdout#info] A query: b'www.tns-counter.ru' - 525.8 17 | 2018-10-25T12:28:42+0000 [stdout#info] A query: b'w.hypercomments.com' - 525.8 29 | c : DNS request from ('10.11.12.247', 55022) to None: 36 bytes - 525.8 29 | c : DNS request from ('10.11.12.247', 63956) to None: 31 bytes - 525.9 17 | 2018-10-25T12:28:42+0000 [stdout#info] Result for b'www.tns-counter.ru' is ['194.226.130.228', '194.226.130.227', '194.226.130.226', '194.226.130.229'] - 525.9 17 | 2018-10-25T12:28:42+0000 [stdout#info] Result for b'w.hypercomments.com' is ['54.171.141.244', '54.76.51.202'] - 525.9 17 | 2018-10-25T12:28:42+0000 [stdout#info] A query: b'rigel.vedomosti.ru' - 525.9 17 | 2018-10-25T12:28:42+0000 [stdout#info] A query: b'onesignal.com' - 526.2 29 | c : DNS request from ('10.11.12.247', 50345) to None: 42 bytes - 526.2 29 | c : DNS request from ('10.11.12.247', 53963) to None: 29 bytes - 526.5 17 | 2018-10-25T12:28:42+0000 [stdout#info] Result for b'onesignal.com' is ['104.16.206.165', '104.16.205.165', '104.16.204.165', '104.16.208.165', '104.16.207.165'] - 526.5 17 | 2018-10-25T12:28:42+0000 [stdout#info] Result for b'rigel.vedomosti.ru' is ['176.31.236.5'] - 526.5 17 | 2018-10-25T12:28:43+0000 [stdout#info] A query: b'static.hypercomments.com' - 526.5 17 | 2018-10-25T12:28:43+0000 [stdout#info] A query: b'tt.onthe.io' - 526.5 17 | 2018-10-25T12:28:43+0000 [stdout#info] Result for b'static.hypercomments.com' is ['23.105.244.4'] - 526.5 17 | 2018-10-25T12:28:43+0000 [stdout#info] Result for b'tt.onthe.io' is ['188.40.118.169', '188.40.115.112', '188.40.115.111', '188.40.114.52', '188.40.114.5', '136.243.151.13', '95.216.24.150', '95.216.24.149', '95.216.24.148', '88.99.5.37'] - 526.8 29 | c : DNS request from ('10.11.12.247', 58859) to None: 45 bytes - 526.9 17 | 2018-10-25T12:28:43+0000 [stdout#info] A query: b'partnerad.l.doubleclick.net' - 527.1 17 | 2018-10-25T12:28:43+0000 [stdout#info] Result for b'partnerad.l.doubleclick.net' is ['216.58.209.226'] - 527.5 29 | c : DNS request from ('10.11.12.247', 52868) to None: 38 bytes - 527.5 29 | c : DNS request from ('10.11.12.247', 59424) to None: 41 bytes - 527.6 17 | 2018-10-25T12:28:44+0000 [stdout#info] A query: b'connect.facebook.net' - 527.7 17 | 2018-10-25T12:28:44+0000 [stdout#info] A query: b'stats.l.doubleclick.net' - 527.7 17 | 2018-10-25T12:28:44+0000 [stdout#info] Result for b'stats.l.doubleclick.net' is ['108.177.15.154', '108.177.15.157', '108.177.15.156', '108.177.15.155'] - 527.7 17 | 2018-10-25T12:28:44+0000 [stdout#info] Result for b'connect.facebook.net' is ['31.13.90.6'] - 528.7 29 | c : DNS request from ('10.11.12.247', 64503) to None: 39 bytes - 528.8 17 | 2018-10-25T12:28:45+0000 [stdout#info] A query: b'staticxx.facebook.com' - 528.9 17 | 2018-10-25T12:28:45+0000 [stdout#info] Result for b'staticxx.facebook.com' is ['31.13.90.6'] - 529.2 29 | c : DNS request from ('10.11.12.247', 62172) to None: 45 bytes - 529.3 17 | 2018-10-25T12:28:46+0000 [stdout#info] A query: b'f4.shared.global.fastly.net' - 529.6 17 | 2018-10-25T12:28:46+0000 [stdout#info] Result for b'f4.shared.global.fastly.net' is ['151.101.114.110'] - 529.6 29 | c : DNS request from ('10.11.12.247', 59774) to None: 42 bytes - 529.6 29 | c : DNS request from ('10.11.12.247', 52034) to None: 48 bytes - 529.6 29 | c : DNS request from ('10.11.12.247', 55044) to None: 40 bytes - 529.6 29 | c : DNS request from ('10.11.12.247', 62890) to None: 39 bytes - 529.9 17 | 2018-10-25T12:28:46+0000 [stdout#info] A query: b'5-edge-chat.facebook.com' - 529.9 17 | 2018-10-25T12:28:46+0000 [stdout#info] A query: b'scontent.fhel5-1.fna.fbcdn.net' - 529.9 17 | 2018-10-25T12:28:46+0000 [stdout#info] A query: b'star.c10r.facebook.com' - 529.9 17 | 2018-10-25T12:28:46+0000 [stdout#info] A query: b'scontent.xx.fbcdn.net' - 530.0 TEL | [63] Running: sudo -n echo -n - 530.2 17 | 2018-10-25T12:28:46+0000 [stdout#info] Result for b'scontent.fhel5-1.fna.fbcdn.net' is ['81.27.242.17'] - 530.2 17 | 2018-10-25T12:28:46+0000 [stdout#info] Result for b'star.c10r.facebook.com' is ['31.13.90.2'] - 530.2 17 | 2018-10-25T12:28:46+0000 [stdout#info] Result for b'5-edge-chat.facebook.com' is ['31.13.90.2'] - 530.3 17 | 2018-10-25T12:28:46+0000 [stdout#info] Result for b'scontent.xx.fbcdn.net' is ['31.13.90.6'] - 539.0 29 | c : DNS request from ('10.11.12.247', 53435) to None: 34 bytes - 539.1 17 | 2018-10-25T12:28:55+0000 [stdout#info] A query: b'beta.storiqa.com' - 539.1 29 | c : DNS request from ('10.11.12.247', 63127) to None: 29 bytes - 539.2 17 | 2018-10-25T12:28:55+0000 [stdout#info] A query: b'bitcoin.org' - 539.2 17 | 2018-10-25T12:28:56+0000 [stdout#info] Result for b'beta.storiqa.com' is ['104.18.36.28', '104.18.37.28'] - 539.4 17 | 2018-10-25T12:28:56+0000 [stdout#info] Result for b'bitcoin.org' is ['138.68.248.245'] - 540.3 TEL | (proxy checking local liveness) - 540.5 17 | 2018-10-25T12:28:57+0000 [Poll#info] Checkpoint - 560.0 TEL | [64] Running: sudo -n echo -n - 570.2 TEL | (proxy checking local liveness) - 570.3 17 | 2018-10-25T12:29:27+0000 [Poll#info] Checkpoint - 583.4 29 | c : Accept TCP: 10.11.12.247:56825 -> 100.70.151.121:18332. - 583.5 29 | s: warning: closed channel 130 got cmd=TCP_DATA len=208 - 590.1 TEL | [65] Running: sudo -n echo -n - 600.0 TEL | (proxy checking local liveness) - 600.6 17 | 2018-10-25T12:29:56+0000 [Poll#info] Checkpoint - 604.6 29 | c : Accept TCP: 10.11.12.247:56827 -> 100.70.151.121:18332. - 605.2 29 | s: SW#8:100.70.151.121:18332: uwrite: got EPIPE - 615.1 29 | c : DNS request from ('10.11.12.247', 59436) to None: 27 bytes - 615.2 17 | 2018-10-25T12:30:11+0000 [stdout#info] A query: b'slack.com' - 615.3 17 | 2018-10-25T12:30:12+0000 [stdout#info] Result for b'slack.com' is ['13.32.183.18'] - 617.8 29 | c : DNS request from ('10.11.12.247', 50897) to None: 28 bytes - 617.9 17 | 2018-10-25T12:30:14+0000 [stdout#info] A query: b'github.com' - 617.9 17 | 2018-10-25T12:30:14+0000 [stdout#info] Result for b'github.com' is ['192.30.253.112', '192.30.253.113'] - 620.2 TEL | [66] Running: sudo -n echo -n - 622.5 29 | c : DNS request from ('10.11.12.247', 56541) to None: 29 bytes - 622.5 17 | 2018-10-25T12:30:19+0000 [stdout#info] A query: b'bitcoin.org' - 622.7 17 | 2018-10-25T12:30:19+0000 [stdout#info] Result for b'bitcoin.org' is ['138.68.248.245'] - 623.6 29 | c : DNS request from ('10.11.12.247', 49414) to None: 45 bytes - 623.6 29 | c : DNS request from ('10.11.12.247', 62166) to None: 41 bytes - 623.6 29 | c : DNS request from ('10.11.12.247', 54461) to None: 30 bytes - 623.7 17 | 2018-10-25T12:30:20+0000 [stdout#info] A query: b'star-mini.c10r.facebook.com' - 623.7 17 | 2018-10-25T12:30:20+0000 [stdout#info] A query: b'youtube-ui.l.google.com' - 623.7 17 | 2018-10-25T12:30:20+0000 [stdout#info] A query: b'vedomosti.ru' - 623.7 17 | 2018-10-25T12:30:20+0000 [stdout#info] Result for b'youtube-ui.l.google.com' is ['216.58.204.110', '216.58.201.238', '216.58.198.206', '172.217.19.238', '172.217.18.206', '216.58.215.46', '216.58.213.142', '216.58.208.206', '216.58.206.238', '216.58.204.142'] - 623.7 29 | c : DNS request from ('10.11.12.247', 58971) to None: 35 bytes - 623.8 17 | 2018-10-25T12:30:20+0000 [stdout#info] Result for b'star-mini.c10r.facebook.com' is ['31.13.90.36'] - 623.8 29 | c : DNS request from ('10.11.12.247', 60219) to None: 27 bytes - 623.8 17 | 2018-10-25T12:30:20+0000 [stdout#info] A query: b'coinmarketcap.com' - 623.8 17 | 2018-10-25T12:30:20+0000 [stdout#info] Result for b'coinmarketcap.com' is ['104.17.141.178', '104.17.137.178', '104.17.138.178', '104.17.139.178', '104.17.140.178'] - 623.8 17 | 2018-10-25T12:30:20+0000 [stdout#info] A query: b'gmail.com' - 623.8 29 | c : DNS request from ('10.11.12.247', 51117) to None: 28 bytes - 623.9 17 | 2018-10-25T12:30:20+0000 [stdout#info] Result for b'gmail.com' is ['216.58.198.197'] - 623.9 29 | c : DNS request from ('10.11.12.247', 51953) to None: 25 bytes - 623.9 17 | 2018-10-25T12:30:20+0000 [stdout#info] A query: b'trello.com' - 623.9 17 | 2018-10-25T12:30:20+0000 [stdout#info] Result for b'trello.com' is ['104.103.246.194'] - 623.9 29 | c : DNS request from ('10.11.12.247', 60938) to None: 39 bytes - 623.9 17 | 2018-10-25T12:30:20+0000 [stdout#info] A query: b'docs.rs' - 624.0 17 | 2018-10-25T12:30:20+0000 [stdout#info] Result for b'vedomosti.ru' is ['5.188.113.66', '5.188.113.67', '94.23.73.174', '188.165.55.3'] - 624.0 29 | c : DNS request from ('10.11.12.247', 57506) to None: 35 bytes - 624.0 17 | 2018-10-25T12:30:20+0000 [stdout#info] Result for b'docs.rs' is ['95.211.95.204'] - 624.0 29 | c : DNS request from ('10.11.12.247', 49498) to None: 28 bytes - 624.0 17 | 2018-10-25T12:30:20+0000 [stdout#info] A query: b'www.myetherwallet.com' - 624.0 17 | 2018-10-25T12:30:20+0000 [stdout#info] Result for b'www.myetherwallet.com' is ['104.25.5.15', '104.25.4.15'] - 624.0 29 | c : DNS request from ('10.11.12.247', 50277) to None: 32 bytes - 624.0 29 | c : DNS request from ('10.11.12.247', 60526) to None: 41 bytes - 624.0 17 | 2018-10-25T12:30:20+0000 [stdout#info] A query: b'stackoverflow.com' - 624.1 17 | 2018-10-25T12:30:20+0000 [stdout#info] Result for b'stackoverflow.com' is ['151.101.1.69', '151.101.193.69', '151.101.129.69', '151.101.65.69'] - 624.1 29 | c : DNS request from ('10.11.12.247', 63930) to None: 40 bytes - 624.1 17 | 2018-10-25T12:30:20+0000 [stdout#info] A query: b'tproger.ru' - 624.1 17 | 2018-10-25T12:30:20+0000 [stdout#info] Result for b'tproger.ru' is ['104.24.5.55', '104.24.4.55'] - 624.1 29 | c : DNS request from ('10.11.12.247', 59090) to None: 43 bytes - 624.1 17 | 2018-10-25T12:30:20+0000 [stdout#info] A query: b'www.google.com' - 624.1 17 | 2018-10-25T12:30:20+0000 [stdout#info] Result for b'www.google.com' is ['216.58.204.132'] - 624.1 17 | 2018-10-25T12:30:20+0000 [stdout#info] A query: b'apple.stackexchange.com' - 624.1 17 | 2018-10-25T12:30:20+0000 [stdout#info] Result for b'apple.stackexchange.com' is ['151.101.193.69', '151.101.1.69', '151.101.65.69', '151.101.129.69'] - 624.1 17 | 2018-10-25T12:30:20+0000 [stdout#info] A query: b'unix.stackexchange.com' - 624.2 17 | 2018-10-25T12:30:20+0000 [stdout#info] Result for b'unix.stackexchange.com' is ['151.101.1.69', '151.101.65.69', '151.101.129.69', '151.101.193.69'] - 624.2 17 | 2018-10-25T12:30:20+0000 [stdout#info] A query: b'bitcoin.stackexchange.com' - 624.2 17 | 2018-10-25T12:30:20+0000 [stdout#info] Result for b'bitcoin.stackexchange.com' is ['151.101.65.69', '151.101.129.69', '151.101.193.69', '151.101.1.69'] - 624.8 29 | c : DNS request from ('10.11.12.247', 60445) to None: 44 bytes - 624.9 29 | c : DNS request from ('10.11.12.247', 60556) to None: 38 bytes - 624.9 29 | c : DNS request from ('10.11.12.247', 52033) to None: 38 bytes - 624.9 17 | 2018-10-25T12:30:21+0000 [stdout#info] A query: b'tiles.services.mozilla.com' - 624.9 17 | 2018-10-25T12:30:21+0000 [stdout#info] A query: b'fonts.googleapis.com' - 624.9 17 | 2018-10-25T12:30:21+0000 [stdout#info] A query: b'cdnjs.cloudflare.com' - 624.9 17 | 2018-10-25T12:30:21+0000 [stdout#info] Result for b'cdnjs.cloudflare.com' is ['104.19.196.151', '104.19.195.151', '104.19.199.151', '104.19.198.151', '104.19.197.151'] - 624.9 17 | 2018-10-25T12:30:21+0000 [stdout#info] Result for b'fonts.googleapis.com' is ['172.217.18.202'] - 625.0 17 | 2018-10-25T12:30:21+0000 [stdout#info] Result for b'tiles.services.mozilla.com' is ['52.10.130.148', '52.43.40.243', '52.41.78.152', '52.41.60.30', '52.40.109.206', '52.39.131.77', '52.37.207.140', '52.34.107.172'] - 627.2 29 | c : DNS request from ('10.11.12.247', 65193) to None: 37 bytes - 627.2 17 | 2018-10-25T12:30:24+0000 [stdout#info] A query: b'support.mozilla.org' - 627.4 17 | 2018-10-25T12:30:24+0000 [stdout#info] Result for b'support.mozilla.org' is ['34.216.111.165', '52.39.60.112'] - 630.0 TEL | (proxy checking local liveness) - 630.0 17 | 2018-10-25T12:30:26+0000 [Poll#info] Checkpoint - 630.1 29 | c : DNS request from ('10.11.12.247', 58285) to None: 23 bytes - 630.1 17 | 2018-10-25T12:30:26+0000 [stdout#info] A query: b'hh.ru' - 630.2 17 | 2018-10-25T12:30:26+0000 [stdout#info] Result for b'hh.ru' is ['94.124.200.86'] - 637.4 29 | c : DNS request from ('10.11.12.247', 61108) to None: 33 bytes - 637.5 17 | 2018-10-25T12:30:34+0000 [stdout#info] A query: b'www.gstatic.com' - 637.5 17 | 2018-10-25T12:30:34+0000 [stdout#info] Result for b'www.gstatic.com' is ['216.58.208.195'] - 637.6 29 | c : DNS request from ('10.11.12.247', 52435) to None: 33 bytes - 637.6 29 | c : DNS request from ('10.11.12.247', 60335) to None: 54 bytes - 637.7 17 | 2018-10-25T12:30:34+0000 [stdout#info] A query: b'ssl.gstatic.com' - 637.7 17 | 2018-10-25T12:30:34+0000 [stdout#info] A query: b'googlehosted.l.googleusercontent.com' - 637.7 17 | 2018-10-25T12:30:34+0000 [stdout#info] Result for b'ssl.gstatic.com' is ['216.58.198.195'] - 637.7 17 | 2018-10-25T12:30:34+0000 [stdout#info] Result for b'googlehosted.l.googleusercontent.com' is ['216.58.201.225'] - 638.4 29 | c : DNS request from ('10.11.12.247', 56405) to None: 35 bytes - 638.5 29 | c : DNS request from ('10.11.12.247', 51443) to None: 35 bytes - 638.5 17 | 2018-10-25T12:30:35+0000 [stdout#info] A query: b'plus.l.google.com' - 638.5 17 | 2018-10-25T12:30:35+0000 [stdout#info] Result for b'plus.l.google.com' is ['216.58.208.206'] - 638.5 17 | 2018-10-25T12:30:35+0000 [stdout#info] A query: b'www3.l.google.com' - 638.6 17 | 2018-10-25T12:30:35+0000 [stdout#info] Result for b'www3.l.google.com' is ['172.217.18.206'] - 644.2 29 | c : DNS request from ('10.11.12.247', 53050) to None: 42 bytes - 644.3 17 | 2018-10-25T12:30:41+0000 [stdout#info] A query: b'notifications.google.com' - 644.3 17 | 2018-10-25T12:30:41+0000 [stdout#info] Result for b'notifications.google.com' is ['216.58.208.206'] - 645.4 29 | c : DNS request from ('10.11.12.247', 53868) to None: 33 bytes - 645.4 17 | 2018-10-25T12:30:42+0000 [stdout#info] A query: b'play.google.com' - 645.6 17 | 2018-10-25T12:30:42+0000 [stdout#info] Result for b'play.google.com' is ['216.58.204.238'] - 650.3 TEL | [67] Running: sudo -n echo -n - 659.9 TEL | (proxy checking local liveness) - 660.0 17 | 2018-10-25T12:30:56+0000 [Poll#info] Checkpoint - 679.6 29 | c : DNS request from ('10.11.12.247', 52523) to None: 36 bytes - 679.6 17 | 2018-10-25T12:31:16+0000 [stdout#info] A query: b'gateway.icloud.com' - 680.0 17 | 2018-10-25T12:31:16+0000 [stdout#info] Result for b'gateway.icloud.com' is ['17.248.144.11', '17.248.144.13', '17.248.144.107', '17.248.144.143', '17.248.144.183', '17.248.144.186', '17.248.144.187', '17.248.144.207'] - 680.4 TEL | [68] Running: sudo -n echo -n - 690.1 TEL | (proxy checking local liveness) - 690.2 17 | 2018-10-25T12:31:26+0000 [Poll#info] Checkpoint - 692.2 29 | c : Accept TCP: 10.11.12.247:56861 -> 100.70.151.121:18332. - 692.2 29 | s: SW#9:100.70.151.121:18332: uwrite: got EPIPE - 704.0 29 | c : DNS request from ('10.11.12.247', 51229) to None: 43 bytes - 704.1 17 | 2018-10-25T12:31:40+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' - 704.2 17 | 2018-10-25T12:31:40+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] - 710.5 TEL | [69] Running: sudo -n echo -n - 720.1 TEL | (proxy checking local liveness) - 720.2 17 | 2018-10-25T12:31:56+0000 [Poll#info] Checkpoint - 725.3 29 | c : DNS request from ('10.11.12.247', 53747) to None: 43 bytes - 725.6 17 | 2018-10-25T12:32:02+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' - 725.9 17 | 2018-10-25T12:32:02+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] - 740.6 TEL | [70] Running: sudo -n echo -n - 750.2 TEL | (proxy checking local liveness) - 750.3 17 | 2018-10-25T12:32:27+0000 [Poll#info] Checkpoint - 770.7 TEL | [71] Running: sudo -n echo -n - 780.1 TEL | (proxy checking local liveness) - 780.2 17 | 2018-10-25T12:32:56+0000 [Poll#info] Checkpoint - 800.8 TEL | [72] Running: sudo -n echo -n - 810.1 TEL | (proxy checking local liveness) - 810.1 17 | 2018-10-25T12:33:26+0000 [Poll#info] Checkpoint - 816.1 29 | c : DNS request from ('10.11.12.247', 56998) to None: 43 bytes - 816.2 17 | 2018-10-25T12:33:32+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' - 816.2 17 | 2018-10-25T12:33:33+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] - 819.3 29 | c : DNS request from ('10.11.12.247', 54788) to None: 29 bytes - 819.3 29 | c : DNS request from ('10.11.12.247', 53556) to None: 34 bytes - 819.3 29 | c : DNS request from ('10.11.12.247', 59620) to None: 35 bytes - 819.5 17 | 2018-10-25T12:33:36+0000 [stdout#info] A query: b'bitcoin.org' - 819.7 17 | 2018-10-25T12:33:36+0000 [stdout#info] A query: b'www.vedomosti.ru' - 819.7 17 | 2018-10-25T12:33:36+0000 [stdout#info] A query: b'stackoverflow.com' - 820.0 17 | 2018-10-25T12:33:36+0000 [stdout#info] Result for b'bitcoin.org' is ['138.68.248.245'] - 820.0 17 | 2018-10-25T12:33:36+0000 [stdout#info] Result for b'www.vedomosti.ru' is ['5.188.113.66', '188.165.55.3', '94.23.73.174'] - 820.0 17 | 2018-10-25T12:33:36+0000 [stdout#info] Result for b'stackoverflow.com' is ['151.101.65.69', '151.101.129.69', '151.101.193.69', '151.101.1.69'] - 820.0 29 | c : DNS request from ('10.11.12.247', 49444) to None: 28 bytes - 820.1 17 | 2018-10-25T12:33:36+0000 [stdout#info] A query: b'tproger.ru' - 820.2 29 | c : DNS request from ('10.11.12.247', 57254) to None: 41 bytes - 820.3 17 | 2018-10-25T12:33:37+0000 [stdout#info] A query: b'apple.stackexchange.com' - 820.4 17 | 2018-10-25T12:33:37+0000 [stdout#info] Result for b'tproger.ru' is ['104.24.5.55', '104.24.4.55'] - 820.5 17 | 2018-10-25T12:33:37+0000 [stdout#info] Result for b'apple.stackexchange.com' is ['151.101.1.69', '151.101.193.69', '151.101.129.69', '151.101.65.69'] - 831.0 TEL | [73] Running: sudo -n echo -n - 831.7 29 | c : DNS request from ('10.11.12.247', 55140) to None: 43 bytes - 831.8 17 | 2018-10-25T12:33:48+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' - 832.0 17 | 2018-10-25T12:33:48+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] - 838.2 29 | c : DNS request from ('10.11.12.247', 53397) to None: 45 bytes - 838.2 29 | c : DNS request from ('10.11.12.247', 59898) to None: 41 bytes - 838.2 29 | c : DNS request from ('10.11.12.247', 54399) to None: 30 bytes - 838.3 17 | 2018-10-25T12:33:55+0000 [stdout#info] A query: b'star-mini.c10r.facebook.com' - 838.5 29 | c : DNS request from ('10.11.12.247', 53605) to None: 34 bytes - 838.5 17 | 2018-10-25T12:33:55+0000 [stdout#info] A query: b'youtube-ui.l.google.com' - 838.5 17 | 2018-10-25T12:33:55+0000 [stdout#info] A query: b'vedomosti.ru' - 838.6 29 | c : DNS request from ('10.11.12.247', 59783) to None: 32 bytes - 838.6 29 | c : DNS request from ('10.11.12.247', 63016) to None: 35 bytes - 838.6 17 | 2018-10-25T12:33:55+0000 [stdout#info] Result for b'star-mini.c10r.facebook.com' is ['31.13.90.36'] - 838.6 17 | 2018-10-25T12:33:55+0000 [stdout#info] Result for b'vedomosti.ru' is ['188.165.55.3', '5.188.113.66', '5.188.113.67', '94.23.73.174'] - 838.7 29 | c : DNS request from ('10.11.12.247', 54018) to None: 27 bytes - 838.7 29 | c : DNS request from ('10.11.12.247', 64575) to None: 28 bytes - 838.7 17 | 2018-10-25T12:33:55+0000 [stdout#info] A query: b'www.linkedin.com' - 838.7 17 | 2018-10-25T12:33:55+0000 [stdout#info] Result for b'youtube-ui.l.google.com' is ['216.58.204.142', '216.58.205.14', '216.58.206.238', '216.58.208.206', '216.58.209.238', '216.58.213.142', '216.58.215.46', '172.217.19.238', '216.58.201.238', '216.58.204.110'] - 838.7 17 | 2018-10-25T12:33:55+0000 [stdout#info] A query: b'www.google.com' - 838.7 17 | 2018-10-25T12:33:55+0000 [stdout#info] A query: b'coinmarketcap.com' - 838.8 17 | 2018-10-25T12:33:55+0000 [stdout#info] A query: b'gmail.com' - 838.8 17 | 2018-10-25T12:33:55+0000 [stdout#info] A query: b'trello.com' - 838.8 17 | 2018-10-25T12:33:55+0000 [stdout#info] Result for b'www.google.com' is ['172.217.18.196'] - 839.2 17 | 2018-10-25T12:33:55+0000 [stdout#info] Result for b'trello.com' is ['104.103.246.194'] - 839.2 17 | 2018-10-25T12:33:56+0000 [stdout#info] Result for b'coinmarketcap.com' is ['104.17.137.178', '104.17.138.178', '104.17.139.178', '104.17.140.178', '104.17.141.178'] - 839.2 17 | 2018-10-25T12:33:56+0000 [stdout#info] Result for b'www.linkedin.com' is ['185.63.145.1'] - 839.2 29 | c : DNS request from ('10.11.12.247', 61018) to None: 28 bytes - 839.2 29 | c : DNS request from ('10.11.12.247', 60159) to None: 25 bytes - 839.3 29 | c : DNS request from ('10.11.12.247', 55431) to None: 35 bytes - 839.4 17 | 2018-10-25T12:33:56+0000 [stdout#info] Result for b'gmail.com' is ['172.217.18.197'] - 839.4 17 | 2018-10-25T12:33:56+0000 [stdout#info] A query: b'github.com' - 839.4 17 | 2018-10-25T12:33:56+0000 [stdout#info] A query: b'docs.rs' - 839.4 17 | 2018-10-25T12:33:56+0000 [stdout#info] A query: b'ocsp.digicert.com' - 839.4 29 | c : DNS request from ('10.11.12.247', 53068) to None: 39 bytes - 839.5 17 | 2018-10-25T12:33:56+0000 [stdout#info] A query: b'www.myetherwallet.com' - 839.8 17 | 2018-10-25T12:33:56+0000 [stdout#info] Result for b'github.com' is ['192.30.253.112', '192.30.253.113'] - 839.8 29 | c : DNS request from ('10.11.12.247', 58390) to None: 44 bytes - 839.8 29 | c : DNS request from ('10.11.12.247', 52802) to None: 45 bytes - 839.9 17 | 2018-10-25T12:33:56+0000 [stdout#info] Result for b'ocsp.digicert.com' is ['93.184.220.29'] - 840.0 17 | 2018-10-25T12:33:56+0000 [stdout#info] Result for b'docs.rs' is ['95.211.95.204'] - 840.0 29 | c : DNS request from ('10.11.12.247', 57234) to None: 33 bytes - 840.2 17 | 2018-10-25T12:33:56+0000 [stdout#info] A query: b'tiles.services.mozilla.com' - 840.2 17 | 2018-10-25T12:33:56+0000 [stdout#info] A query: b'safebrowsing.googleapis.com' - 840.2 17 | 2018-10-25T12:33:56+0000 [stdout#info] Result for b'www.myetherwallet.com' is ['104.25.4.15', '104.25.5.15'] - 840.4 17 | 2018-10-25T12:33:56+0000 [stdout#info] A query: b'www.gstatic.com' - 840.4 TEL | (proxy checking local liveness) - 840.5 17 | 2018-10-25T12:33:57+0000 [Poll#info] Checkpoint - 840.5 17 | 2018-10-25T12:33:57+0000 [stdout#info] Result for b'tiles.services.mozilla.com' is ['54.218.239.186', '52.39.131.77', '52.40.109.206', '52.41.60.30', '52.41.78.152', '52.43.40.243', '54.186.208.153', '54.187.46.234'] - 840.5 17 | 2018-10-25T12:33:57+0000 [stdout#info] Result for b'safebrowsing.googleapis.com' is ['216.58.204.106'] - 840.5 17 | 2018-10-25T12:33:57+0000 [stdout#info] Result for b'www.gstatic.com' is ['216.58.205.3'] - 840.6 29 | c : DNS request from ('10.11.12.247', 63934) to None: 38 bytes - 840.6 29 | c : DNS request from ('10.11.12.247', 58890) to None: 33 bytes - 840.6 29 | c : DNS request from ('10.11.12.247', 56433) to None: 54 bytes - 840.9 17 | 2018-10-25T12:33:57+0000 [stdout#info] A query: b'fonts.googleapis.com' - 840.9 17 | 2018-10-25T12:33:57+0000 [stdout#info] A query: b'ssl.gstatic.com' - 840.9 17 | 2018-10-25T12:33:57+0000 [stdout#info] A query: b'googlehosted.l.googleusercontent.com' - 841.1 29 | c : DNS request from ('10.11.12.247', 62254) to None: 35 bytes - 841.2 17 | 2018-10-25T12:33:57+0000 [stdout#info] A query: b'plus.l.google.com' - 841.3 17 | 2018-10-25T12:33:58+0000 [stdout#info] Result for b'googlehosted.l.googleusercontent.com' is ['172.217.18.193'] - 841.3 17 | 2018-10-25T12:33:58+0000 [stdout#info] Result for b'ssl.gstatic.com' is ['172.217.18.195'] - 841.3 29 | c : DNS request from ('10.11.12.247', 58590) to None: 35 bytes - 841.5 17 | 2018-10-25T12:33:58+0000 [stdout#info] Result for b'fonts.googleapis.com' is ['216.58.208.234'] - 841.5 17 | 2018-10-25T12:33:58+0000 [stdout#info] A query: b'www3.l.google.com' - 841.8 17 | 2018-10-25T12:33:58+0000 [stdout#info] Result for b'plus.l.google.com' is ['216.58.201.238'] - 841.9 17 | 2018-10-25T12:33:58+0000 [stdout#info] Result for b'www3.l.google.com' is ['216.58.201.238'] - 842.8 29 | c : DNS request from ('10.11.12.247', 54728) to None: 39 bytes - 842.9 17 | 2018-10-25T12:33:59+0000 [stdout#info] A query: b'support.rackspace.com' - 843.0 17 | 2018-10-25T12:33:59+0000 [stdout#info] Result for b'support.rackspace.com' is ['162.242.140.53'] - 843.8 29 | c : DNS request from ('10.11.12.247', 51259) to None: 91 bytes - 843.8 29 | c : DNS request from ('10.11.12.247', 61050) to None: 41 bytes - 843.8 29 | c : DNS request from ('10.11.12.247', 56693) to None: 41 bytes - 843.8 29 | c : DNS request from ('10.11.12.247', 64228) to None: 36 bytes - 843.9 17 | 2018-10-25T12:34:00+0000 [stdout#info] A query: b'657cea1304d5d92ee105-33ee89321dddef28209b83f19f06774f.ssl.cf1.rackcdn.com' - 844.0 17 | 2018-10-25T12:34:00+0000 [stdout#info] A query: b'googleapis.l.google.com' - 844.2 17 | 2018-10-25T12:34:00+0000 [stdout#info] A query: b'netdna.bootstrapcdn.com' - 844.2 17 | 2018-10-25T12:34:00+0000 [stdout#info] A query: b'licensebuttons.net' - 844.3 17 | 2018-10-25T12:34:00+0000 [stdout#info] Result for b'googleapis.l.google.com' is ['172.217.19.234', '216.58.215.42', '216.58.213.138', '216.58.209.234', '216.58.206.234', '216.58.204.138', '216.58.204.106', '216.58.201.234', '172.217.22.138'] - 844.3 17 | 2018-10-25T12:34:01+0000 [stdout#info] Result for b'netdna.bootstrapcdn.com' is ['209.197.3.15'] - 844.3 17 | 2018-10-25T12:34:01+0000 [stdout#info] Result for b'licensebuttons.net' is ['104.25.7.12', '104.25.6.12'] - 844.3 17 | 2018-10-25T12:34:01+0000 [stdout#info] Result for b'657cea1304d5d92ee105-33ee89321dddef28209b83f19f06774f.ssl.cf1.rackcdn.com' is ['23.56.177.242'] - 844.5 29 | c : DNS request from ('10.11.12.247', 59771) to None: 41 bytes - 844.6 29 | c : DNS request from ('10.11.12.247', 54759) to None: 51 bytes - 844.7 29 | c : DNS request from ('10.11.12.247', 63568) to None: 91 bytes - 844.7 29 | c : DNS request from ('10.11.12.247', 52121) to None: 91 bytes - 844.7 29 | c : DNS request from ('10.11.12.247', 54277) to None: 35 bytes - 844.7 17 | 2018-10-25T12:34:01+0000 [stdout#info] A query: b'maxcdn.bootstrapcdn.com' - 844.8 17 | 2018-10-25T12:34:01+0000 [stdout#info] A query: b'www-googletagmanager.l.google.com' - 844.8 17 | 2018-10-25T12:34:01+0000 [stdout#info] A query: b'c6046a54729453dc43d4-2df5b2d27d704c411ac6d714647ed975.ssl.cf1.rackcdn.com' - 844.8 17 | 2018-10-25T12:34:01+0000 [stdout#info] A query: b'd436c56f5a08c61c1089-2d9f45bbdbb04bfa80b3989d3f4c08b5.ssl.cf5.rackcdn.com' - 844.8 17 | 2018-10-25T12:34:01+0000 [stdout#info] A query: b'fonts.gstatic.com' - 844.9 17 | 2018-10-25T12:34:01+0000 [stdout#info] Result for b'maxcdn.bootstrapcdn.com' is ['209.197.3.15'] - 845.4 17 | 2018-10-25T12:34:01+0000 [stdout#info] Result for b'c6046a54729453dc43d4-2df5b2d27d704c411ac6d714647ed975.ssl.cf1.rackcdn.com' is ['23.56.177.242'] - 845.4 17 | 2018-10-25T12:34:01+0000 [stdout#info] Result for b'www-googletagmanager.l.google.com' is ['216.58.204.104'] - 845.4 17 | 2018-10-25T12:34:01+0000 [stdout#info] Result for b'fonts.gstatic.com' is ['216.58.209.227'] - 845.4 17 | 2018-10-25T12:34:01+0000 [stdout#info] Result for b'd436c56f5a08c61c1089-2d9f45bbdbb04bfa80b3989d3f4c08b5.ssl.cf5.rackcdn.com' is ['23.56.178.182'] - 846.2 29 | c : DNS request from ('10.11.12.247', 55054) to None: 51 bytes - 846.2 29 | c : DNS request from ('10.11.12.247', 49515) to None: 38 bytes - 846.2 29 | c : DNS request from ('10.11.12.247', 51939) to None: 45 bytes - 846.3 17 | 2018-10-25T12:34:03+0000 [stdout#info] A query: b'www-google-analytics.l.google.com' - 846.3 17 | 2018-10-25T12:34:03+0000 [stdout#info] A query: b'sjs.bizographics.com' - 846.3 17 | 2018-10-25T12:34:03+0000 [stdout#info] A query: b'4361691.fls.doubleclick.net' - 846.5 17 | 2018-10-25T12:34:03+0000 [stdout#info] Result for b'www-google-analytics.l.google.com' is ['216.58.213.142'] - 846.5 17 | 2018-10-25T12:34:03+0000 [stdout#info] Result for b'sjs.bizographics.com' is ['104.124.161.62'] - 846.5 17 | 2018-10-25T12:34:03+0000 [stdout#info] Result for b'4361691.fls.doubleclick.net' is ['172.217.19.230'] - 846.6 29 | c : DNS request from ('10.11.12.247', 54941) to None: 42 bytes - 846.6 17 | 2018-10-25T12:34:03+0000 [stdout#info] A query: b'notifications.google.com' - 846.7 29 | c : DNS request from ('10.11.12.247', 58344) to None: 41 bytes - 846.8 29 | c : DNS request from ('10.11.12.247', 51457) to None: 38 bytes - 847.0 17 | 2018-10-25T12:34:03+0000 [stdout#info] A query: b'stats.l.doubleclick.net' - 847.0 17 | 2018-10-25T12:34:03+0000 [stdout#info] A query: b'adservice.google.com' - 847.0 17 | 2018-10-25T12:34:03+0000 [stdout#info] Result for b'notifications.google.com' is ['216.58.201.238'] - 847.6 17 | 2018-10-25T12:34:04+0000 [stdout#info] Result for b'stats.l.doubleclick.net' is ['173.194.76.156', '173.194.76.155', '173.194.76.154', '173.194.76.157'] - 847.6 17 | 2018-10-25T12:34:04+0000 [stdout#info] Result for b'adservice.google.com' is ['172.217.22.130'] - 848.5 29 | c : DNS request from ('10.11.12.247', 59671) to None: 34 bytes - 848.6 17 | 2018-10-25T12:34:05+0000 [stdout#info] A query: b'mix.linkedin.com' - 848.7 17 | 2018-10-25T12:34:05+0000 [stdout#info] Result for b'mix.linkedin.com' is ['91.225.248.133'] - 848.8 29 | c : DNS request from ('10.11.12.247', 52463) to None: 33 bytes - 849.0 17 | 2018-10-25T12:34:05+0000 [stdout#info] A query: b'play.google.com' - 849.2 17 | 2018-10-25T12:34:05+0000 [stdout#info] Result for b'play.google.com' is ['216.58.198.206'] - 861.0 TEL | [74] Running: sudo -n echo -n - 870.3 TEL | (proxy checking local liveness) - 870.6 17 | 2018-10-25T12:34:27+0000 [Poll#info] Checkpoint - 889.5 29 | c : DNS request from ('10.11.12.247', 64740) to None: 29 bytes - 889.5 29 | c : DNS request from ('10.11.12.247', 61964) to None: 34 bytes - 889.6 29 | c : DNS request from ('10.11.12.247', 56735) to None: 35 bytes - 889.7 17 | 2018-10-25T12:34:46+0000 [stdout#info] A query: b'bitcoin.org' - 889.7 17 | 2018-10-25T12:34:46+0000 [stdout#info] A query: b'www.vedomosti.ru' - 889.7 17 | 2018-10-25T12:34:46+0000 [stdout#info] A query: b'stackoverflow.com' - 889.8 17 | 2018-10-25T12:34:46+0000 [stdout#info] Result for b'bitcoin.org' is ['138.68.248.245'] - 889.8 17 | 2018-10-25T12:34:46+0000 [stdout#info] Result for b'www.vedomosti.ru' is ['5.188.113.66', '188.165.55.3', '94.23.73.174'] - 889.9 29 | c : DNS request from ('10.11.12.247', 58912) to None: 28 bytes - 890.0 17 | 2018-10-25T12:34:46+0000 [stdout#info] Result for b'stackoverflow.com' is ['151.101.193.69', '151.101.1.69', '151.101.65.69', '151.101.129.69'] - 890.0 17 | 2018-10-25T12:34:46+0000 [stdout#info] A query: b'tproger.ru' - 890.0 29 | c : DNS request from ('10.11.12.247', 51036) to None: 41 bytes - 890.2 17 | 2018-10-25T12:34:46+0000 [stdout#info] Result for b'tproger.ru' is ['104.24.4.55', '104.24.5.55'] - 890.3 17 | 2018-10-25T12:34:47+0000 [stdout#info] A query: b'apple.stackexchange.com' - 890.4 17 | 2018-10-25T12:34:47+0000 [stdout#info] Result for b'apple.stackexchange.com' is ['151.101.193.69', '151.101.1.69', '151.101.65.69', '151.101.129.69'] - 891.1 TEL | [75] Running: sudo -n echo -n - 892.5 29 | c : DNS request from ('10.11.12.247', 49280) to None: 30 bytes - 892.6 17 | 2018-10-25T12:34:49+0000 [stdout#info] A query: b'cd.stq.cloud' - 892.9 17 | 2018-10-25T12:34:49+0000 [stdout#info] Result for b'cd.stq.cloud' is ['35.158.142.114', '52.29.28.85'] - 893.0 29 | c : DNS request from ('10.11.12.247', 51303) to None: 48 bytes - 893.1 17 | 2018-10-25T12:34:49+0000 [stdout#info] A query: b'avatars3.githubusercontent.com' - 893.3 17 | 2018-10-25T12:34:50+0000 [stdout#info] Result for b'avatars3.githubusercontent.com' is ['151.101.112.133'] - 899.1 29 | c : DNS request from ('10.11.12.247', 54493) to None: 34 bytes - 899.2 29 | c : DNS request from ('10.11.12.247', 49910) to None: 28 bytes - 899.3 29 | c : DNS request from ('10.11.12.247', 52427) to None: 32 bytes - 899.4 17 | 2018-10-25T12:34:56+0000 [stdout#info] A query: b'pogoda.yandex.ru' - 899.4 17 | 2018-10-25T12:34:56+0000 [stdout#info] A query: b'paypal.com' - 899.4 17 | 2018-10-25T12:34:56+0000 [stdout#info] A query: b'www.google.com' - 899.6 17 | 2018-10-25T12:34:56+0000 [stdout#info] Result for b'pogoda.yandex.ru' is ['213.180.193.248'] - 899.6 17 | 2018-10-25T12:34:56+0000 [stdout#info] Result for b'paypal.com' is ['64.4.250.37', '64.4.250.36'] - 899.7 29 | c : DNS request from ('10.11.12.247', 59791) to None: 43 bytes - 899.7 17 | 2018-10-25T12:34:56+0000 [stdout#info] Result for b'www.google.com' is ['216.58.208.228'] - 900.0 17 | 2018-10-25T12:34:56+0000 [stdout#info] A query: b'yandex.ocsp-responder.com' - 900.2 TEL | (proxy checking local liveness) - 900.3 17 | 2018-10-25T12:34:57+0000 [stdout#info] Result for b'yandex.ocsp-responder.com' is ['5.45.205.233', '5.45.205.232', '5.45.205.231', '5.45.205.235', '5.45.205.234'] - 900.3 17 | 2018-10-25T12:34:57+0000 [Poll#info] Checkpoint - 900.8 29 | c : DNS request from ('10.11.12.247', 65067) to None: 32 bytes - 900.9 29 | c : DNS request from ('10.11.12.247', 60733) to None: 48 bytes - 901.0 17 | 2018-10-25T12:34:57+0000 [stdout#info] A query: b'www.reddit.com' - 901.1 17 | 2018-10-25T12:34:57+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' - 901.2 17 | 2018-10-25T12:34:57+0000 [stdout#info] Result for b'www.reddit.com' is ['151.101.113.140'] - 901.3 17 | 2018-10-25T12:34:57+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] - 905.6 29 | c : DNS request from ('10.11.12.247', 54426) to None: 34 bytes - 905.6 29 | c : DNS request from ('10.11.12.247', 51530) to None: 37 bytes - 905.6 29 | c : DNS request from ('10.11.12.247', 61833) to None: 46 bytes - 905.8 17 | 2018-10-25T12:35:02+0000 [stdout#info] A query: b'www.rabbitmq.com' - 905.8 17 | 2018-10-25T12:35:02+0000 [stdout#info] A query: b'groups.l.google.com' - 906.0 17 | 2018-10-25T12:35:02+0000 [stdout#info] A query: b'rabbitmq-slack.herokuapp.com' - 906.1 17 | 2018-10-25T12:35:02+0000 [stdout#info] Result for b'www.rabbitmq.com' is ['104.20.63.197', '104.20.62.197'] - 906.1 17 | 2018-10-25T12:35:02+0000 [stdout#info] Result for b'rabbitmq-slack.herokuapp.com' is ['34.224.36.137', '34.205.3.114', '34.204.208.235', '34.203.183.13', '34.228.93.197', '34.227.214.181', '34.226.120.217', '34.225.94.62'] - 906.2 17 | 2018-10-25T12:35:02+0000 [stdout#info] Result for b'groups.l.google.com' is ['108.177.15.139', '108.177.15.138', '108.177.15.113', '108.177.15.102', '108.177.15.101', '108.177.15.100'] - 921.2 TEL | [76] Running: sudo -n echo -n - 923.8 29 | c : DNS request from ('10.11.12.247', 50365) to None: 48 bytes - 923.9 17 | 2018-10-25T12:35:20+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' - 923.9 17 | 2018-10-25T12:35:20+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] - 930.0 TEL | (proxy checking local liveness) - 930.1 17 | 2018-10-25T12:35:26+0000 [Poll#info] Checkpoint - 944.5 29 | c : DNS request from ('10.11.12.247', 50941) to None: 42 bytes - 944.5 17 | 2018-10-25T12:35:41+0000 [stdout#info] A query: b'notifications.google.com' - 944.6 17 | 2018-10-25T12:35:41+0000 [stdout#info] Result for b'notifications.google.com' is ['216.58.201.238'] - 944.8 29 | c : DNS request from ('10.11.12.247', 54986) to None: 48 bytes - 944.9 17 | 2018-10-25T12:35:41+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' - 944.9 17 | 2018-10-25T12:35:41+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] - 945.9 29 | c : DNS request from ('10.11.12.247', 64658) to None: 33 bytes - 946.0 17 | 2018-10-25T12:35:42+0000 [stdout#info] A query: b'play.google.com' - 946.0 17 | 2018-10-25T12:35:42+0000 [stdout#info] Result for b'play.google.com' is ['216.58.208.238'] - 951.3 TEL | [77] Running: sudo -n echo -n - 958.5 29 | c : DNS request from ('10.11.12.247', 51226) to None: 43 bytes - 958.5 29 | c : DNS request from ('10.11.12.247', 64990) to None: 43 bytes - 958.6 17 | 2018-10-25T12:35:55+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' - 958.6 17 | 2018-10-25T12:35:55+0000 [stdout#info] AAAA query, sending back A instead: b'api.nightly.pay.stq.cloud' - 958.6 17 | 2018-10-25T12:35:55+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' - 958.8 17 | 2018-10-25T12:35:55+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] - 958.8 17 | 2018-10-25T12:35:55+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] - 959.9 TEL | (proxy checking local liveness) - 960.0 17 | 2018-10-25T12:35:56+0000 [Poll#info] Checkpoint - 981.4 TEL | [78] Running: sudo -n echo -n - 984.9 29 | c : DNS request from ('10.11.12.247', 59458) to None: 43 bytes - 985.1 17 | 2018-10-25T12:36:21+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' - 985.2 17 | 2018-10-25T12:36:21+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] - 990.3 TEL | (proxy checking local liveness) - 990.5 17 | 2018-10-25T12:36:27+0000 [Poll#info] Checkpoint - 998.9 29 | c : DNS request from ('10.11.12.247', 60974) to None: 48 bytes - 999.2 17 | 2018-10-25T12:36:35+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' - 999.4 17 | 2018-10-25T12:36:36+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -1003.4 29 | c : DNS request from ('10.11.12.247', 53567) to None: 34 bytes -1003.4 29 | c : DNS request from ('10.11.12.247', 49293) to None: 37 bytes -1003.4 29 | c : DNS request from ('10.11.12.247', 62644) to None: 46 bytes -1003.5 17 | 2018-10-25T12:36:40+0000 [stdout#info] A query: b'www.rabbitmq.com' -1003.8 17 | 2018-10-25T12:36:40+0000 [stdout#info] A query: b'groups.l.google.com' -1003.9 17 | 2018-10-25T12:36:40+0000 [stdout#info] A query: b'rabbitmq-slack.herokuapp.com' -1004.1 17 | 2018-10-25T12:36:40+0000 [stdout#info] Result for b'www.rabbitmq.com' is ['104.20.62.197', '104.20.63.197'] -1004.2 17 | 2018-10-25T12:36:40+0000 [stdout#info] Result for b'groups.l.google.com' is ['108.177.15.102', '108.177.15.101', '108.177.15.100', '108.177.15.139', '108.177.15.138', '108.177.15.113'] -1004.4 29 | c : DNS request from ('10.11.12.247', 62644) to None: 46 bytes -1004.5 17 | 2018-10-25T12:36:41+0000 [stdout#info] Result for b'rabbitmq-slack.herokuapp.com' is ['52.4.86.246', '35.170.227.83', '35.169.241.252', '35.169.120.211', '52.45.22.48', '52.22.210.193', '52.22.131.49', '52.4.95.228'] -1004.5 17 | 2018-10-25T12:36:41+0000 [stdout#info] A query: b'rabbitmq-slack.herokuapp.com' -1004.8 17 | 2018-10-25T12:36:41+0000 [stdout#info] Result for b'rabbitmq-slack.herokuapp.com' is ['52.4.95.228', '52.4.86.246', '35.170.227.83', '35.169.241.252', '35.169.120.211', '52.45.22.48', '52.22.210.193', '52.22.131.49'] -1011.5 TEL | [79] Running: sudo -n echo -n -1014.5 29 | c : DNS request from ('10.11.12.247', 61883) to None: 48 bytes -1015.1 17 | 2018-10-25T12:36:51+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1015.1 17 | 2018-10-25T12:36:51+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -1017.1 29 | c : DNS request from ('10.11.12.247', 49735) to None: 54 bytes -1017.4 17 | 2018-10-25T12:36:54+0000 [stdout#info] A query: b'googlehosted.l.googleusercontent.com' -1017.7 17 | 2018-10-25T12:36:54+0000 [stdout#info] Result for b'googlehosted.l.googleusercontent.com' is ['216.58.208.193'] -1019.2 29 | c : DNS request from ('10.11.12.247', 59819) to None: 34 bytes -1019.4 17 | 2018-10-25T12:36:56+0000 [stdout#info] A query: b'gs-loc.apple.com' -1019.6 17 | 2018-10-25T12:36:56+0000 [stdout#info] Result for b'gs-loc.apple.com' is ['17.142.171.11', '17.142.171.10'] -1020.1 TEL | (proxy checking local liveness) -1020.3 17 | 2018-10-25T12:36:56+0000 [Poll#info] Checkpoint -1036.9 29 | c : DNS request from ('10.11.12.247', 57161) to None: 48 bytes -1037.1 17 | 2018-10-25T12:37:13+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1037.2 17 | 2018-10-25T12:37:13+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -1041.4 29 | c : DNS request from ('10.11.12.247', 50494) to None: 62 bytes -1041.5 17 | 2018-10-25T12:37:18+0000 [stdout#info] A query: b'sync-560-us-west-2.sync.services.mozilla.com' -1041.6 TEL | [80] Running: sudo -n echo -n -1041.7 29 | c : DNS request from ('10.11.12.247', 54855) to None: 43 bytes -1041.9 17 | 2018-10-25T12:37:18+0000 [stdout#info] Result for b'sync-560-us-west-2.sync.services.mozilla.com' is ['34.215.24.10'] -1042.3 17 | 2018-10-25T12:37:18+0000 [stdout#info] A query: b'contacts.fe.apple-dns.net' -1042.3 17 | 2018-10-25T12:37:18+0000 [stdout#info] Result for b'contacts.fe.apple-dns.net' is ['17.248.144.113', '17.248.144.153', '17.248.144.235', '17.248.144.40', '17.248.144.43', '17.248.144.75', '17.248.144.80', '17.248.144.89'] -1050.3 TEL | (proxy checking local liveness) -1050.4 29 | c : DNS request from ('10.11.12.247', 50548) to None: 48 bytes -1050.5 17 | 2018-10-25T12:37:27+0000 [Poll#info] Checkpoint -1050.6 17 | 2018-10-25T12:37:27+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1050.8 17 | 2018-10-25T12:37:27+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -1071.7 TEL | [81] Running: sudo -n echo -n -1080.1 TEL | (proxy checking local liveness) -1080.3 17 | 2018-10-25T12:37:56+0000 [Poll#info] Checkpoint -1084.0 29 | c : DNS request from ('10.11.12.247', 60103) to None: 48 bytes -1084.1 17 | 2018-10-25T12:38:00+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1084.4 17 | 2018-10-25T12:38:01+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -1087.2 29 | c : DNS request from ('10.11.12.247', 51065) to None: 34 bytes -1087.2 29 | c : DNS request from ('10.11.12.247', 53850) to None: 37 bytes -1087.2 29 | c : DNS request from ('10.11.12.247', 63377) to None: 46 bytes -1087.3 17 | 2018-10-25T12:38:04+0000 [stdout#info] A query: b'www.rabbitmq.com' -1087.3 17 | 2018-10-25T12:38:04+0000 [stdout#info] A query: b'groups.l.google.com' -1087.6 17 | 2018-10-25T12:38:04+0000 [stdout#info] A query: b'rabbitmq-slack.herokuapp.com' -1087.7 17 | 2018-10-25T12:38:04+0000 [stdout#info] Result for b'groups.l.google.com' is ['108.177.15.139', '108.177.15.100', '108.177.15.101', '108.177.15.102', '108.177.15.113', '108.177.15.138'] -1087.7 17 | 2018-10-25T12:38:04+0000 [stdout#info] Result for b'rabbitmq-slack.herokuapp.com' is ['52.202.134.94', '52.202.245.247', '52.203.156.46', '52.204.128.222', '52.204.129.108', '52.20.250.191', '52.201.30.51', '52.201.38.10'] -1087.7 17 | 2018-10-25T12:38:04+0000 [stdout#info] Result for b'www.rabbitmq.com' is ['104.20.62.197', '104.20.63.197'] -1101.8 TEL | [82] Running: sudo -n echo -n -1110.1 TEL | (proxy checking local liveness) -1110.3 17 | 2018-10-25T12:38:26+0000 [Poll#info] Checkpoint -1111.2 29 | c : DNS request from ('10.11.12.247', 59662) to None: 33 bytes -1111.3 17 | 2018-10-25T12:38:28+0000 [stdout#info] A query: b'DESKTOP-H2T90H5' -1111.4 17 | 2018-10-25T12:38:28+0000 [stdout#info] getaddrinfo error: [Errno -2] Name does not resolve -1131.9 TEL | [83] Running: sudo -n echo -n -1140.2 TEL | (proxy checking local liveness) -1140.3 17 | 2018-10-25T12:38:57+0000 [Poll#info] Checkpoint -1146.8 29 | c : DNS request from ('10.11.12.247', 57561) to None: 42 bytes -1146.8 17 | 2018-10-25T12:39:03+0000 [stdout#info] A query: b'notifications.google.com' -1147.0 17 | 2018-10-25T12:39:03+0000 [stdout#info] Result for b'notifications.google.com' is ['216.58.204.238'] -1148.8 29 | c : DNS request from ('10.11.12.247', 60299) to None: 33 bytes -1148.8 17 | 2018-10-25T12:39:05+0000 [stdout#info] A query: b'play.google.com' -1149.1 17 | 2018-10-25T12:39:05+0000 [stdout#info] Result for b'play.google.com' is ['216.58.201.238'] -1150.5 29 | c : DNS request from ('10.11.12.247', 52339) to None: 48 bytes -1150.6 17 | 2018-10-25T12:39:07+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1150.8 17 | 2018-10-25T12:39:07+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -1161.9 TEL | [84] Running: sudo -n echo -n -1170.0 TEL | (proxy checking local liveness) -1170.2 17 | 2018-10-25T12:39:26+0000 [Poll#info] Checkpoint -1181.4 29 | c : DNS request from ('10.11.12.247', 50096) to None: 45 bytes -1181.4 29 | c : DNS request from ('10.11.12.247', 53088) to None: 41 bytes -1181.4 29 | c : DNS request from ('10.11.12.247', 56387) to None: 30 bytes -1181.5 17 | 2018-10-25T12:39:38+0000 [stdout#info] A query: b'star-mini.c10r.facebook.com' -1181.6 17 | 2018-10-25T12:39:38+0000 [stdout#info] A query: b'youtube-ui.l.google.com' -1181.6 17 | 2018-10-25T12:39:38+0000 [stdout#info] A query: b'vedomosti.ru' -1181.7 17 | 2018-10-25T12:39:38+0000 [stdout#info] Result for b'star-mini.c10r.facebook.com' is ['31.13.90.36'] -1181.7 29 | c : DNS request from ('10.11.12.247', 54761) to None: 35 bytes -1181.7 29 | c : DNS request from ('10.11.12.247', 58984) to None: 32 bytes -1181.8 17 | 2018-10-25T12:39:38+0000 [stdout#info] A query: b'coinmarketcap.com' -1181.8 17 | 2018-10-25T12:39:38+0000 [stdout#info] A query: b'www.google.com' -1181.8 17 | 2018-10-25T12:39:38+0000 [stdout#info] Result for b'vedomosti.ru' is ['5.188.113.67', '94.23.73.174', '188.165.55.3', '5.188.113.66'] -1181.8 17 | 2018-10-25T12:39:38+0000 [stdout#info] Result for b'youtube-ui.l.google.com' is ['216.58.206.238', '216.58.205.14', '216.58.204.142', '216.58.204.110', '216.58.201.238', '216.58.198.206', '172.217.22.142', '172.217.19.238', '172.217.18.206', '216.58.215.46', '216.58.213.142', '216.58.209.238'] -1181.8 29 | c : DNS request from ('10.11.12.247', 61268) to None: 27 bytes -1181.8 29 | c : DNS request from ('10.11.12.247', 64531) to None: 28 bytes -1182.1 17 | 2018-10-25T12:39:38+0000 [stdout#info] A query: b'gmail.com' -1182.1 17 | 2018-10-25T12:39:38+0000 [stdout#info] A query: b'trello.com' -1182.2 17 | 2018-10-25T12:39:38+0000 [stdout#info] Result for b'www.google.com' is ['216.58.208.228'] -1182.2 17 | 2018-10-25T12:39:38+0000 [stdout#info] Result for b'coinmarketcap.com' is ['104.17.140.178', '104.17.139.178', '104.17.138.178', '104.17.137.178', '104.17.141.178'] -1182.2 17 | 2018-10-25T12:39:39+0000 [stdout#info] Result for b'gmail.com' is ['216.58.208.229'] -1182.3 17 | 2018-10-25T12:39:39+0000 [stdout#info] Result for b'trello.com' is ['104.103.246.194'] -1182.3 29 | c : DNS request from ('10.11.12.247', 57282) to None: 28 bytes -1182.3 29 | c : DNS request from ('10.11.12.247', 60693) to None: 25 bytes -1182.3 29 | c : DNS request from ('10.11.12.247', 63094) to None: 39 bytes -1182.5 17 | 2018-10-25T12:39:39+0000 [stdout#info] A query: b'github.com' -1182.5 17 | 2018-10-25T12:39:39+0000 [stdout#info] A query: b'docs.rs' -1182.5 17 | 2018-10-25T12:39:39+0000 [stdout#info] A query: b'www.myetherwallet.com' -1182.6 29 | c : DNS request from ('10.11.12.247', 65332) to None: 29 bytes -1182.6 17 | 2018-10-25T12:39:39+0000 [stdout#info] Result for b'github.com' is ['192.30.253.113', '192.30.253.112'] -1182.7 17 | 2018-10-25T12:39:39+0000 [stdout#info] Result for b'www.myetherwallet.com' is ['104.25.5.15', '104.25.4.15'] -1182.7 17 | 2018-10-25T12:39:39+0000 [stdout#info] Result for b'docs.rs' is ['95.211.95.204'] -1182.7 29 | c : DNS request from ('10.11.12.247', 49325) to None: 34 bytes -1182.7 29 | c : DNS request from ('10.11.12.247', 63338) to None: 35 bytes -1182.7 17 | 2018-10-25T12:39:39+0000 [stdout#info] A query: b'bitcoin.org' -1182.8 17 | 2018-10-25T12:39:39+0000 [stdout#info] Result for b'bitcoin.org' is ['138.68.248.245'] -1182.8 17 | 2018-10-25T12:39:39+0000 [stdout#info] A query: b'www.vedomosti.ru' -1182.8 17 | 2018-10-25T12:39:39+0000 [stdout#info] A query: b'stackoverflow.com' -1182.8 29 | c : DNS request from ('10.11.12.247', 60841) to None: 28 bytes -1182.8 17 | 2018-10-25T12:39:39+0000 [stdout#info] Result for b'stackoverflow.com' is ['151.101.1.69', '151.101.193.69', '151.101.129.69', '151.101.65.69'] -1182.9 29 | c : DNS request from ('10.11.12.247', 61980) to None: 41 bytes -1182.9 17 | 2018-10-25T12:39:39+0000 [stdout#info] A query: b'tproger.ru' -1182.9 17 | 2018-10-25T12:39:39+0000 [stdout#info] Result for b'tproger.ru' is ['104.24.5.55', '104.24.4.55'] -1182.9 17 | 2018-10-25T12:39:39+0000 [stdout#info] Result for b'www.vedomosti.ru' is ['94.23.73.174', '188.165.55.3', '5.188.113.66'] -1183.0 17 | 2018-10-25T12:39:39+0000 [stdout#info] A query: b'apple.stackexchange.com' -1183.0 17 | 2018-10-25T12:39:39+0000 [stdout#info] Result for b'apple.stackexchange.com' is ['151.101.1.69', '151.101.193.69', '151.101.129.69', '151.101.65.69'] -1188.0 29 | c : DNS request from ('10.11.12.247', 52962) to None: 44 bytes -1188.0 29 | c : DNS request from ('10.11.12.247', 59959) to None: 33 bytes -1188.0 29 | c : DNS request from ('10.11.12.247', 51385) to None: 45 bytes -1188.0 17 | 2018-10-25T12:39:44+0000 [stdout#info] A query: b'tiles.services.mozilla.com' -1188.1 17 | 2018-10-25T12:39:44+0000 [stdout#info] A query: b'www.gstatic.com' -1188.1 17 | 2018-10-25T12:39:44+0000 [stdout#info] A query: b'safebrowsing.googleapis.com' -1188.1 17 | 2018-10-25T12:39:44+0000 [stdout#info] Result for b'www.gstatic.com' is ['216.58.209.227'] -1188.1 17 | 2018-10-25T12:39:44+0000 [stdout#info] Result for b'tiles.services.mozilla.com' is ['34.208.7.98', '34.209.108.219', '34.215.13.51', '34.216.156.21', '52.10.130.148', '52.34.107.172', '52.37.207.140', '52.39.131.77'] -1188.2 17 | 2018-10-25T12:39:44+0000 [stdout#info] Result for b'safebrowsing.googleapis.com' is ['216.58.204.234'] -1188.2 29 | c : DNS request from ('10.11.12.247', 53430) to None: 38 bytes -1188.2 29 | c : DNS request from ('10.11.12.247', 58375) to None: 54 bytes -1188.2 29 | c : DNS request from ('10.11.12.247', 58436) to None: 33 bytes -1188.3 17 | 2018-10-25T12:39:45+0000 [stdout#info] A query: b'fonts.googleapis.com' -1188.4 17 | 2018-10-25T12:39:45+0000 [stdout#info] Result for b'fonts.googleapis.com' is ['216.58.204.138'] -1188.4 17 | 2018-10-25T12:39:45+0000 [stdout#info] A query: b'googlehosted.l.googleusercontent.com' -1188.4 17 | 2018-10-25T12:39:45+0000 [stdout#info] A query: b'ssl.gstatic.com' -1188.5 17 | 2018-10-25T12:39:45+0000 [stdout#info] Result for b'googlehosted.l.googleusercontent.com' is ['172.217.18.193'] -1188.5 17 | 2018-10-25T12:39:45+0000 [stdout#info] Result for b'ssl.gstatic.com' is ['216.58.204.227'] -1188.8 29 | c : DNS request from ('10.11.12.247', 51430) to None: 35 bytes -1188.9 29 | c : DNS request from ('10.11.12.247', 58540) to None: 35 bytes -1189.0 17 | 2018-10-25T12:39:45+0000 [stdout#info] A query: b'plus.l.google.com' -1189.0 17 | 2018-10-25T12:39:45+0000 [stdout#info] A query: b'www3.l.google.com' -1189.1 17 | 2018-10-25T12:39:45+0000 [stdout#info] Result for b'www3.l.google.com' is ['216.58.204.142'] -1189.1 17 | 2018-10-25T12:39:45+0000 [stdout#info] Result for b'plus.l.google.com' is ['216.58.204.238'] -1192.1 TEL | [85] Running: sudo -n echo -n -1196.6 29 | c : DNS request from ('10.11.12.247', 64514) to None: 33 bytes -1196.6 17 | 2018-10-25T12:39:53+0000 [stdout#info] A query: b'play.google.com' -1197.0 17 | 2018-10-25T12:39:53+0000 [stdout#info] Result for b'play.google.com' is ['216.58.208.206'] -1197.4 29 | c : DNS request from ('10.11.12.247', 62002) to None: 38 bytes -1197.5 17 | 2018-10-25T12:39:54+0000 [stdout#info] A query: b'adservice.google.com' -1197.6 17 | 2018-10-25T12:39:54+0000 [stdout#info] Result for b'adservice.google.com' is ['172.217.19.226'] -1200.0 TEL | (proxy checking local liveness) -1200.4 17 | 2018-10-25T12:39:56+0000 [Poll#info] Checkpoint -1211.4 29 | c : DNS request from ('10.11.12.247', 56582) to None: 48 bytes -1211.5 17 | 2018-10-25T12:40:08+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1211.6 17 | 2018-10-25T12:40:08+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -1222.1 TEL | [86] Running: sudo -n echo -n -1224.2 29 | c : DNS request from ('10.11.12.247', 62028) to None: 34 bytes -1224.2 29 | c : DNS request from ('10.11.12.247', 50753) to None: 41 bytes -1224.3 29 | c : DNS request from ('10.11.12.247', 52518) to None: 38 bytes -1224.3 17 | 2018-10-25T12:40:21+0000 [stdout#info] A query: b'swscan.apple.com' -1224.3 17 | 2018-10-25T12:40:21+0000 [stdout#info] A query: b'gspe35-ssl.ls.apple.com' -1224.3 17 | 2018-10-25T12:40:21+0000 [stdout#info] A query: b'gsp-ssl.ls.apple.com' -1224.3 17 | 2018-10-25T12:40:21+0000 [stdout#info] Result for b'swscan.apple.com' is ['104.111.252.200'] -1224.4 17 | 2018-10-25T12:40:21+0000 [stdout#info] Result for b'gspe35-ssl.ls.apple.com' is ['104.111.215.91'] -1224.4 17 | 2018-10-25T12:40:21+0000 [stdout#info] Result for b'gsp-ssl.ls.apple.com' is ['17.130.137.77', '17.130.137.79', '17.130.137.73', '17.130.137.75'] -1224.5 29 | c : DNS request from ('10.11.12.247', 54952) to None: 35 bytes -1224.5 17 | 2018-10-25T12:40:21+0000 [stdout#info] A query: b'ocsp.digicert.com' -1224.6 17 | 2018-10-25T12:40:21+0000 [stdout#info] Result for b'ocsp.digicert.com' is ['93.184.220.29'] -1226.3 29 | c : DNS request from ('10.11.12.247', 50099) to None: 34 bytes -1226.3 17 | 2018-10-25T12:40:23+0000 [stdout#info] A query: b'swdist.apple.com' -1226.5 17 | 2018-10-25T12:40:23+0000 [stdout#info] Result for b'swdist.apple.com' is ['104.111.252.200'] -1230.1 TEL | (proxy checking local liveness) -1230.1 17 | 2018-10-25T12:40:26+0000 [Poll#info] Checkpoint -1234.3 29 | c : DNS request from ('10.11.12.247', 59560) to None: 52 bytes -1234.4 17 | 2018-10-25T12:40:31+0000 [stdout#info] A query: b'configuration.apple.com.akadns.net' -1234.5 17 | 2018-10-25T12:40:31+0000 [stdout#info] Result for b'configuration.apple.com.akadns.net' is ['104.111.214.42'] -1252.2 TEL | [87] Running: sudo -n echo -n -1260.0 TEL | (proxy checking local liveness) -1260.1 17 | 2018-10-25T12:40:56+0000 [Poll#info] Checkpoint -1273.7 29 | c : DNS request from ('10.11.12.247', 57903) to None: 48 bytes -1273.8 17 | 2018-10-25T12:41:10+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1273.9 17 | 2018-10-25T12:41:10+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -1282.3 TEL | [88] Running: sudo -n echo -n -1290.1 TEL | (proxy checking local liveness) -1290.1 17 | 2018-10-25T12:41:26+0000 [Poll#info] Checkpoint -1312.4 TEL | [89] Running: sudo -n echo -n -1320.3 TEL | (proxy checking local liveness) -1320.4 17 | 2018-10-25T12:41:57+0000 [Poll#info] Checkpoint -1334.1 29 | c : DNS request from ('10.11.12.247', 54304) to None: 48 bytes -1334.2 17 | 2018-10-25T12:42:10+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1334.2 17 | 2018-10-25T12:42:11+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -1342.5 TEL | [90] Running: sudo -n echo -n -1350.0 TEL | (proxy checking local liveness) -1350.1 17 | 2018-10-25T12:42:26+0000 [Poll#info] Checkpoint -1372.5 TEL | [91] Running: sudo -n echo -n -1380.1 TEL | (proxy checking local liveness) -1380.2 17 | 2018-10-25T12:42:56+0000 [Poll#info] Checkpoint -1396.8 29 | c : DNS request from ('10.11.12.247', 56736) to None: 48 bytes -1397.1 17 | 2018-10-25T12:43:13+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1397.5 17 | 2018-10-25T12:43:14+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -1402.6 TEL | [92] Running: sudo -n echo -n -1410.1 TEL | (proxy checking local liveness) -1410.1 17 | 2018-10-25T12:43:26+0000 [Poll#info] Checkpoint -1412.9 29 | c : Accept TCP: 10.11.12.247:57018 -> 100.70.151.121:8332. -1425.1 29 | c : Accept TCP: 10.11.12.247:57019 -> 100.70.151.121:18332. -1425.1 29 | c : SW'unknown':Mux#130: deleting (9 remain) -1425.1 29 | c : SW#-1:10.11.12.247:56825: deleting (8 remain) -1425.1 29 | c : SW'unknown':Mux#131: deleting (7 remain) -1425.1 29 | c : SW#-1:10.11.12.247:56827: deleting (6 remain) -1425.1 29 | c : SW'unknown':Mux#162: deleting (5 remain) -1425.1 29 | c : SW#-1:10.11.12.247:56861: deleting (4 remain) -1425.1 29 | c : SW'unknown':Mux#288: deleting (3 remain) -1425.1 29 | c : SW#-1:10.11.12.247:57018: deleting (2 remain) -1425.2 29 | s: SW#-1:100.70.151.121:18332: deleting (9 remain) -1425.2 29 | s: SW#-1:100.70.151.121:18332: error was: [Errno 111] Connection refused -1425.2 29 | s: SW'unknown':Mux#130: deleting (8 remain) -1425.2 29 | s: SW#-1:100.70.151.121:18332: deleting (7 remain) -1425.2 29 | s: SW#-1:100.70.151.121:18332: error was: [Errno 111] Connection refused -1425.2 29 | s: SW'unknown':Mux#131: deleting (6 remain) -1425.2 29 | s: SW#-1:100.70.151.121:18332: deleting (5 remain) -1425.2 29 | s: SW#-1:100.70.151.121:18332: error was: [Errno 111] Connection refused -1425.2 29 | s: SW'unknown':Mux#162: deleting (4 remain) -1425.2 29 | s: SW#-1:100.70.151.121:8332: deleting (3 remain) -1425.2 29 | s: SW'unknown':Mux#288: deleting (2 remain) -1425.2 29 | s: SW#11:100.70.151.121:18332: uwrite: got EPIPE -1432.7 TEL | [93] Running: sudo -n echo -n -1440.1 TEL | (proxy checking local liveness) -1440.2 17 | 2018-10-25T12:43:56+0000 [Poll#info] Checkpoint -1449.9 29 | c : DNS request from ('10.11.12.247', 53583) to None: 40 bytes -1450.0 17 | 2018-10-25T12:44:06+0000 [stdout#info] A query: b'time-osx.g.aaplimg.com' -1450.0 29 | c : DNS request from ('10.11.12.247', 61805) to None: 32 bytes -1450.2 17 | 2018-10-25T12:44:06+0000 [stdout#info] A query: b'mesu.apple.com' -1450.3 17 | 2018-10-25T12:44:07+0000 [stdout#info] Result for b'time-osx.g.aaplimg.com' is ['17.253.52.125', '17.253.34.253', '17.253.34.125', '17.253.54.125', '17.253.52.253'] -1450.4 17 | 2018-10-25T12:44:07+0000 [stdout#info] Result for b'mesu.apple.com' is ['17.253.35.204', '17.253.35.201'] -1454.4 29 | c : DNS request from ('10.11.12.247', 58847) to None: 43 bytes -1454.4 29 | c : DNS request from ('10.11.12.247', 61504) to None: 43 bytes -1454.6 17 | 2018-10-25T12:44:11+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1454.8 17 | 2018-10-25T12:44:11+0000 [stdout#info] AAAA query, sending back A instead: b'api.nightly.pay.stq.cloud' -1454.8 17 | 2018-10-25T12:44:11+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1454.8 17 | 2018-10-25T12:44:11+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1454.8 17 | 2018-10-25T12:44:11+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1459.6 29 | c : DNS request from ('10.11.12.247', 51651) to None: 48 bytes -1459.6 17 | 2018-10-25T12:44:16+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1459.9 17 | 2018-10-25T12:44:16+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -1462.8 TEL | [94] Running: sudo -n echo -n -1470.0 TEL | (proxy checking local liveness) -1470.1 17 | 2018-10-25T12:44:26+0000 [Poll#info] Checkpoint -1482.2 29 | c : DNS request from ('10.11.12.247', 56142) to None: 43 bytes -1482.3 17 | 2018-10-25T12:44:39+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1482.5 17 | 2018-10-25T12:44:39+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1492.9 TEL | [95] Running: sudo -n echo -n -1500.2 TEL | (proxy checking local liveness) -1500.2 17 | 2018-10-25T12:44:56+0000 [Poll#info] Checkpoint -1503.1 29 | c : DNS request from ('10.11.12.247', 49564) to None: 42 bytes -1503.2 17 | 2018-10-25T12:44:59+0000 [stdout#info] A query: b'notifications.google.com' -1503.4 17 | 2018-10-25T12:45:00+0000 [stdout#info] Result for b'notifications.google.com' is ['216.58.204.110'] -1504.1 29 | c : DNS request from ('10.11.12.247', 58365) to None: 33 bytes -1504.2 17 | 2018-10-25T12:45:00+0000 [stdout#info] A query: b'play.google.com' -1504.3 17 | 2018-10-25T12:45:01+0000 [stdout#info] Result for b'play.google.com' is ['216.58.213.142'] -1504.6 29 | c : DNS request from ('10.11.12.247', 51025) to None: 43 bytes -1504.8 17 | 2018-10-25T12:45:01+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1505.2 17 | 2018-10-25T12:45:01+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1522.1 29 | c : DNS request from ('10.11.12.247', 58411) to None: 48 bytes -1522.1 17 | 2018-10-25T12:45:18+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1522.4 17 | 2018-10-25T12:45:19+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -1523.0 TEL | [96] Running: sudo -n echo -n -1530.5 TEL | (proxy checking local liveness) -1530.6 17 | 2018-10-25T12:45:27+0000 [Poll#info] Checkpoint -1553.1 TEL | [97] Running: sudo -n echo -n -1559.9 TEL | (proxy checking local liveness) -1560.0 17 | 2018-10-25T12:45:56+0000 [Poll#info] Checkpoint -1582.6 29 | c : DNS request from ('10.11.12.247', 64982) to None: 48 bytes -1582.7 17 | 2018-10-25T12:46:19+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1582.8 17 | 2018-10-25T12:46:19+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -1583.2 TEL | [98] Running: sudo -n echo -n -1590.1 TEL | (proxy checking local liveness) -1590.3 17 | 2018-10-25T12:46:27+0000 [Poll#info] Checkpoint -1608.9 29 | c : DNS request from ('10.11.12.247', 64822) to None: 32 bytes -1609.0 17 | 2018-10-25T12:46:45+0000 [stdout#info] A query: b'www.google.com' -1609.2 17 | 2018-10-25T12:46:45+0000 [stdout#info] Result for b'www.google.com' is ['172.217.19.228'] -1610.9 29 | c : DNS request from ('10.11.12.247', 64398) to None: 45 bytes -1610.9 29 | c : DNS request from ('10.11.12.247', 55059) to None: 30 bytes -1610.9 29 | c : DNS request from ('10.11.12.247', 57619) to None: 41 bytes -1611.0 17 | 2018-10-25T12:46:47+0000 [stdout#info] A query: b'star-mini.c10r.facebook.com' -1611.0 17 | 2018-10-25T12:46:47+0000 [stdout#info] A query: b'vedomosti.ru' -1611.0 17 | 2018-10-25T12:46:47+0000 [stdout#info] A query: b'youtube-ui.l.google.com' -1611.2 17 | 2018-10-25T12:46:47+0000 [stdout#info] Result for b'star-mini.c10r.facebook.com' is ['31.13.90.36'] -1611.3 29 | c : DNS request from ('10.11.12.247', 56361) to None: 35 bytes -1611.3 17 | 2018-10-25T12:46:48+0000 [stdout#info] Result for b'youtube-ui.l.google.com' is ['216.58.201.238', '216.58.204.110', '216.58.204.142', '216.58.205.14', '216.58.206.238', '216.58.213.142', '172.217.18.206', '172.217.19.238', '216.58.198.206'] -1611.3 29 | c : DNS request from ('10.11.12.247', 60952) to None: 27 bytes -1611.4 29 | c : DNS request from ('10.11.12.247', 50361) to None: 33 bytes -1611.4 17 | 2018-10-25T12:46:48+0000 [stdout#info] A query: b'coinmarketcap.com' -1611.4 17 | 2018-10-25T12:46:48+0000 [stdout#info] A query: b'gmail.com' -1611.5 17 | 2018-10-25T12:46:48+0000 [stdout#info] A query: b'mail.google.com' -1611.5 17 | 2018-10-25T12:46:48+0000 [stdout#info] Result for b'vedomosti.ru' is ['94.23.73.174', '188.165.55.3', '5.188.113.66', '5.188.113.67'] -1611.5 29 | c : DNS request from ('10.11.12.247', 60780) to None: 39 bytes -1611.6 29 | c : DNS request from ('10.11.12.247', 57348) to None: 28 bytes -1611.6 17 | 2018-10-25T12:46:48+0000 [stdout#info] A query: b'www.myetherwallet.com' -1611.6 17 | 2018-10-25T12:46:48+0000 [stdout#info] A query: b'trello.com' -1611.8 17 | 2018-10-25T12:46:48+0000 [stdout#info] Result for b'coinmarketcap.com' is ['104.17.137.178', '104.17.138.178', '104.17.139.178', '104.17.140.178', '104.17.141.178'] -1611.8 17 | 2018-10-25T12:46:48+0000 [stdout#info] Result for b'gmail.com' is ['216.58.201.229'] -1611.8 29 | c : DNS request from ('10.11.12.247', 59632) to None: 28 bytes -1611.8 29 | c : DNS request from ('10.11.12.247', 56710) to None: 25 bytes -1611.8 17 | 2018-10-25T12:46:48+0000 [stdout#info] Result for b'www.myetherwallet.com' is ['104.25.4.15', '104.25.5.15'] -1611.8 17 | 2018-10-25T12:46:48+0000 [stdout#info] Result for b'trello.com' is ['104.103.246.194'] -1611.8 17 | 2018-10-25T12:46:48+0000 [stdout#info] Result for b'mail.google.com' is ['216.58.198.197'] -1611.9 17 | 2018-10-25T12:46:48+0000 [stdout#info] A query: b'github.com' -1611.9 29 | c : DNS request from ('10.11.12.247', 60699) to None: 29 bytes -1612.0 29 | c : DNS request from ('10.11.12.247', 53001) to None: 35 bytes -1612.0 17 | 2018-10-25T12:46:48+0000 [stdout#info] A query: b'docs.rs' -1612.0 17 | 2018-10-25T12:46:48+0000 [stdout#info] A query: b'bitcoin.org' -1612.1 17 | 2018-10-25T12:46:48+0000 [stdout#info] A query: b'www3.l.google.com' -1612.1 17 | 2018-10-25T12:46:48+0000 [stdout#info] Result for b'bitcoin.org' is ['138.68.248.245'] -1612.1 17 | 2018-10-25T12:46:48+0000 [stdout#info] Result for b'github.com' is ['192.30.253.112', '192.30.253.113'] -1612.1 29 | c : DNS request from ('10.11.12.247', 57098) to None: 34 bytes -1612.1 29 | c : DNS request from ('10.11.12.247', 54951) to None: 35 bytes -1612.1 17 | 2018-10-25T12:46:48+0000 [stdout#info] Result for b'docs.rs' is ['95.211.95.204'] -1612.1 29 | c : DNS request from ('10.11.12.247', 64672) to None: 28 bytes -1612.2 17 | 2018-10-25T12:46:48+0000 [stdout#info] Result for b'www3.l.google.com' is ['216.58.198.206'] -1612.2 17 | 2018-10-25T12:46:48+0000 [stdout#info] A query: b'www.vedomosti.ru' -1612.2 17 | 2018-10-25T12:46:48+0000 [stdout#info] A query: b'stackoverflow.com' -1612.2 17 | 2018-10-25T12:46:49+0000 [stdout#info] A query: b'tproger.ru' -1612.5 17 | 2018-10-25T12:46:49+0000 [stdout#info] Result for b'stackoverflow.com' is ['151.101.129.69', '151.101.193.69', '151.101.1.69', '151.101.65.69'] -1612.5 17 | 2018-10-25T12:46:49+0000 [stdout#info] Result for b'tproger.ru' is ['104.24.5.55', '104.24.4.55'] -1612.5 29 | c : DNS request from ('10.11.12.247', 59311) to None: 41 bytes -1612.5 29 | c : DNS request from ('10.11.12.247', 58407) to None: 44 bytes -1612.5 17 | 2018-10-25T12:46:49+0000 [stdout#info] Result for b'www.vedomosti.ru' is ['188.165.55.3', '94.23.73.174', '5.188.113.66'] -1612.6 29 | c : DNS request from ('10.11.12.247', 50592) to None: 45 bytes -1612.6 17 | 2018-10-25T12:46:49+0000 [stdout#info] A query: b'apple.stackexchange.com' -1612.6 17 | 2018-10-25T12:46:49+0000 [stdout#info] A query: b'tiles.services.mozilla.com' -1612.7 17 | 2018-10-25T12:46:49+0000 [stdout#info] A query: b'safebrowsing.googleapis.com' -1612.9 17 | 2018-10-25T12:46:49+0000 [stdout#info] Result for b'apple.stackexchange.com' is ['151.101.65.69', '151.101.1.69', '151.101.193.69', '151.101.129.69'] -1612.9 17 | 2018-10-25T12:46:49+0000 [stdout#info] Result for b'safebrowsing.googleapis.com' is ['216.58.198.202'] -1612.9 17 | 2018-10-25T12:46:49+0000 [stdout#info] Result for b'tiles.services.mozilla.com' is ['34.208.7.98', '54.218.239.186', '52.37.207.140', '52.34.107.172', '52.10.130.148', '34.216.156.21', '34.215.13.51', '34.209.108.219'] -1613.3 TEL | [99] Running: sudo -n echo -n -1613.7 29 | c : DNS request from ('10.11.12.247', 49858) to None: 36 bytes -1613.8 17 | 2018-10-25T12:46:50+0000 [stdout#info] A query: b'kovan.etherscan.io' -1613.9 17 | 2018-10-25T12:46:50+0000 [stdout#info] Result for b'kovan.etherscan.io' is ['104.25.92.10', '104.25.93.10'] -1619.2 29 | c : DNS request from ('10.11.12.247', 53025) to None: 34 bytes -1619.8 17 | 2018-10-25T12:46:56+0000 [stdout#info] A query: b'gs-loc.apple.com' -1619.9 17 | 2018-10-25T12:46:56+0000 [stdout#info] Result for b'gs-loc.apple.com' is ['17.142.171.11', '17.142.171.10'] -1620.1 TEL | (proxy checking local liveness) -1620.3 17 | 2018-10-25T12:46:56+0000 [Poll#info] Checkpoint -1629.8 29 | c : DNS request from ('10.11.12.247', 54019) to None: 36 bytes -1630.1 29 | c : DNS request from ('10.11.12.247', 50821) to None: 43 bytes -1630.5 17 | 2018-10-25T12:47:06+0000 [stdout#info] A query: b'kovan.etherscan.io' -1630.5 17 | 2018-10-25T12:47:07+0000 [stdout#info] A query: b'min-api.cryptocompare.com' -1630.5 17 | 2018-10-25T12:47:07+0000 [stdout#info] Result for b'kovan.etherscan.io' is ['104.25.93.10', '104.25.92.10'] -1630.9 17 | 2018-10-25T12:47:07+0000 [stdout#info] Result for b'min-api.cryptocompare.com' is ['40.115.22.134'] -1643.2 29 | c : DNS request from ('10.11.12.247', 61670) to None: 48 bytes -1643.3 17 | 2018-10-25T12:47:20+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1643.4 17 | 2018-10-25T12:47:20+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -1643.4 TEL | [100] Running: sudo -n echo -n -1644.3 29 | c : DNS request from ('10.11.12.247', 49883) to None: 40 bytes -1644.3 29 | c : DNS request from ('10.11.12.247', 64376) to None: 44 bytes -1644.4 17 | 2018-10-25T12:47:21+0000 [stdout#info] A query: b'firefoxusercontent.com' -1644.4 17 | 2018-10-25T12:47:21+0000 [stdout#info] A query: b'token.services.mozilla.com' -1644.4 17 | 2018-10-25T12:47:21+0000 [stdout#info] Result for b'firefoxusercontent.com' is ['13.32.155.212'] -1644.4 17 | 2018-10-25T12:47:21+0000 [stdout#info] Result for b'token.services.mozilla.com' is ['52.10.60.207', '34.211.117.209', '52.88.18.47'] -1645.1 29 | c : DNS request from ('10.11.12.247', 60128) to None: 62 bytes -1645.1 29 | c : DNS request from ('10.11.12.247', 64548) to None: 46 bytes -1645.3 17 | 2018-10-25T12:47:21+0000 [stdout#info] A query: b'sync-560-us-west-2.sync.services.mozilla.com' -1645.3 17 | 2018-10-25T12:47:21+0000 [stdout#info] A query: b'profile.accounts.firefox.com' -1645.3 17 | 2018-10-25T12:47:22+0000 [stdout#info] Result for b'sync-560-us-west-2.sync.services.mozilla.com' is ['34.215.24.10'] -1645.3 17 | 2018-10-25T12:47:22+0000 [stdout#info] Result for b'profile.accounts.firefox.com' is ['35.165.2.110', '52.26.196.116', '34.218.152.83'] -1648.7 29 | c : DNS request from ('10.11.12.247', 57843) to None: 36 bytes -1648.8 17 | 2018-10-25T12:47:25+0000 [stdout#info] A query: b'kovan.etherscan.io' -1648.8 17 | 2018-10-25T12:47:25+0000 [stdout#info] Result for b'kovan.etherscan.io' is ['104.25.93.10', '104.25.92.10'] -1650.0 TEL | (proxy checking local liveness) -1650.1 17 | 2018-10-25T12:47:26+0000 [Poll#info] Checkpoint -1663.1 29 | c : DNS request from ('10.11.12.247', 64317) to None: 36 bytes -1663.2 17 | 2018-10-25T12:47:39+0000 [stdout#info] A query: b'kovan.etherscan.io' -1663.5 17 | 2018-10-25T12:47:40+0000 [stdout#info] Result for b'kovan.etherscan.io' is ['104.25.93.10', '104.25.92.10'] -1667.2 29 | c : DNS request from ('10.11.12.247', 56130) to None: 38 bytes -1667.2 29 | c : DNS request from ('10.11.12.247', 64261) to None: 51 bytes -1667.2 29 | c : DNS request from ('10.11.12.247', 60214) to None: 51 bytes -1667.5 17 | 2018-10-25T12:47:44+0000 [stdout#info] A query: b'fonts.googleapis.com' -1667.5 17 | 2018-10-25T12:47:44+0000 [stdout#info] A query: b'www-googletagmanager.l.google.com' -1667.5 17 | 2018-10-25T12:47:44+0000 [stdout#info] A query: b'www-google-analytics.l.google.com' -1667.5 17 | 2018-10-25T12:47:44+0000 [stdout#info] Result for b'www-google-analytics.l.google.com' is ['216.58.208.238'] -1667.5 17 | 2018-10-25T12:47:44+0000 [stdout#info] Result for b'fonts.googleapis.com' is ['172.217.19.234'] -1667.5 17 | 2018-10-25T12:47:44+0000 [stdout#info] Result for b'www-googletagmanager.l.google.com' is ['216.58.213.136'] -1668.5 29 | c : DNS request from ('10.11.12.247', 49574) to None: 41 bytes -1668.5 17 | 2018-10-25T12:47:45+0000 [stdout#info] A query: b'stats.l.doubleclick.net' -1669.0 17 | 2018-10-25T12:47:45+0000 [stdout#info] Result for b'stats.l.doubleclick.net' is ['66.102.1.156', '66.102.1.157', '66.102.1.154', '66.102.1.155'] -1673.5 TEL | [101] Running: sudo -n echo -n -1680.1 TEL | (proxy checking local liveness) -1680.2 17 | 2018-10-25T12:47:56+0000 [Poll#info] Checkpoint -1697.7 29 | c : DNS request from ('10.11.12.247', 58298) to None: 43 bytes -1697.7 29 | c : DNS request from ('10.11.12.247', 58848) to None: 43 bytes -1697.8 17 | 2018-10-25T12:48:14+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1697.8 17 | 2018-10-25T12:48:14+0000 [stdout#info] AAAA query, sending back A instead: b'api.nightly.pay.stq.cloud' -1697.8 17 | 2018-10-25T12:48:14+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1697.9 17 | 2018-10-25T12:48:14+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1698.0 17 | 2018-10-25T12:48:14+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1703.6 TEL | [102] Running: sudo -n echo -n -1703.8 29 | c : DNS request from ('10.11.12.247', 50830) to None: 48 bytes -1703.9 17 | 2018-10-25T12:48:20+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1704.1 17 | 2018-10-25T12:48:20+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -1710.0 TEL | (proxy checking local liveness) -1710.1 17 | 2018-10-25T12:48:26+0000 [Poll#info] Checkpoint -1733.7 TEL | [103] Running: sudo -n echo -n -1740.1 TEL | (proxy checking local liveness) -1740.2 17 | 2018-10-25T12:48:56+0000 [Poll#info] Checkpoint -1743.7 29 | c : DNS request from ('10.11.12.247', 54212) to None: 43 bytes -1743.8 17 | 2018-10-25T12:49:00+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1743.9 17 | 2018-10-25T12:49:00+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1763.8 TEL | [104] Running: sudo -n echo -n -1766.0 29 | c : DNS request from ('10.11.12.247', 56443) to None: 48 bytes -1766.1 17 | 2018-10-25T12:49:22+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1766.2 17 | 2018-10-25T12:49:22+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -1769.8 29 | c : DNS request from ('10.11.12.247', 58564) to None: 43 bytes -1769.9 29 | c : DNS request from ('10.11.12.247', 52517) to None: 43 bytes -1770.0 29 | c : DNS request from ('10.11.12.247', 52517) to None: 43 bytes -1770.0 17 | 2018-10-25T12:49:26+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1770.1 17 | 2018-10-25T12:49:26+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1770.1 17 | 2018-10-25T12:49:26+0000 [stdout#info] AAAA query, sending back A instead: b'api.nightly.pay.stq.cloud' -1770.1 17 | 2018-10-25T12:49:26+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1770.1 17 | 2018-10-25T12:49:26+0000 [stdout#info] AAAA query, sending back A instead: b'api.nightly.pay.stq.cloud' -1770.1 TEL | (proxy checking local liveness) -1770.1 17 | 2018-10-25T12:49:26+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1770.1 17 | 2018-10-25T12:49:26+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1770.3 17 | 2018-10-25T12:49:27+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1771.1 17 | 2018-10-25T12:49:27+0000 [Poll#info] Checkpoint -1787.7 29 | c : DNS request from ('10.11.12.247', 58492) to None: 43 bytes -1787.7 29 | c : DNS request from ('10.11.12.247', 51736) to None: 43 bytes -1787.8 17 | 2018-10-25T12:49:44+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1787.8 17 | 2018-10-25T12:49:44+0000 [stdout#info] AAAA query, sending back A instead: b'api.nightly.pay.stq.cloud' -1787.8 17 | 2018-10-25T12:49:44+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1787.9 17 | 2018-10-25T12:49:44+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1787.9 17 | 2018-10-25T12:49:44+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1793.9 TEL | [105] Running: sudo -n echo -n -1800.0 TEL | (proxy checking local liveness) -1800.1 17 | 2018-10-25T12:49:56+0000 [Poll#info] Checkpoint -1823.9 TEL | [106] Running: sudo -n echo -n -1826.3 29 | c : DNS request from ('10.11.12.247', 49950) to None: 48 bytes -1826.4 17 | 2018-10-25T12:50:23+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1826.4 17 | 2018-10-25T12:50:23+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -1830.1 TEL | (proxy checking local liveness) -1830.2 17 | 2018-10-25T12:50:26+0000 [Poll#info] Checkpoint -1834.8 29 | c : DNS request from ('10.11.12.247', 62065) to None: 43 bytes -1834.9 17 | 2018-10-25T12:50:31+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1834.9 17 | 2018-10-25T12:50:31+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1854.1 TEL | [107] Running: sudo -n echo -n -1859.9 TEL | (proxy checking local liveness) -1860.0 17 | 2018-10-25T12:50:56+0000 [Poll#info] Checkpoint -1866.4 29 | c : DNS request from ('10.11.12.247', 58034) to None: 43 bytes -1866.4 29 | c : DNS request from ('10.11.12.247', 57011) to None: 43 bytes -1866.4 17 | 2018-10-25T12:51:03+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1866.4 17 | 2018-10-25T12:51:03+0000 [stdout#info] AAAA query, sending back A instead: b'api.nightly.pay.stq.cloud' -1866.5 17 | 2018-10-25T12:51:03+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1866.6 17 | 2018-10-25T12:51:03+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1866.6 17 | 2018-10-25T12:51:03+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1870.0 29 | c : DNS request from ('10.11.12.247', 59337) to None: 48 bytes -1870.1 17 | 2018-10-25T12:51:06+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1870.1 17 | 2018-10-25T12:51:06+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -1871.4 29 | c : DNS request from ('10.11.12.247', 64865) to None: 34 bytes -1871.4 29 | c : DNS request from ('10.11.12.247', 60300) to None: 37 bytes -1871.4 29 | c : DNS request from ('10.11.12.247', 62931) to None: 46 bytes -1871.5 17 | 2018-10-25T12:51:08+0000 [stdout#info] A query: b'www.rabbitmq.com' -1871.5 17 | 2018-10-25T12:51:08+0000 [stdout#info] A query: b'groups.l.google.com' -1871.5 17 | 2018-10-25T12:51:08+0000 [stdout#info] A query: b'rabbitmq-slack.herokuapp.com' -1871.6 17 | 2018-10-25T12:51:08+0000 [stdout#info] Result for b'www.rabbitmq.com' is ['104.20.62.197', '104.20.63.197'] -1871.6 17 | 2018-10-25T12:51:08+0000 [stdout#info] Result for b'groups.l.google.com' is ['64.233.167.139', '64.233.167.100', '64.233.167.101', '64.233.167.102', '64.233.167.113', '64.233.167.138'] -1871.6 17 | 2018-10-25T12:51:08+0000 [stdout#info] Result for b'rabbitmq-slack.herokuapp.com' is ['34.192.68.110', '34.192.102.251', '34.230.108.175', '34.234.152.9', '34.236.18.196', '34.237.195.160', '35.168.128.7', '18.235.81.103'] -1884.2 TEL | [108] Running: sudo -n echo -n -1890.1 TEL | (proxy checking local liveness) -1890.2 17 | 2018-10-25T12:51:26+0000 [Poll#info] Checkpoint -1908.9 29 | c : DNS request from ('10.11.12.247', 63735) to None: 43 bytes -1909.0 17 | 2018-10-25T12:51:45+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1909.1 17 | 2018-10-25T12:51:45+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1914.2 TEL | [109] Running: sudo -n echo -n -1920.1 TEL | (proxy checking local liveness) -1920.2 17 | 2018-10-25T12:51:56+0000 [Poll#info] Checkpoint -1925.1 29 | c : DNS request from ('10.11.12.247', 64698) to None: 43 bytes -1925.3 17 | 2018-10-25T12:52:02+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -1925.6 17 | 2018-10-25T12:52:02+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -1932.2 29 | c : DNS request from ('10.11.12.247', 62285) to None: 48 bytes -1932.3 17 | 2018-10-25T12:52:09+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1932.8 17 | 2018-10-25T12:52:09+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -1944.4 TEL | [110] Running: sudo -n echo -n -1949.5 29 | c : DNS request from ('10.11.12.247', 57784) to None: 36 bytes -1949.6 17 | 2018-10-25T12:52:26+0000 [stdout#info] A query: b'kovan.etherscan.io' -1949.7 17 | 2018-10-25T12:52:26+0000 [stdout#info] Result for b'kovan.etherscan.io' is ['104.25.93.10', '104.25.92.10'] -1950.1 TEL | (proxy checking local liveness) -1950.3 17 | 2018-10-25T12:52:27+0000 [Poll#info] Checkpoint -1955.5 29 | c : DNS request from ('10.11.12.247', 54309) to None: 43 bytes -1955.6 17 | 2018-10-25T12:52:32+0000 [stdout#info] A query: b'min-api.cryptocompare.com' -1955.8 17 | 2018-10-25T12:52:32+0000 [stdout#info] Result for b'min-api.cryptocompare.com' is ['40.115.22.134'] -1956.7 29 | c : DNS request from ('10.11.12.247', 63258) to None: 39 bytes -1956.8 17 | 2018-10-25T12:52:33+0000 [stdout#info] A query: b'www.myetherwallet.com' -1957.0 17 | 2018-10-25T12:52:33+0000 [stdout#info] Result for b'www.myetherwallet.com' is ['104.25.5.15', '104.25.4.15'] -1960.5 29 | c : DNS request from ('10.11.12.247', 65424) to None: 38 bytes -1960.5 29 | c : DNS request from ('10.11.12.247', 65330) to None: 51 bytes -1960.5 29 | c : DNS request from ('10.11.12.247', 53581) to None: 51 bytes -1960.6 17 | 2018-10-25T12:52:37+0000 [stdout#info] A query: b'fonts.googleapis.com' -1960.6 17 | 2018-10-25T12:52:37+0000 [stdout#info] A query: b'www-googletagmanager.l.google.com' -1960.6 17 | 2018-10-25T12:52:37+0000 [stdout#info] A query: b'www-google-analytics.l.google.com' -1960.8 17 | 2018-10-25T12:52:37+0000 [stdout#info] Result for b'www-googletagmanager.l.google.com' is ['216.58.204.136'] -1960.8 17 | 2018-10-25T12:52:37+0000 [stdout#info] Result for b'www-google-analytics.l.google.com' is ['172.217.19.238'] -1960.8 17 | 2018-10-25T12:52:37+0000 [stdout#info] Result for b'fonts.googleapis.com' is ['216.58.215.42'] -1961.2 29 | c : DNS request from ('10.11.12.247', 55269) to None: 41 bytes -1961.5 17 | 2018-10-25T12:52:38+0000 [stdout#info] A query: b'stats.l.doubleclick.net' -1961.5 17 | 2018-10-25T12:52:38+0000 [stdout#info] Result for b'stats.l.doubleclick.net' is ['108.177.15.156', '108.177.15.155', '108.177.15.154', '108.177.15.157'] -1965.8 29 | c : DNS request from ('10.11.12.247', 54721) to None: 44 bytes -1965.9 17 | 2018-10-25T12:52:42+0000 [stdout#info] A query: b'friendsandguests.slack.com' -1966.0 17 | 2018-10-25T12:52:42+0000 [stdout#info] Result for b'friendsandguests.slack.com' is ['13.32.183.18'] -1974.4 TEL | [111] Running: sudo -n echo -n -1977.8 29 | c : DNS request from ('10.11.12.247', 61665) to None: 27 bytes -1977.8 17 | 2018-10-25T12:52:54+0000 [stdout#info] A query: b'slack.com' -1977.9 17 | 2018-10-25T12:52:54+0000 [stdout#info] Result for b'slack.com' is ['13.32.183.18'] -1980.1 TEL | (proxy checking local liveness) -1980.2 17 | 2018-10-25T12:52:56+0000 [Poll#info] Checkpoint -1989.7 29 | c : DNS request from ('10.11.12.247', 53198) to None: 41 bytes -1989.9 17 | 2018-10-25T12:53:06+0000 [stdout#info] A query: b'gspe35-ssl.ls.apple.com' -1990.2 17 | 2018-10-25T12:53:06+0000 [stdout#info] Result for b'gspe35-ssl.ls.apple.com' is ['104.111.215.91'] -1993.0 29 | c : DNS request from ('10.11.12.247', 61226) to None: 48 bytes -1993.1 17 | 2018-10-25T12:53:09+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -1993.4 17 | 2018-10-25T12:53:10+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -1995.6 29 | c : DNS request from ('10.11.12.247', 57353) to None: 32 bytes -1995.7 17 | 2018-10-25T12:53:12+0000 [stdout#info] A query: b'api.segment.io' -1995.9 17 | 2018-10-25T12:53:12+0000 [stdout#info] Result for b'api.segment.io' is ['54.69.201.135', '54.68.184.239', '52.89.6.109', '54.201.247.66', '54.191.153.101', '54.186.233.97', '54.148.194.30', '54.148.84.54'] -1999.3 29 | c : DNS request from ('10.11.12.247', 57515) to None: 34 bytes -1999.3 29 | c : DNS request from ('10.11.12.247', 55699) to None: 37 bytes -1999.3 29 | c : DNS request from ('10.11.12.247', 50284) to None: 46 bytes -1999.6 29 | c : DNS request from ('10.11.12.247', 62934) to None: 37 bytes -1999.6 17 | 2018-10-25T12:53:16+0000 [stdout#info] A query: b'www.rabbitmq.com' -1999.6 17 | 2018-10-25T12:53:16+0000 [stdout#info] A query: b'groups.l.google.com' -1999.6 17 | 2018-10-25T12:53:16+0000 [stdout#info] A query: b'rabbitmq-slack.herokuapp.com' -1999.6 17 | 2018-10-25T12:53:16+0000 [stdout#info] Result for b'rabbitmq-slack.herokuapp.com' is ['52.201.38.10', '52.201.30.51', '52.205.227.252', '52.204.129.108', '52.204.128.222', '52.203.156.46', '52.202.245.247', '52.202.134.94'] -1999.6 17 | 2018-10-25T12:53:16+0000 [stdout#info] Result for b'www.rabbitmq.com' is ['104.20.63.197', '104.20.62.197'] -1999.6 17 | 2018-10-25T12:53:16+0000 [stdout#info] Result for b'groups.l.google.com' is ['66.102.1.138', '66.102.1.139', '66.102.1.100', '66.102.1.101', '66.102.1.102', '66.102.1.113'] -1999.7 17 | 2018-10-25T12:53:16+0000 [stdout#info] A query: b'download.docker.com' -1999.8 17 | 2018-10-25T12:53:16+0000 [stdout#info] Result for b'download.docker.com' is ['13.32.210.98', '13.32.210.33', '13.32.210.200', '13.32.210.147'] -2004.6 TEL | [112] Running: sudo -n echo -n -2008.9 29 | c : DNS request from ('10.11.12.247', 63308) to None: 43 bytes -2008.9 29 | c : DNS request from ('10.11.12.247', 61163) to None: 43 bytes -2009.0 17 | 2018-10-25T12:53:25+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2009.0 17 | 2018-10-25T12:53:25+0000 [stdout#info] AAAA query, sending back A instead: b'api.nightly.pay.stq.cloud' -2009.0 17 | 2018-10-25T12:53:25+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2009.1 17 | 2018-10-25T12:53:25+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2009.1 17 | 2018-10-25T12:53:25+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2010.2 TEL | (proxy checking local liveness) -2010.3 17 | 2018-10-25T12:53:27+0000 [Poll#info] Checkpoint -2033.7 29 | c : DNS request from ('10.11.12.247', 50906) to None: 43 bytes -2033.8 17 | 2018-10-25T12:53:50+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2033.8 17 | 2018-10-25T12:53:50+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2034.6 TEL | [113] Running: sudo -n echo -n -2040.1 TEL | (proxy checking local liveness) -2040.2 17 | 2018-10-25T12:53:56+0000 [Poll#info] Checkpoint -2057.0 29 | c : DNS request from ('10.11.12.247', 54528) to None: 43 bytes -2057.1 17 | 2018-10-25T12:54:13+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2057.2 17 | 2018-10-25T12:54:13+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2061.3 29 | c : DNS request from ('10.11.12.247', 53355) to None: 48 bytes -2061.5 17 | 2018-10-25T12:54:18+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2061.6 17 | 2018-10-25T12:54:18+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2064.7 TEL | [114] Running: sudo -n echo -n -2070.1 TEL | (proxy checking local liveness) -2070.2 17 | 2018-10-25T12:54:26+0000 [Poll#info] Checkpoint -2094.8 TEL | [115] Running: sudo -n echo -n -2098.8 29 | c : DNS request from ('10.11.12.247', 56135) to None: 54 bytes -2099.2 17 | 2018-10-25T12:54:55+0000 [stdout#info] A query: b'googlehosted.l.googleusercontent.com' -2099.3 17 | 2018-10-25T12:54:56+0000 [stdout#info] Result for b'googlehosted.l.googleusercontent.com' is ['216.58.201.225'] -2100.1 29 | c : DNS request from ('10.11.12.247', 58248) to None: 48 bytes -2100.2 17 | 2018-10-25T12:54:56+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2100.3 17 | 2018-10-25T12:54:57+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -2100.4 TEL | (proxy checking local liveness) -2100.6 17 | 2018-10-25T12:54:57+0000 [Poll#info] Checkpoint -2103.7 29 | c : DNS request from ('10.11.12.247', 58329) to None: 34 bytes -2103.7 29 | c : DNS request from ('10.11.12.247', 62082) to None: 46 bytes -2103.7 29 | c : DNS request from ('10.11.12.247', 57413) to None: 37 bytes -2103.8 17 | 2018-10-25T12:55:00+0000 [stdout#info] A query: b'www.rabbitmq.com' -2103.8 17 | 2018-10-25T12:55:00+0000 [stdout#info] A query: b'rabbitmq-slack.herokuapp.com' -2103.9 17 | 2018-10-25T12:55:00+0000 [stdout#info] A query: b'groups.l.google.com' -2103.9 17 | 2018-10-25T12:55:00+0000 [stdout#info] Result for b'www.rabbitmq.com' is ['104.20.63.197', '104.20.62.197'] -2104.0 17 | 2018-10-25T12:55:00+0000 [stdout#info] Result for b'rabbitmq-slack.herokuapp.com' is ['52.73.157.106', '52.73.100.51', '52.72.224.148', '52.72.205.91', '52.72.62.94', '52.72.5.0', '52.87.56.36', '52.86.253.3'] -2104.0 17 | 2018-10-25T12:55:00+0000 [stdout#info] Result for b'groups.l.google.com' is ['173.194.76.138', '173.194.76.113', '173.194.76.102', '173.194.76.101', '173.194.76.100', '173.194.76.139'] -2124.9 TEL | [116] Running: sudo -n echo -n -2125.1 29 | c : DNS request from ('10.11.12.247', 60034) to None: 40 bytes -2125.2 17 | 2018-10-25T12:55:21+0000 [stdout#info] A query: b'gsp64-ssl.ls.apple.com' -2125.2 17 | 2018-10-25T12:55:21+0000 [stdout#info] Result for b'gsp64-ssl.ls.apple.com' is ['17.167.194.230', '17.167.192.225', '17.167.192.231', '17.167.194.224'] -2130.0 TEL | (proxy checking local liveness) -2130.1 17 | 2018-10-25T12:55:26+0000 [Poll#info] Checkpoint -2134.7 29 | c : DNS request from ('10.11.12.247', 62794) to None: 43 bytes -2134.7 29 | c : DNS request from ('10.11.12.247', 58246) to None: 43 bytes -2134.7 17 | 2018-10-25T12:55:31+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2134.7 17 | 2018-10-25T12:55:31+0000 [stdout#info] AAAA query, sending back A instead: b'api.nightly.pay.stq.cloud' -2134.7 17 | 2018-10-25T12:55:31+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2134.7 17 | 2018-10-25T12:55:31+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2134.7 17 | 2018-10-25T12:55:31+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2155.0 TEL | [117] Running: sudo -n echo -n -2160.0 TEL | (proxy checking local liveness) -2160.1 17 | 2018-10-25T12:55:56+0000 [Poll#info] Checkpoint -2165.6 29 | c : DNS request from ('10.11.12.247', 50233) to None: 48 bytes -2165.7 17 | 2018-10-25T12:56:02+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2165.7 17 | 2018-10-25T12:56:02+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -2166.5 29 | c : DNS request from ('10.11.12.247', 63677) to None: 45 bytes -2166.6 17 | 2018-10-25T12:56:03+0000 [stdout#info] A query: b'safebrowsing.googleapis.com' -2166.6 17 | 2018-10-25T12:56:03+0000 [stdout#info] Result for b'safebrowsing.googleapis.com' is ['172.217.18.202'] -2169.1 29 | c : DNS request from ('10.11.12.247', 62700) to None: 42 bytes -2169.2 17 | 2018-10-25T12:56:05+0000 [stdout#info] A query: b'notifications.google.com' -2169.2 17 | 2018-10-25T12:56:05+0000 [stdout#info] Result for b'notifications.google.com' is ['216.58.198.206'] -2175.2 29 | c : DNS request from ('10.11.12.247', 54611) to None: 43 bytes -2175.2 17 | 2018-10-25T12:56:12+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2175.3 17 | 2018-10-25T12:56:12+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2185.1 TEL | [118] Running: sudo -n echo -n -2190.0 TEL | (proxy checking local liveness) -2190.1 17 | 2018-10-25T12:56:26+0000 [Poll#info] Checkpoint -2208.5 29 | c : DNS request from ('10.11.12.247', 63144) to None: 36 bytes -2208.6 17 | 2018-10-25T12:56:45+0000 [stdout#info] A query: b'kovan.etherscan.io' -2208.8 17 | 2018-10-25T12:56:45+0000 [stdout#info] Result for b'kovan.etherscan.io' is ['104.25.92.10', '104.25.93.10'] -2213.3 29 | c : DNS request from ('10.11.12.247', 52071) to None: 43 bytes -2213.5 17 | 2018-10-25T12:56:50+0000 [stdout#info] A query: b'min-api.cryptocompare.com' -2213.8 17 | 2018-10-25T12:56:50+0000 [stdout#info] Result for b'min-api.cryptocompare.com' is ['40.115.22.134'] -2215.2 TEL | [119] Running: sudo -n echo -n -2219.2 29 | c : DNS request from ('10.11.12.247', 58672) to None: 34 bytes -2219.6 17 | 2018-10-25T12:56:56+0000 [stdout#info] A query: b'gs-loc.apple.com' -2219.9 17 | 2018-10-25T12:56:56+0000 [stdout#info] Result for b'gs-loc.apple.com' is ['17.142.171.13', '17.142.171.12', '17.142.171.14'] -2220.1 TEL | (proxy checking local liveness) -2220.3 17 | 2018-10-25T12:56:56+0000 [Poll#info] Checkpoint -2226.8 29 | c : DNS request from ('10.11.12.247', 58985) to None: 48 bytes -2226.9 17 | 2018-10-25T12:57:03+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2227.3 17 | 2018-10-25T12:57:04+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -2239.6 29 | c : DNS request from ('10.11.12.247', 53437) to None: 48 bytes -2239.8 17 | 2018-10-25T12:57:16+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2240.1 17 | 2018-10-25T12:57:16+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -2242.6 29 | c : DNS request from ('10.11.12.247', 51059) to None: 48 bytes -2242.7 17 | 2018-10-25T12:57:19+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2242.9 17 | 2018-10-25T12:57:19+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -2245.3 TEL | [120] Running: sudo -n echo -n -2247.9 29 | c : DNS request from ('10.11.12.247', 55334) to None: 62 bytes -2247.9 29 | c : DNS request from ('10.11.12.247', 53049) to None: 40 bytes -2248.0 17 | 2018-10-25T12:57:24+0000 [stdout#info] A query: b'sync-560-us-west-2.sync.services.mozilla.com' -2248.0 17 | 2018-10-25T12:57:24+0000 [stdout#info] A query: b'firefoxusercontent.com' -2248.3 17 | 2018-10-25T12:57:24+0000 [stdout#info] Result for b'firefoxusercontent.com' is ['13.32.155.212'] -2248.4 17 | 2018-10-25T12:57:25+0000 [stdout#info] Result for b'sync-560-us-west-2.sync.services.mozilla.com' is ['34.215.24.10'] -2250.0 TEL | (proxy checking local liveness) -2250.2 17 | 2018-10-25T12:57:26+0000 [Poll#info] Checkpoint -2255.2 29 | c : DNS request from ('10.11.12.247', 57638) to None: 48 bytes -2255.4 17 | 2018-10-25T12:57:32+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2255.7 17 | 2018-10-25T12:57:32+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -2258.9 29 | c : DNS request from ('10.11.12.247', 55792) to None: 48 bytes -2259.0 17 | 2018-10-25T12:57:35+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2259.3 17 | 2018-10-25T12:57:36+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2274.2 29 | c : DNS request from ('10.11.12.247', 63163) to None: 48 bytes -2274.3 17 | 2018-10-25T12:57:51+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2274.6 17 | 2018-10-25T12:57:51+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2275.4 TEL | [121] Running: sudo -n echo -n -2276.6 29 | c : DNS request from ('10.11.12.247', 54695) to None: 48 bytes -2276.9 17 | 2018-10-25T12:57:53+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2276.9 17 | 2018-10-25T12:57:53+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -2280.0 TEL | (proxy checking local liveness) -2280.1 17 | 2018-10-25T12:57:56+0000 [Poll#info] Checkpoint -2289.4 29 | c : DNS request from ('10.11.12.247', 56778) to None: 48 bytes -2289.7 17 | 2018-10-25T12:58:06+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2289.9 17 | 2018-10-25T12:58:06+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2302.0 29 | c : DNS request from ('10.11.12.247', 54098) to None: 42 bytes -2302.1 17 | 2018-10-25T12:58:18+0000 [stdout#info] A query: b'notifications.google.com' -2302.3 17 | 2018-10-25T12:58:19+0000 [stdout#info] Result for b'notifications.google.com' is ['216.58.201.238'] -2305.5 TEL | [122] Running: sudo -n echo -n -2310.0 TEL | (proxy checking local liveness) -2310.1 17 | 2018-10-25T12:58:26+0000 [Poll#info] Checkpoint -2322.9 29 | c : DNS request from ('10.11.12.247', 54727) to None: 48 bytes -2323.0 17 | 2018-10-25T12:58:39+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2323.4 17 | 2018-10-25T12:58:40+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2335.6 TEL | [123] Running: sudo -n echo -n -2337.4 29 | c : DNS request from ('10.11.12.247', 54579) to None: 48 bytes -2337.5 17 | 2018-10-25T12:58:54+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2337.6 17 | 2018-10-25T12:58:54+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2339.9 29 | c : DNS request from ('10.11.12.247', 62091) to None: 48 bytes -2340.0 17 | 2018-10-25T12:58:56+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2340.1 TEL | (proxy checking local liveness) -2340.3 17 | 2018-10-25T12:58:57+0000 [Poll#info] Checkpoint -2340.3 17 | 2018-10-25T12:58:57+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2365.7 TEL | [124] Running: sudo -n echo -n -2370.0 TEL | (proxy checking local liveness) -2370.1 17 | 2018-10-25T12:59:26+0000 [Poll#info] Checkpoint -2372.3 29 | c : DNS request from ('10.11.12.247', 52746) to None: 43 bytes -2372.3 29 | c : DNS request from ('10.11.12.247', 51490) to None: 43 bytes -2372.5 17 | 2018-10-25T12:59:29+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2372.5 17 | 2018-10-25T12:59:29+0000 [stdout#info] AAAA query, sending back A instead: b'api.nightly.pay.stq.cloud' -2372.5 17 | 2018-10-25T12:59:29+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2372.6 17 | 2018-10-25T12:59:29+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2372.6 17 | 2018-10-25T12:59:29+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2389.4 29 | c : DNS request from ('10.11.12.247', 55159) to None: 37 bytes -2389.5 17 | 2018-10-25T12:59:46+0000 [stdout#info] A query: b'download.docker.com' -2389.6 17 | 2018-10-25T12:59:46+0000 [stdout#info] Result for b'download.docker.com' is ['13.32.210.200', '13.32.210.147', '13.32.210.98', '13.32.210.33'] -2395.8 TEL | [125] Running: sudo -n echo -n -2397.2 29 | c : DNS request from ('10.11.12.247', 65213) to None: 57 bytes -2397.3 17 | 2018-10-25T12:59:54+0000 [stdout#info] 12 query: b'db._dns-sd._udp.0.12.11.10.in-addr.arpa' -2397.3 17 | 2018-10-25T12:59:54+0000 [DNSDatagramProtocol (UDP)] DNSDatagramProtocol starting on 56512 -2397.3 17 | 2018-10-25T12:59:54+0000 [DNSDatagramProtocol (UDP)] Starting protocol -2397.4 17 | 2018-10-25T12:59:54+0000 [-] (UDP Port 56512 Closed) -2397.4 17 | 2018-10-25T12:59:54+0000 [-] Stopping protocol -2398.5 29 | c : DNS request from ('10.11.12.247', 54421) to None: 36 bytes -2398.7 17 | 2018-10-25T12:59:55+0000 [stdout#info] A query: b'kovan.etherscan.io' -2398.9 17 | 2018-10-25T12:59:55+0000 [stdout#info] Result for b'kovan.etherscan.io' is ['104.25.92.10', '104.25.93.10'] -2400.0 TEL | (proxy checking local liveness) -2400.2 17 | 2018-10-25T12:59:56+0000 [Poll#info] Checkpoint -2403.1 29 | c : DNS request from ('10.11.12.247', 55737) to None: 43 bytes -2403.2 17 | 2018-10-25T12:59:59+0000 [stdout#info] A query: b'min-api.cryptocompare.com' -2403.4 17 | 2018-10-25T13:00:00+0000 [stdout#info] Result for b'min-api.cryptocompare.com' is ['40.115.22.134'] -2403.9 29 | c : DNS request from ('10.11.12.247', 63019) to None: 39 bytes -2404.0 17 | 2018-10-25T13:00:00+0000 [stdout#info] A query: b'www.myetherwallet.com' -2404.2 17 | 2018-10-25T13:00:00+0000 [stdout#info] Result for b'www.myetherwallet.com' is ['104.25.5.15', '104.25.4.15'] -2407.1 29 | c : DNS request from ('10.11.12.247', 56402) to None: 38 bytes -2407.1 29 | c : DNS request from ('10.11.12.247', 55835) to None: 51 bytes -2407.2 17 | 2018-10-25T13:00:03+0000 [stdout#info] A query: b'fonts.googleapis.com' -2407.2 17 | 2018-10-25T13:00:03+0000 [stdout#info] A query: b'www-googletagmanager.l.google.com' -2407.4 29 | c : DNS request from ('10.11.12.247', 57952) to None: 51 bytes -2407.4 17 | 2018-10-25T13:00:04+0000 [stdout#info] Result for b'www-googletagmanager.l.google.com' is ['172.217.19.232'] -2407.4 17 | 2018-10-25T13:00:04+0000 [stdout#info] Result for b'fonts.googleapis.com' is ['172.217.18.202'] -2407.5 17 | 2018-10-25T13:00:04+0000 [stdout#info] A query: b'www-google-analytics.l.google.com' -2407.7 17 | 2018-10-25T13:00:04+0000 [stdout#info] Result for b'www-google-analytics.l.google.com' is ['216.58.204.142'] -2407.9 29 | c : DNS request from ('10.11.12.247', 49936) to None: 41 bytes -2408.0 17 | 2018-10-25T13:00:04+0000 [stdout#info] A query: b'stats.l.doubleclick.net' -2408.2 17 | 2018-10-25T13:00:04+0000 [stdout#info] Result for b'stats.l.doubleclick.net' is ['173.194.76.157', '173.194.76.156', '173.194.76.155', '173.194.76.154'] -2411.4 29 | c : DNS request from ('10.11.12.247', 52755) to None: 48 bytes -2411.8 17 | 2018-10-25T13:00:08+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2411.9 17 | 2018-10-25T13:00:08+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2424.4 29 | c : DNS request from ('10.11.12.247', 61381) to None: 43 bytes -2424.5 17 | 2018-10-25T13:00:21+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2424.6 17 | 2018-10-25T13:00:21+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2425.9 TEL | [126] Running: sudo -n echo -n -2426.5 29 | c : DNS request from ('10.11.12.247', 58148) to None: 48 bytes -2426.6 17 | 2018-10-25T13:00:23+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2426.6 17 | 2018-10-25T13:00:23+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -2429.8 29 | c : DNS request from ('10.11.12.247', 64254) to None: 48 bytes -2429.9 17 | 2018-10-25T13:00:26+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2429.9 17 | 2018-10-25T13:00:26+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -2430.0 TEL | (proxy checking local liveness) -2430.1 17 | 2018-10-25T13:00:26+0000 [Poll#info] Checkpoint -2448.5 29 | c : DNS request from ('10.11.12.247', 50607) to None: 48 bytes -2448.6 17 | 2018-10-25T13:00:45+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2448.7 17 | 2018-10-25T13:00:45+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2456.0 TEL | [127] Running: sudo -n echo -n -2456.4 29 | c : DNS request from ('10.11.12.247', 53828) to None: 56 bytes -2456.5 17 | 2018-10-25T13:00:53+0000 [stdout#info] 12 query: b'b._dns-sd._udp.0.12.11.10.in-addr.arpa' -2456.5 17 | 2018-10-25T13:00:53+0000 [DNSDatagramProtocol (UDP)] DNSDatagramProtocol starting on 31897 -2456.5 17 | 2018-10-25T13:00:53+0000 [DNSDatagramProtocol (UDP)] Starting protocol -2456.5 17 | 2018-10-25T13:00:53+0000 [-] (UDP Port 31897 Closed) -2456.5 17 | 2018-10-25T13:00:53+0000 [-] Stopping protocol -2460.1 TEL | (proxy checking local liveness) -2460.2 17 | 2018-10-25T13:00:57+0000 [Poll#info] Checkpoint -2464.2 29 | c : DNS request from ('10.11.12.247', 54227) to None: 48 bytes -2464.3 17 | 2018-10-25T13:01:01+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2464.4 17 | 2018-10-25T13:01:01+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -2486.1 TEL | [128] Running: sudo -n echo -n -2490.0 TEL | (proxy checking local liveness) -2490.1 17 | 2018-10-25T13:01:26+0000 [Poll#info] Checkpoint -2495.8 29 | c : DNS request from ('10.11.12.247', 52022) to None: 43 bytes -2495.8 29 | c : DNS request from ('10.11.12.247', 65412) to None: 43 bytes -2495.9 17 | 2018-10-25T13:01:32+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2495.9 17 | 2018-10-25T13:01:32+0000 [stdout#info] AAAA query, sending back A instead: b'api.nightly.pay.stq.cloud' -2495.9 17 | 2018-10-25T13:01:32+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2496.2 17 | 2018-10-25T13:01:32+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2496.2 17 | 2018-10-25T13:01:32+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2516.2 TEL | [129] Running: sudo -n echo -n -2518.8 29 | c : DNS request from ('10.11.12.247', 56401) to None: 27 bytes -2518.9 17 | 2018-10-25T13:01:55+0000 [stdout#info] A query: b'slack.com' -2518.9 17 | 2018-10-25T13:01:55+0000 [stdout#info] Result for b'slack.com' is ['13.32.183.18'] -2519.0 29 | c : DNS request from ('10.11.12.247', 59233) to None: 43 bytes -2519.2 17 | 2018-10-25T13:01:55+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2519.7 17 | 2018-10-25T13:01:56+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2520.0 TEL | (proxy checking local liveness) -2520.6 17 | 2018-10-25T13:01:57+0000 [Poll#info] Checkpoint -2520.9 29 | c : DNS request from ('10.11.12.247', 61182) to None: 45 bytes -2521.0 17 | 2018-10-25T13:01:57+0000 [stdout#info] A query: b'shavar.services.mozilla.com' -2521.3 17 | 2018-10-25T13:01:58+0000 [stdout#info] Result for b'shavar.services.mozilla.com' is ['54.187.176.55', '52.88.72.192', '52.35.215.194', '52.35.21.241', '34.212.119.231', '54.201.6.28'] -2525.2 29 | c : DNS request from ('10.11.12.247', 64736) to None: 48 bytes -2525.3 17 | 2018-10-25T13:02:02+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2525.7 17 | 2018-10-25T13:02:02+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2543.3 29 | c : DNS request from ('10.11.12.247', 54414) to None: 48 bytes -2543.4 17 | 2018-10-25T13:02:20+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2543.5 17 | 2018-10-25T13:02:20+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -2546.3 TEL | [130] Running: sudo -n echo -n -2550.2 TEL | (proxy checking local liveness) -2550.3 17 | 2018-10-25T13:02:27+0000 [Poll#info] Checkpoint -2555.0 29 | c : DNS request from ('10.11.12.247', 52767) to None: 43 bytes -2555.2 17 | 2018-10-25T13:02:31+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2555.4 17 | 2018-10-25T13:02:32+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2576.4 TEL | [131] Running: sudo -n echo -n -2580.1 TEL | (proxy checking local liveness) -2580.2 17 | 2018-10-25T13:02:56+0000 [Poll#info] Checkpoint -2602.5 29 | c : DNS request from ('10.11.12.247', 55256) to None: 32 bytes -2602.8 17 | 2018-10-25T13:03:19+0000 [stdout#info] A query: b'mesu.apple.com' -2603.2 17 | 2018-10-25T13:03:19+0000 [stdout#info] Result for b'mesu.apple.com' is ['17.253.53.204', '17.253.55.201'] -2603.7 29 | c : DNS request from ('10.11.12.247', 56551) to None: 48 bytes -2603.8 17 | 2018-10-25T13:03:20+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2604.2 17 | 2018-10-25T13:03:20+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2606.5 TEL | [132] Running: sudo -n echo -n -2610.0 TEL | (proxy checking local liveness) -2610.1 17 | 2018-10-25T13:03:26+0000 [Poll#info] Checkpoint -2636.6 TEL | [133] Running: sudo -n echo -n -2640.0 TEL | (proxy checking local liveness) -2640.2 17 | 2018-10-25T13:03:56+0000 [Poll#info] Checkpoint -2646.9 29 | c : DNS request from ('10.11.12.247', 57705) to None: 57 bytes -2647.0 17 | 2018-10-25T13:04:03+0000 [stdout#info] 12 query: b'lb._dns-sd._udp.0.12.11.10.in-addr.arpa' -2647.0 17 | 2018-10-25T13:04:03+0000 [DNSDatagramProtocol (UDP)] DNSDatagramProtocol starting on 33217 -2647.0 17 | 2018-10-25T13:04:03+0000 [DNSDatagramProtocol (UDP)] Starting protocol -2647.1 17 | 2018-10-25T13:04:03+0000 [-] (UDP Port 33217 Closed) -2647.1 17 | 2018-10-25T13:04:03+0000 [-] Stopping protocol -2666.1 29 | c : DNS request from ('10.11.12.247', 58406) to None: 48 bytes -2666.2 17 | 2018-10-25T13:04:22+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2666.2 17 | 2018-10-25T13:04:23+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2666.7 TEL | [134] Running: sudo -n echo -n -2669.2 29 | c : DNS request from ('10.11.12.247', 49326) to None: 34 bytes -2669.2 29 | c : DNS request from ('10.11.12.247', 57425) to None: 30 bytes -2669.2 29 | c : DNS request from ('10.11.12.247', 63719) to None: 41 bytes -2669.3 17 | 2018-10-25T13:04:26+0000 [stdout#info] A query: b'www.facebook.com' -2669.4 17 | 2018-10-25T13:04:26+0000 [stdout#info] A query: b'vedomosti.ru' -2669.4 17 | 2018-10-25T13:04:26+0000 [stdout#info] A query: b'youtube-ui.l.google.com' -2669.4 29 | c : DNS request from ('10.11.12.247', 57389) to None: 33 bytes -2669.5 29 | c : DNS request from ('10.11.12.247', 61126) to None: 32 bytes -2669.6 17 | 2018-10-25T13:04:26+0000 [stdout#info] A query: b'stage.stq.cloud' -2669.6 29 | c : DNS request from ('10.11.12.247', 52905) to None: 35 bytes -2669.9 17 | 2018-10-25T13:04:26+0000 [stdout#info] Result for b'www.facebook.com' is ['31.13.90.36'] -2669.9 17 | 2018-10-25T13:04:26+0000 [stdout#info] Result for b'youtube-ui.l.google.com' is ['216.58.208.206', '216.58.206.238', '216.58.204.142', '216.58.204.110', '216.58.201.238', '216.58.198.206', '172.217.19.238', '172.217.18.206', '216.58.215.46', '216.58.213.142', '216.58.209.238', '216.58.208.238'] -2670.0 17 | 2018-10-25T13:04:26+0000 [stdout#info] A query: b'www.google.com' -2670.0 17 | 2018-10-25T13:04:26+0000 [stdout#info] A query: b'coinmarketcap.com' -2670.0 17 | 2018-10-25T13:04:26+0000 [stdout#info] Result for b'vedomosti.ru' is ['5.188.113.66', '5.188.113.67', '94.23.73.174', '188.165.55.3'] -2670.0 29 | c : DNS request from ('10.11.12.247', 62227) to None: 27 bytes -2670.0 29 | c : DNS request from ('10.11.12.247', 63119) to None: 28 bytes -2670.3 17 | 2018-10-25T13:04:26+0000 [stdout#info] A query: b'gmail.com' -2670.3 17 | 2018-10-25T13:04:27+0000 [stdout#info] A query: b'trello.com' -2670.3 17 | 2018-10-25T13:04:27+0000 [stdout#info] Result for b'www.google.com' is ['172.217.18.196'] -2670.3 17 | 2018-10-25T13:04:27+0000 [stdout#info] Result for b'stage.stq.cloud' is ['52.59.0.204', '52.58.69.241'] -2670.3 17 | 2018-10-25T13:04:27+0000 [stdout#info] Result for b'coinmarketcap.com' is ['104.17.138.178', '104.17.137.178', '104.17.141.178', '104.17.140.178', '104.17.139.178'] -2670.3 29 | c : DNS request from ('10.11.12.247', 54902) to None: 28 bytes -2670.3 TEL | (proxy checking local liveness) -2670.4 17 | 2018-10-25T13:04:27+0000 [stdout#info] A query: b'github.com' -2670.7 17 | 2018-10-25T13:04:27+0000 [stdout#info] Result for b'trello.com' is ['104.103.246.194'] -2670.7 17 | 2018-10-25T13:04:27+0000 [stdout#info] Result for b'gmail.com' is ['216.58.204.101'] -2670.7 17 | 2018-10-25T13:04:27+0000 [Poll#info] Checkpoint -2670.7 17 | 2018-10-25T13:04:27+0000 [stdout#info] Result for b'github.com' is ['192.30.253.112', '192.30.253.113'] -2670.7 29 | c : DNS request from ('10.11.12.247', 59768) to None: 25 bytes -2670.7 29 | c : DNS request from ('10.11.12.247', 57502) to None: 39 bytes -2670.7 29 | c : DNS request from ('10.11.12.247', 61308) to None: 29 bytes -2670.8 17 | 2018-10-25T13:04:27+0000 [stdout#info] A query: b'docs.rs' -2670.8 17 | 2018-10-25T13:04:27+0000 [stdout#info] A query: b'www.myetherwallet.com' -2670.9 17 | 2018-10-25T13:04:27+0000 [stdout#info] A query: b'bitcoin.org' -2670.9 29 | c : DNS request from ('10.11.12.247', 52159) to None: 34 bytes -2670.9 29 | c : DNS request from ('10.11.12.247', 51418) to None: 35 bytes -2671.0 17 | 2018-10-25T13:04:27+0000 [stdout#info] Result for b'docs.rs' is ['95.211.95.204'] -2671.0 17 | 2018-10-25T13:04:27+0000 [stdout#info] Result for b'bitcoin.org' is ['138.68.248.245'] -2671.1 17 | 2018-10-25T13:04:27+0000 [stdout#info] A query: b'www.vedomosti.ru' -2671.1 17 | 2018-10-25T13:04:27+0000 [stdout#info] A query: b'stackoverflow.com' -2671.1 17 | 2018-10-25T13:04:27+0000 [stdout#info] Result for b'www.myetherwallet.com' is ['104.25.5.15', '104.25.4.15'] -2671.1 29 | c : DNS request from ('10.11.12.247', 65203) to None: 28 bytes -2671.3 17 | 2018-10-25T13:04:27+0000 [stdout#info] A query: b'tproger.ru' -2671.3 17 | 2018-10-25T13:04:28+0000 [stdout#info] Result for b'stackoverflow.com' is ['151.101.1.69', '151.101.193.69', '151.101.129.69', '151.101.65.69'] -2671.4 29 | c : DNS request from ('10.11.12.247', 61654) to None: 41 bytes -2671.4 29 | c : DNS request from ('10.11.12.247', 53057) to None: 44 bytes -2671.5 17 | 2018-10-25T13:04:28+0000 [stdout#info] Result for b'tproger.ru' is ['104.24.5.55', '104.24.4.55'] -2671.5 29 | c : DNS request from ('10.11.12.247', 58657) to None: 33 bytes -2671.5 29 | c : DNS request from ('10.11.12.247', 58991) to None: 45 bytes -2671.5 17 | 2018-10-25T13:04:28+0000 [stdout#info] Result for b'www.vedomosti.ru' is ['5.188.113.66', '188.165.55.3', '94.23.73.174'] -2671.6 17 | 2018-10-25T13:04:28+0000 [stdout#info] A query: b'apple.stackexchange.com' -2671.6 17 | 2018-10-25T13:04:28+0000 [stdout#info] A query: b'tiles.services.mozilla.com' -2671.6 17 | 2018-10-25T13:04:28+0000 [stdout#info] A query: b'www.gstatic.com' -2671.6 17 | 2018-10-25T13:04:28+0000 [stdout#info] A query: b'safebrowsing.googleapis.com' -2671.7 17 | 2018-10-25T13:04:28+0000 [stdout#info] Result for b'apple.stackexchange.com' is ['151.101.129.69', '151.101.65.69', '151.101.1.69', '151.101.193.69'] -2671.7 17 | 2018-10-25T13:04:28+0000 [stdout#info] Result for b'tiles.services.mozilla.com' is ['54.218.239.186', '54.187.46.234', '54.186.208.153', '52.43.40.243', '52.41.78.152', '52.41.60.30', '34.209.108.219', '34.208.7.98'] -2671.7 29 | c : DNS request from ('10.11.12.247', 61819) to None: 38 bytes -2671.8 17 | 2018-10-25T13:04:28+0000 [stdout#info] Result for b'www.gstatic.com' is ['172.217.19.227'] -2671.8 17 | 2018-10-25T13:04:28+0000 [stdout#info] Result for b'safebrowsing.googleapis.com' is ['216.58.209.234'] -2671.8 17 | 2018-10-25T13:04:28+0000 [stdout#info] A query: b'fonts.googleapis.com' -2672.0 17 | 2018-10-25T13:04:28+0000 [stdout#info] Result for b'fonts.googleapis.com' is ['216.58.213.138'] -2672.3 29 | c : DNS request from ('10.11.12.247', 57749) to None: 35 bytes -2672.3 29 | c : DNS request from ('10.11.12.247', 59169) to None: 32 bytes -2672.5 17 | 2018-10-25T13:04:29+0000 [stdout#info] A query: b'plus.l.google.com' -2672.5 17 | 2018-10-25T13:04:29+0000 [stdout#info] A query: b'ogs.google.com' -2672.7 17 | 2018-10-25T13:04:29+0000 [stdout#info] Result for b'plus.l.google.com' is ['216.58.201.238'] -2672.7 17 | 2018-10-25T13:04:29+0000 [stdout#info] Result for b'ogs.google.com' is ['172.217.18.206'] -2673.3 29 | c : DNS request from ('10.11.12.247', 64541) to None: 26 bytes -2673.4 17 | 2018-10-25T13:04:30+0000 [stdout#info] A query: b'man7.org' -2673.6 17 | 2018-10-25T13:04:30+0000 [stdout#info] Result for b'man7.org' is ['213.131.240.174'] -2673.8 29 | c : DNS request from ('10.11.12.247', 63740) to None: 28 bytes -2673.8 29 | c : DNS request from ('10.11.12.247', 50219) to None: 37 bytes -2674.0 17 | 2018-10-25T13:04:30+0000 [stdout#info] A query: b'www.w3.org' -2674.0 17 | 2018-10-25T13:04:30+0000 [stdout#info] A query: b'www.statcounter.com' -2674.2 17 | 2018-10-25T13:04:30+0000 [stdout#info] Result for b'www.statcounter.com' is ['104.20.2.47', '104.20.3.47'] -2674.2 17 | 2018-10-25T13:04:30+0000 [stdout#info] Result for b'www.w3.org' is ['128.30.52.100'] -2674.2 29 | c : DNS request from ('10.11.12.247', 56902) to None: 35 bytes -2674.2 29 | c : DNS request from ('10.11.12.247', 65053) to None: 51 bytes -2674.3 17 | 2018-10-25T13:04:31+0000 [stdout#info] A query: b'c.statcounter.com' -2674.3 17 | 2018-10-25T13:04:31+0000 [stdout#info] A query: b'www-google-analytics.l.google.com' -2674.4 17 | 2018-10-25T13:04:31+0000 [stdout#info] Result for b'c.statcounter.com' is ['104.20.2.47', '104.20.3.47'] -2674.4 17 | 2018-10-25T13:04:31+0000 [stdout#info] Result for b'www-google-analytics.l.google.com' is ['216.58.208.206'] -2675.1 29 | c : DNS request from ('10.11.12.247', 58413) to None: 32 bytes -2675.1 29 | c : DNS request from ('10.11.12.247', 64387) to None: 32 bytes -2675.1 29 | c : DNS request from ('10.11.12.247', 63992) to None: 34 bytes -2675.3 17 | 2018-10-25T13:04:32+0000 [stdout#info] A query: b'www.kernel.org' -2675.4 17 | 2018-10-25T13:04:32+0000 [stdout#info] A query: b'www.jambit.com' -2675.4 17 | 2018-10-25T13:04:32+0000 [stdout#info] A query: b'validator.w3.org' -2675.6 17 | 2018-10-25T13:04:32+0000 [stdout#info] Result for b'www.kernel.org' is ['147.75.44.153'] -2675.7 17 | 2018-10-25T13:04:32+0000 [stdout#info] Result for b'www.jambit.com' is ['213.131.240.188'] -2675.8 17 | 2018-10-25T13:04:32+0000 [stdout#info] Result for b'validator.w3.org' is ['128.30.52.39'] -2677.1 29 | c : DNS request from ('10.11.12.247', 56622) to None: 38 bytes -2677.2 29 | c : DNS request from ('10.11.12.247', 61669) to None: 33 bytes -2677.2 29 | c : DNS request from ('10.11.12.247', 50160) to None: 54 bytes -2677.2 17 | 2018-10-25T13:04:33+0000 [stdout#info] A query: b'adservice.google.com' -2677.4 17 | 2018-10-25T13:04:34+0000 [stdout#info] A query: b'ssl.gstatic.com' -2677.4 17 | 2018-10-25T13:04:34+0000 [stdout#info] A query: b'googlehosted.l.googleusercontent.com' -2677.4 17 | 2018-10-25T13:04:34+0000 [stdout#info] Result for b'adservice.google.com' is ['172.217.19.226'] -2677.5 17 | 2018-10-25T13:04:34+0000 [stdout#info] Result for b'ssl.gstatic.com' is ['216.58.213.131'] -2677.7 17 | 2018-10-25T13:04:34+0000 [stdout#info] Result for b'googlehosted.l.googleusercontent.com' is ['216.58.213.129'] -2688.8 29 | c : DNS request from ('10.11.12.247', 54937) to None: 42 bytes -2688.9 17 | 2018-10-25T13:04:45+0000 [stdout#info] A query: b'notifications.google.com' -2689.0 17 | 2018-10-25T13:04:45+0000 [stdout#info] Result for b'notifications.google.com' is ['216.58.201.238'] -2689.9 29 | c : DNS request from ('10.11.12.247', 55585) to None: 33 bytes -2690.3 17 | 2018-10-25T13:04:46+0000 [stdout#info] A query: b'play.google.com' -2690.3 17 | 2018-10-25T13:04:47+0000 [stdout#info] Result for b'play.google.com' is ['216.58.205.14'] -2696.5 29 | c : DNS request from ('10.11.12.247', 53748) to None: 32 bytes -2696.8 TEL | [135] Running: sudo -n echo -n -2696.9 17 | 2018-10-25T13:04:53+0000 [stdout#info] A query: b'ogs.google.com' -2697.4 17 | 2018-10-25T13:04:54+0000 [stdout#info] Result for b'ogs.google.com' is ['172.217.18.206'] -2698.1 29 | c : DNS request from ('10.11.12.247', 56727) to None: 32 bytes -2698.2 17 | 2018-10-25T13:04:54+0000 [stdout#info] A query: b'www.opennet.ru' -2698.6 17 | 2018-10-25T13:04:55+0000 [stdout#info] Result for b'www.opennet.ru' is ['94.142.141.14'] -2698.6 29 | c : DNS request from ('10.11.12.247', 59542) to None: 45 bytes -2698.8 17 | 2018-10-25T13:04:55+0000 [stdout#info] A query: b'ocsp.int-x3.letsencrypt.org' -2699.1 17 | 2018-10-25T13:04:55+0000 [stdout#info] Result for b'ocsp.int-x3.letsencrypt.org' is ['95.100.252.49', '95.100.252.9'] -2700.2 TEL | (proxy checking local liveness) -2700.4 17 | 2018-10-25T13:04:57+0000 [Poll#info] Checkpoint -2726.5 29 | c : DNS request from ('10.11.12.247', 55440) to None: 48 bytes -2726.6 17 | 2018-10-25T13:05:23+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2726.7 17 | 2018-10-25T13:05:23+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -2726.9 TEL | [136] Running: sudo -n echo -n -2730.0 TEL | (proxy checking local liveness) -2730.1 17 | 2018-10-25T13:05:26+0000 [Poll#info] Checkpoint -2746.0 29 | c : DNS request from ('10.11.12.247', 50643) to None: 33 bytes -2746.1 17 | 2018-10-25T13:05:42+0000 [stdout#info] A query: b'play.google.com' -2746.1 17 | 2018-10-25T13:05:42+0000 [stdout#info] Result for b'play.google.com' is ['216.58.205.14'] -2757.0 TEL | [137] Running: sudo -n echo -n -2760.0 TEL | (proxy checking local liveness) -2760.1 17 | 2018-10-25T13:05:56+0000 [Poll#info] Checkpoint -2770.6 29 | c : DNS request from ('10.11.12.247', 50205) to None: 36 bytes -2770.9 17 | 2018-10-25T13:06:07+0000 [stdout#info] A query: b'kovan.etherscan.io' -2771.2 17 | 2018-10-25T13:06:07+0000 [stdout#info] Result for b'kovan.etherscan.io' is ['104.25.93.10', '104.25.92.10'] -2779.0 29 | c : DNS request from ('10.11.12.247', 58752) to None: 48 bytes -2779.1 17 | 2018-10-25T13:06:15+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2779.3 17 | 2018-10-25T13:06:16+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2781.9 29 | c : DNS request from ('10.11.12.247', 60092) to None: 34 bytes -2781.9 29 | c : DNS request from ('10.11.12.247', 57793) to None: 37 bytes -2781.9 29 | c : DNS request from ('10.11.12.247', 64942) to None: 46 bytes -2782.0 17 | 2018-10-25T13:06:18+0000 [stdout#info] A query: b'www.rabbitmq.com' -2782.0 17 | 2018-10-25T13:06:18+0000 [stdout#info] A query: b'groups.l.google.com' -2782.0 17 | 2018-10-25T13:06:18+0000 [stdout#info] A query: b'rabbitmq-slack.herokuapp.com' -2782.1 17 | 2018-10-25T13:06:18+0000 [stdout#info] Result for b'rabbitmq-slack.herokuapp.com' is ['34.198.30.175', '34.199.33.26', '34.202.169.48', '34.202.247.40', '34.192.68.110', '34.193.254.1', '34.197.140.119', '34.197.205.214'] -2782.1 17 | 2018-10-25T13:06:18+0000 [stdout#info] Result for b'www.rabbitmq.com' is ['104.20.62.197', '104.20.63.197'] -2782.1 17 | 2018-10-25T13:06:18+0000 [stdout#info] Result for b'groups.l.google.com' is ['74.125.133.100', '74.125.133.101', '74.125.133.102', '74.125.133.113', '74.125.133.138', '74.125.133.139'] -2787.0 TEL | [138] Running: sudo -n echo -n -2790.1 TEL | (proxy checking local liveness) -2790.2 17 | 2018-10-25T13:06:26+0000 [Poll#info] Checkpoint -2808.4 29 | c : DNS request from ('10.11.12.247', 59456) to None: 43 bytes -2808.4 29 | c : DNS request from ('10.11.12.247', 49775) to None: 43 bytes -2808.8 17 | 2018-10-25T13:06:45+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2808.8 17 | 2018-10-25T13:06:45+0000 [stdout#info] AAAA query, sending back A instead: b'api.nightly.pay.stq.cloud' -2808.8 17 | 2018-10-25T13:06:45+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2808.8 17 | 2018-10-25T13:06:45+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2808.8 17 | 2018-10-25T13:06:45+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2817.1 TEL | [139] Running: sudo -n echo -n -2817.4 29 | c : DNS request from ('10.11.12.247', 56010) to None: 34 bytes -2817.9 17 | 2018-10-25T13:06:54+0000 [stdout#info] A query: b'gs-loc.apple.com' -2818.2 17 | 2018-10-25T13:06:54+0000 [stdout#info] Result for b'gs-loc.apple.com' is ['17.167.192.128', '17.167.194.149'] -2820.1 TEL | (proxy checking local liveness) -2820.2 17 | 2018-10-25T13:06:56+0000 [Poll#info] Checkpoint -2842.9 29 | c : DNS request from ('10.11.12.247', 59665) to None: 48 bytes -2843.1 17 | 2018-10-25T13:07:19+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2843.2 17 | 2018-10-25T13:07:19+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2847.2 TEL | [140] Running: sudo -n echo -n -2850.1 TEL | (proxy checking local liveness) -2850.3 17 | 2018-10-25T13:07:26+0000 [Poll#info] Checkpoint -2850.9 29 | c : DNS request from ('10.11.12.247', 61044) to None: 62 bytes -2851.2 17 | 2018-10-25T13:07:27+0000 [stdout#info] A query: b'sync-560-us-west-2.sync.services.mozilla.com' -2851.3 17 | 2018-10-25T13:07:28+0000 [stdout#info] Result for b'sync-560-us-west-2.sync.services.mozilla.com' is ['34.215.24.10'] -2860.0 29 | c : DNS request from ('10.11.12.247', 51140) to None: 43 bytes -2860.2 17 | 2018-10-25T13:07:36+0000 [stdout#info] A query: b'api.nightly.pay.stq.cloud' -2860.3 17 | 2018-10-25T13:07:37+0000 [stdout#info] Result for b'api.nightly.pay.stq.cloud' is ['52.47.147.54'] -2877.3 TEL | [141] Running: sudo -n echo -n -2880.1 TEL | (proxy checking local liveness) -2880.2 17 | 2018-10-25T13:07:56+0000 [Poll#info] Checkpoint -2880.7 29 | c : DNS request from ('10.11.12.247', 49975) to None: 34 bytes -2880.7 29 | c : DNS request from ('10.11.12.247', 49400) to None: 41 bytes -2880.7 29 | c : DNS request from ('10.11.12.247', 50095) to None: 30 bytes -2880.7 17 | 2018-10-25T13:07:57+0000 [stdout#info] A query: b'www.facebook.com' -2880.7 17 | 2018-10-25T13:07:57+0000 [stdout#info] A query: b'youtube-ui.l.google.com' -2880.9 17 | 2018-10-25T13:07:57+0000 [stdout#info] A query: b'vedomosti.ru' -2880.9 17 | 2018-10-25T13:07:57+0000 [stdout#info] Result for b'youtube-ui.l.google.com' is ['172.217.18.206', '216.58.215.46', '216.58.213.142', '216.58.209.238', '216.58.208.206', '216.58.206.238', '216.58.204.142', '216.58.204.110', '216.58.201.238', '216.58.198.206', '172.217.22.142', '172.217.19.238'] -2880.9 29 | c : DNS request from ('10.11.12.247', 55835) to None: 35 bytes -2880.9 17 | 2018-10-25T13:07:57+0000 [stdout#info] Result for b'www.facebook.com' is ['31.13.90.36'] -2880.9 29 | c : DNS request from ('10.11.12.247', 63315) to None: 27 bytes -2881.0 17 | 2018-10-25T13:07:57+0000 [stdout#info] A query: b'coinmarketcap.com' -2881.0 17 | 2018-10-25T13:07:57+0000 [stdout#info] Result for b'vedomosti.ru' is ['94.23.73.174', '188.165.55.3', '5.188.113.66', '5.188.113.67'] -2881.0 29 | c : DNS request from ('10.11.12.247', 51335) to None: 28 bytes -2881.0 17 | 2018-10-25T13:07:57+0000 [stdout#info] A query: b'gmail.com' -2881.1 17 | 2018-10-25T13:07:57+0000 [stdout#info] Result for b'coinmarketcap.com' is ['104.17.141.178', '104.17.137.178', '104.17.138.178', '104.17.139.178', '104.17.140.178'] -2881.1 29 | c : DNS request from ('10.11.12.247', 58715) to None: 28 bytes -2881.1 17 | 2018-10-25T13:07:57+0000 [stdout#info] A query: b'trello.com' -2881.1 29 | c : DNS request from ('10.11.12.247', 64206) to None: 25 bytes -2881.1 17 | 2018-10-25T13:07:57+0000 [stdout#info] Result for b'gmail.com' is ['216.58.208.229'] -2881.2 17 | 2018-10-25T13:07:57+0000 [stdout#info] A query: b'github.com' -2881.2 17 | 2018-10-25T13:07:57+0000 [stdout#info] Result for b'trello.com' is ['104.103.246.194'] -2881.2 29 | c : DNS request from ('10.11.12.247', 53081) to None: 39 bytes -2881.2 17 | 2018-10-25T13:07:57+0000 [stdout#info] A query: b'docs.rs' -2881.3 29 | c : DNS request from ('10.11.12.247', 51109) to None: 29 bytes -2881.3 17 | 2018-10-25T13:07:58+0000 [stdout#info] Result for b'github.com' is ['192.30.253.113', '192.30.253.112'] -2881.3 17 | 2018-10-25T13:07:58+0000 [stdout#info] A query: b'www.myetherwallet.com' -2881.4 17 | 2018-10-25T13:07:58+0000 [stdout#info] Result for b'docs.rs' is ['95.211.95.204'] -2881.4 29 | c : DNS request from ('10.11.12.247', 60484) to None: 34 bytes -2881.4 17 | 2018-10-25T13:07:58+0000 [stdout#info] A query: b'bitcoin.org' -2881.4 29 | c : DNS request from ('10.11.12.247', 62971) to None: 35 bytes -2881.5 17 | 2018-10-25T13:07:58+0000 [stdout#info] Result for b'www.myetherwallet.com' is ['104.25.4.15', '104.25.5.15'] -2881.5 17 | 2018-10-25T13:07:58+0000 [stdout#info] A query: b'www.vedomosti.ru' -2881.5 17 | 2018-10-25T13:07:58+0000 [stdout#info] Result for b'bitcoin.org' is ['138.68.248.245'] -2881.5 29 | c : DNS request from ('10.11.12.247', 50718) to None: 28 bytes -2881.5 29 | c : DNS request from ('10.11.12.247', 53821) to None: 34 bytes -2881.6 29 | c : DNS request from ('10.11.12.247', 58856) to None: 32 bytes -2881.6 17 | 2018-10-25T13:07:58+0000 [stdout#info] A query: b'stackoverflow.com' -2881.6 17 | 2018-10-25T13:07:58+0000 [stdout#info] Result for b'stackoverflow.com' is ['151.101.65.69', '151.101.129.69', '151.101.193.69', '151.101.1.69'] -2881.6 29 | c : DNS request from ('10.11.12.247', 64029) to None: 41 bytes -2881.7 17 | 2018-10-25T13:07:58+0000 [stdout#info] A query: b'tproger.ru' -2881.7 17 | 2018-10-25T13:07:58+0000 [stdout#info] A query: b'www.linkedin.com' -2881.8 17 | 2018-10-25T13:07:58+0000 [stdout#info] Result for b'www.vedomosti.ru' is ['5.188.113.66', '94.23.73.174', '188.165.55.3'] -2881.8 17 | 2018-10-25T13:07:58+0000 [stdout#info] A query: b'www.google.com' -2881.9 17 | 2018-10-25T13:07:58+0000 [stdout#info] A query: b'apple.stackexchange.com' -2881.9 17 | 2018-10-25T13:07:58+0000 [stdout#info] Result for b'www.linkedin.com' is ['185.63.145.1'] -2881.9 17 | 2018-10-25T13:07:58+0000 [stdout#info] Result for b'tproger.ru' is ['104.24.5.55', '104.24.4.55'] -2881.9 17 | 2018-10-25T13:07:58+0000 [stdout#info] Result for b'www.google.com' is ['216.58.205.4'] -2882.1 17 | 2018-10-25T13:07:58+0000 [stdout#info] Result for b'apple.stackexchange.com' is ['151.101.129.69', '151.101.65.69', '151.101.1.69', '151.101.193.69'] -2882.2 29 | c : DNS request from ('10.11.12.247', 52311) to None: 35 bytes -2882.2 17 | 2018-10-25T13:07:59+0000 [stdout#info] A query: b'www3.l.google.com' -2882.3 17 | 2018-10-25T13:07:59+0000 [stdout#info] Result for b'www3.l.google.com' is ['216.58.205.14'] -2887.8 29 | c : DNS request from ('10.11.12.247', 63326) to None: 44 bytes -2887.8 29 | c : DNS request from ('10.11.12.247', 63062) to None: 33 bytes -2887.9 17 | 2018-10-25T13:08:04+0000 [stdout#info] A query: b'tiles.services.mozilla.com' -2887.9 17 | 2018-10-25T13:08:04+0000 [stdout#info] A query: b'www.gstatic.com' -2888.1 29 | c : DNS request from ('10.11.12.247', 58526) to None: 38 bytes -2888.3 17 | 2018-10-25T13:08:04+0000 [stdout#info] A query: b'fonts.googleapis.com' -2888.3 17 | 2018-10-25T13:08:05+0000 [stdout#info] Result for b'www.gstatic.com' is ['216.58.208.195'] -2888.5 17 | 2018-10-25T13:08:05+0000 [stdout#info] Result for b'fonts.googleapis.com' is ['216.58.201.234'] -2888.7 29 | c : DNS request from ('10.11.12.247', 57488) to None: 35 bytes -2888.7 17 | 2018-10-25T13:08:05+0000 [stdout#info] Result for b'tiles.services.mozilla.com' is ['54.186.208.153', '54.187.46.234', '54.218.239.186', '34.208.7.98', '34.209.108.219', '34.215.13.51', '34.216.156.21', '52.10.130.148'] -2888.8 29 | c : DNS request from ('10.11.12.247', 56529) to None: 32 bytes -2889.0 17 | 2018-10-25T13:08:05+0000 [stdout#info] A query: b'plus.l.google.com' -2889.0 17 | 2018-10-25T13:08:05+0000 [stdout#info] A query: b'ogs.google.com' -2889.1 17 | 2018-10-25T13:08:05+0000 [stdout#info] Result for b'plus.l.google.com' is ['216.58.204.142'] -2889.3 17 | 2018-10-25T13:08:05+0000 [stdout#info] Result for b'ogs.google.com' is ['216.58.205.14'] -2890.4 29 | c : DNS request from ('10.11.12.247', 56591) to None: 40 bytes -2890.4 29 | c : DNS request from ('10.11.12.247', 50317) to None: 34 bytes -2890.4 29 | c : DNS request from ('10.11.12.247', 61158) to None: 37 bytes -2890.4 29 | c : DNS request from ('10.11.12.247', 58731) to None: 33 bytes -2890.7 17 | 2018-10-25T13:08:07+0000 [stdout#info] A query: b'unix.stackexchange.com' -2890.7 17 | 2018-10-25T13:08:07+0000 [stdout#info] A query: b'www.gravatar.com' -2890.7 17 | 2018-10-25T13:08:07+0000 [stdout#info] A query: b'ajax.googleapis.com' -2890.7 17 | 2018-10-25T13:08:07+0000 [stdout#info] A query: b'cdn.sstatic.net' -2890.8 17 | 2018-10-25T13:08:07+0000 [stdout#info] Result for b'unix.stackexchange.com' is ['151.101.65.69', '151.101.1.69', '151.101.193.69', '151.101.129.69'] -2891.0 29 | c : DNS request from ('10.11.12.247', 49190) to None: 54 bytes -2891.0 29 | c : DNS request from ('10.11.12.247', 53716) to None: 44 bytes -2891.0 17 | 2018-10-25T13:08:07+0000 [stdout#info] Result for b'cdn.sstatic.net' is ['151.101.1.69', '151.101.65.69', '151.101.129.69', '151.101.193.69'] -2891.1 29 | c : DNS request from ('10.11.12.247', 62129) to None: 51 bytes -2891.2 29 | c : DNS request from ('10.11.12.247', 53290) to None: 39 bytes -2891.2 29 | c : DNS request from ('10.11.12.247', 65358) to None: 54 bytes -2891.4 17 | 2018-10-25T13:08:07+0000 [stdout#info] Result for b'www.gravatar.com' is ['192.0.73.2'] -2891.4 17 | 2018-10-25T13:08:07+0000 [stdout#info] Result for b'ajax.googleapis.com' is ['172.217.18.202', '172.217.19.234', '172.217.22.138', '216.58.198.202', '216.58.201.234', '216.58.204.106', '216.58.204.138', '216.58.204.234', '216.58.206.234', '216.58.208.234', '216.58.209.234', '216.58.213.138', '216.58.215.42'] -2891.4 17 | 2018-10-25T13:08:07+0000 [stdout#info] A query: b'i.stack.imgur.com.cdn.cloudflare.net' -2891.4 17 | 2018-10-25T13:08:07+0000 [stdout#info] A query: b'pagead46.l.doubleclick.net' -2891.4 17 | 2018-10-25T13:08:07+0000 [stdout#info] Result for b'i.stack.imgur.com.cdn.cloudflare.net' is ['104.16.30.34', '104.16.31.34', '104.16.0.35', '104.16.1.35', '104.16.2.35', '104.16.3.35', '104.16.24.34', '104.16.25.34', '104.16.26.34', '104.16.27.34', '104.16.28.34', '104.16.29.34'] -2891.4 17 | 2018-10-25T13:08:07+0000 [stdout#info] Result for b'pagead46.l.doubleclick.net' is ['216.58.208.226'] -2891.5 17 | 2018-10-25T13:08:08+0000 [stdout#info] A query: b'www-google-analytics.l.google.com' -2891.5 17 | 2018-10-25T13:08:08+0000 [stdout#info] A query: b'secure.quantserve.com' -2891.5 17 | 2018-10-25T13:08:08+0000 [stdout#info] A query: b'sb.scorecardresearch.com.edgekey.net' -2891.5 29 | c : DNS request from ('10.11.12.247', 55346) to None: 37 bytes -2891.5 29 | c : DNS request from ('10.11.12.247', 65302) to None: 38 bytes -2891.6 17 | 2018-10-25T13:08:08+0000 [stdout#info] Result for b'www-google-analytics.l.google.com' is ['216.58.201.238'] -2891.6 17 | 2018-10-25T13:08:08+0000 [stdout#info] Result for b'sb.scorecardresearch.com.edgekey.net' is ['2.22.246.113'] -2891.7 29 | c : DNS request from ('10.11.12.247', 57165) to None: 46 bytes -2891.8 29 | c : DNS request from ('10.11.12.247', 64290) to None: 44 bytes -2891.8 17 | 2018-10-25T13:08:08+0000 [stdout#info] Result for b'secure.quantserve.com' is ['35.177.146.38', '35.177.155.53', '35.177.175.141', '35.177.206.154', '35.177.223.59', '35.177.251.154', '35.176.73.90', '35.177.33.121'] -2891.8 29 | c : DNS request from ('10.11.12.247', 52995) to None: 45 bytes -2892.0 17 | 2018-10-25T13:08:08+0000 [stdout#info] A query: b'adservice.google.ru' -2892.0 17 | 2018-10-25T13:08:08+0000 [stdout#info] A query: b'adservice.google.com' -2892.0 17 | 2018-10-25T13:08:08+0000 [stdout#info] A query: b'qa.sockets.stackexchange.com' -2892.0 17 | 2018-10-25T13:08:08+0000 [stdout#info] A query: b'friendsandguests.slack.com' -2892.0 17 | 2018-10-25T13:08:08+0000 [stdout#info] A query: b'partnerad.l.doubleclick.net' -2892.0 29 | c : DNS request from ('10.11.12.247', 65436) to None: 47 bytes -2892.1 29 | c : DNS request from ('10.11.12.247', 55266) to None: 38 bytes -2892.2 17 | 2018-10-25T13:08:08+0000 [stdout#info] A query: b'd2fashanjl7d9f.cloudfront.net' -2892.2 17 | 2018-10-25T13:08:08+0000 [stdout#info] A query: b'pixel.quantserve.com' -2892.3 17 | 2018-10-25T13:08:09+0000 [stdout#info] Result for b'friendsandguests.slack.com' is ['13.32.183.18'] -2892.3 17 | 2018-10-25T13:08:09+0000 [stdout#info] Result for b'partnerad.l.doubleclick.net' is ['216.58.208.226'] -2892.3 17 | 2018-10-25T13:08:09+0000 [stdout#info] Result for b'adservice.google.com' is ['216.58.208.226'] -2892.3 17 | 2018-10-25T13:08:09+0000 [stdout#info] Result for b'qa.sockets.stackexchange.com' is ['198.252.206.25'] -2892.3 29 | c : DNS request from ('10.11.12.247', 55571) to None: 39 bytes -2892.3 17 | 2018-10-25T13:08:09+0000 [stdout#info] Result for b'adservice.google.ru' is ['216.58.208.226'] -2892.3 17 | 2018-10-25T13:08:09+0000 [stdout#info] Result for b'pixel.quantserve.com' is ['35.176.73.90', '35.177.251.154', '35.177.223.59', '35.177.206.154', '35.177.175.141', '35.177.155.53', '35.177.146.38', '35.177.33.121'] -2892.6 17 | 2018-10-25T13:08:09+0000 [stdout#info] A query: b'clc.stackoverflow.com' -2892.8 17 | 2018-10-25T13:08:09+0000 [stdout#info] Result for b'd2fashanjl7d9f.cloudfront.net' is ['13.32.210.111', '13.32.210.109', '13.32.210.72', '13.32.210.242'] -2893.1 17 | 2018-10-25T13:08:09+0000 [stdout#info] Result for b'clc.stackoverflow.com' is ['151.101.1.69', '151.101.65.69', '151.101.129.69', '151.101.193.69'] -2894.5 29 | c : DNS request from ('10.11.12.247', 64800) to None: 42 bytes -2894.7 17 | 2018-10-25T13:08:11+0000 [stdout#info] A query: b'notifications.google.com' -2895.0 17 | 2018-10-25T13:08:11+0000 [stdout#info] Result for b'notifications.google.com' is ['216.58.204.142'] -2895.7 29 | c : DNS request from ('10.11.12.247', 64351) to None: 33 bytes -2895.9 17 | 2018-10-25T13:08:12+0000 [stdout#info] A query: b'play.google.com' -2896.1 17 | 2018-10-25T13:08:12+0000 [stdout#info] Result for b'play.google.com' is ['216.58.201.238'] -2905.7 29 | c : DNS request from ('10.11.12.247', 58866) to None: 48 bytes -2905.8 17 | 2018-10-25T13:08:22+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2905.9 17 | 2018-10-25T13:08:22+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -2907.4 TEL | [142] Running: sudo -n echo -n -2910.0 TEL | (proxy checking local liveness) -2910.2 17 | 2018-10-25T13:08:26+0000 [Poll#info] Checkpoint -2937.5 TEL | [143] Running: sudo -n echo -n -2940.1 TEL | (proxy checking local liveness) -2940.3 17 | 2018-10-25T13:08:56+0000 [Poll#info] Checkpoint -2948.8 29 | c : DNS request from ('10.11.12.247', 64759) to None: 33 bytes -2948.9 17 | 2018-10-25T13:09:05+0000 [stdout#info] A query: b'play.google.com' -2949.1 17 | 2018-10-25T13:09:05+0000 [stdout#info] Result for b'play.google.com' is ['216.58.201.238'] -2966.0 29 | c : DNS request from ('10.11.12.247', 65514) to None: 48 bytes -2966.2 17 | 2018-10-25T13:09:22+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -2966.4 17 | 2018-10-25T13:09:23+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -2967.7 TEL | [144] Running: sudo -n echo -n -2970.2 TEL | (proxy checking local liveness) -2970.3 17 | 2018-10-25T13:09:27+0000 [Poll#info] Checkpoint -2978.2 29 | c : DNS request from ('10.11.12.247', 51802) to None: 27 bytes -2978.3 17 | 2018-10-25T13:09:35+0000 [stdout#info] A query: b'slack.com' -2978.4 17 | 2018-10-25T13:09:35+0000 [stdout#info] Result for b'slack.com' is ['13.32.183.18'] -2997.8 TEL | [145] Running: sudo -n echo -n -2998.5 29 | c : DNS request from ('10.11.12.247', 60257) to None: 42 bytes -2998.6 17 | 2018-10-25T13:09:55+0000 [stdout#info] A query: b'notifications.google.com' -2998.8 17 | 2018-10-25T13:09:55+0000 [stdout#info] Result for b'notifications.google.com' is ['216.58.204.142'] -3000.1 TEL | (proxy checking local liveness) -3000.2 17 | 2018-10-25T13:09:56+0000 [Poll#info] Checkpoint -3002.7 29 | c : DNS request from ('10.11.12.247', 49372) to None: 33 bytes -3002.9 17 | 2018-10-25T13:09:59+0000 [stdout#info] A query: b'play.google.com' -3003.1 17 | 2018-10-25T13:09:59+0000 [stdout#info] Result for b'play.google.com' is ['216.58.204.142'] -3025.9 29 | c : DNS request from ('10.11.12.247', 55080) to None: 38 bytes -3025.9 29 | c : DNS request from ('10.11.12.247', 63934) to None: 40 bytes -3026.0 17 | 2018-10-25T13:10:22+0000 [stdout#info] A query: b'time-macos.apple.com' -3026.0 17 | 2018-10-25T13:10:22+0000 [stdout#info] A query: b'gsp64-ssl.ls.apple.com' -3026.1 17 | 2018-10-25T13:10:22+0000 [stdout#info] Result for b'time-macos.apple.com' is ['17.253.34.253', '17.253.34.125', '17.253.54.125', '17.253.52.253', '17.253.52.125'] -3026.1 17 | 2018-10-25T13:10:22+0000 [stdout#info] Result for b'gsp64-ssl.ls.apple.com' is ['17.142.171.5', '17.142.171.6', '17.142.171.7'] -3026.7 29 | c : DNS request from ('10.11.12.247', 52894) to None: 48 bytes -3026.8 17 | 2018-10-25T13:10:23+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -3026.9 17 | 2018-10-25T13:10:23+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -3027.8 TEL | [146] Running: sudo -n echo -n -3030.0 TEL | (proxy checking local liveness) -3030.1 17 | 2018-10-25T13:10:26+0000 [Poll#info] Checkpoint -3057.9 TEL | [147] Running: sudo -n echo -n -3060.0 TEL | (proxy checking local liveness) -3060.1 17 | 2018-10-25T13:10:56+0000 [Poll#info] Checkpoint -3082.4 29 | c : DNS request from ('10.11.12.247', 63284) to None: 32 bytes -3082.5 17 | 2018-10-25T13:11:19+0000 [stdout#info] A query: b'www.google.com' -3082.6 17 | 2018-10-25T13:11:19+0000 [stdout#info] Result for b'www.google.com' is ['216.58.209.228'] -3083.4 29 | c : DNS request from ('10.11.12.247', 60483) to None: 43 bytes -3083.5 17 | 2018-10-25T13:11:20+0000 [stdout#info] A query: b'nexus.officeapps.live.com' -3083.7 29 | c : DNS request from ('10.11.12.247', 52895) to None: 55 bytes -3083.8 17 | 2018-10-25T13:11:20+0000 [stdout#info] A query: b'officeci-mauservice.azurewebsites.net' -3083.9 17 | 2018-10-25T13:11:20+0000 [stdout#info] Result for b'nexus.officeapps.live.com' is ['52.109.88.37'] -3084.2 17 | 2018-10-25T13:11:21+0000 [stdout#info] Result for b'officeci-mauservice.azurewebsites.net' is ['40.112.143.140'] -3085.3 29 | c : DNS request from ('10.11.12.247', 51140) to None: 36 bytes -3085.4 17 | 2018-10-25T13:11:22+0000 [stdout#info] A query: b'kovan.etherscan.io' -3085.5 17 | 2018-10-25T13:11:22+0000 [stdout#info] Result for b'kovan.etherscan.io' is ['104.25.92.10', '104.25.93.10'] -3087.3 29 | c : DNS request from ('10.11.12.247', 49520) to None: 48 bytes -3087.4 17 | 2018-10-25T13:11:24+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -3087.5 17 | 2018-10-25T13:11:24+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -3088.0 TEL | [148] Running: sudo -n echo -n -3090.1 TEL | (proxy checking local liveness) -3090.1 29 | c : DNS request from ('10.11.12.247', 52467) to None: 43 bytes -3090.2 17 | 2018-10-25T13:11:26+0000 [Poll#info] Checkpoint -3090.2 17 | 2018-10-25T13:11:26+0000 [stdout#info] A query: b'min-api.cryptocompare.com' -3090.6 17 | 2018-10-25T13:11:27+0000 [stdout#info] Result for b'min-api.cryptocompare.com' is ['40.115.22.134'] -3102.9 29 | c : DNS request from ('10.11.12.247', 49279) to None: 48 bytes -3103.2 17 | 2018-10-25T13:11:39+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -3103.2 17 | 2018-10-25T13:11:39+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -3118.1 TEL | [149] Running: sudo -n echo -n -3119.1 29 | c : DNS request from ('10.11.12.247', 55275) to None: 48 bytes -3119.2 17 | 2018-10-25T13:11:55+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -3119.4 17 | 2018-10-25T13:11:56+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.141.144', '35.180.20.42'] -3120.1 TEL | (proxy checking local liveness) -3120.2 17 | 2018-10-25T13:11:56+0000 [Poll#info] Checkpoint -3136.6 29 | c : DNS request from ('10.11.12.247', 61265) to None: 28 bytes -3137.1 17 | 2018-10-25T13:12:13+0000 [stdout#info] A query: b'github.com' -3137.2 17 | 2018-10-25T13:12:13+0000 [stdout#info] Result for b'github.com' is ['192.30.253.113', '192.30.253.112'] -3141.3 29 | c : DNS request from ('10.11.12.247', 59432) to None: 49 bytes -3141.4 17 | 2018-10-25T13:12:18+0000 [stdout#info] A query: b'vscode-update.azurewebsites.net' -3141.8 17 | 2018-10-25T13:12:18+0000 [stdout#info] Result for b'vscode-update.azurewebsites.net' is ['40.83.182.206'] -3142.1 29 | c : DNS request from ('10.11.12.247', 62682) to None: 46 bytes -3142.2 17 | 2018-10-25T13:12:19+0000 [stdout#info] A query: b'dc.services.visualstudio.com' -3142.4 29 | c : DNS request from ('10.11.12.247', 61169) to None: 32 bytes -3142.6 17 | 2018-10-25T13:12:19+0000 [stdout#info] A query: b'api.github.com' -3142.7 17 | 2018-10-25T13:12:19+0000 [stdout#info] Result for b'dc.services.visualstudio.com' is ['40.114.241.141'] -3142.9 17 | 2018-10-25T13:12:19+0000 [stdout#info] Result for b'api.github.com' is ['192.30.253.116', '192.30.253.117'] -3148.3 TEL | [150] Running: sudo -n echo -n -3150.0 TEL | (proxy checking local liveness) -3150.1 17 | 2018-10-25T13:12:26+0000 [Poll#info] Checkpoint -3178.4 TEL | [151] Running: sudo -n echo -n -3178.7 29 | c : DNS request from ('10.11.12.247', 58555) to None: 54 bytes -3178.8 17 | 2018-10-25T13:12:55+0000 [stdout#info] A query: b'googlehosted.l.googleusercontent.com' -3178.9 17 | 2018-10-25T13:12:55+0000 [stdout#info] Result for b'googlehosted.l.googleusercontent.com' is ['172.217.18.193'] -3180.2 TEL | (proxy checking local liveness) -3180.3 17 | 2018-10-25T13:12:57+0000 [Poll#info] Checkpoint -3184.7 29 | c : DNS request from ('10.11.12.247', 54818) to None: 48 bytes -3184.9 17 | 2018-10-25T13:13:01+0000 [stdout#info] A query: b'rabbitmq-pay-nightly.stq.cloud' -3185.5 17 | 2018-10-25T13:13:01+0000 [stdout#info] Result for b'rabbitmq-pay-nightly.stq.cloud' is ['35.180.20.42', '35.180.141.144'] -3194.7 29 | c : DNS request from ('10.11.12.247', 56914) to None: 42 bytes -3194.9 17 | 2018-10-25T13:13:11+0000 [stdout#info] A query: b'notifications.google.com' -3195.3 17 | 2018-10-25T13:13:12+0000 [stdout#info] Result for b'notifications.google.com' is ['172.217.18.206'] -3195.7 29 | c : DNS request from ('10.11.12.247', 56919) to None: 33 bytes -3196.0 17 | 2018-10-25T13:13:12+0000 [stdout#info] A query: b'play.google.com' -3196.2 17 | 2018-10-25T13:13:12+0000 [stdout#info] Result for b'play.google.com' is ['216.58.208.238'] -3200.9 29 | c : DNS request from ('10.11.12.247', 53968) to None: 47 bytes -3201.3 17 | 2018-10-25T13:13:17+0000 [stdout#info] A query: b'ocos-office365-s2s.msedge.net' -3201.4 17 | 2018-10-25T13:13:18+0000 [stdout#info] Result for b'ocos-office365-s2s.msedge.net' is ['13.107.5.88'] -3208.5 TEL | [152] Running: sudo -n echo -n -3210.1 TEL | (proxy checking local liveness) -3210.2 17 | 2018-10-25T13:13:26+0000 [Poll#info] Checkpoint -3220.8 29 | c : DNS request from ('10.11.12.247', 59129) to None: 40 bytes -3220.8 29 | c : DNS request from ('10.11.12.247', 62166) to None: 29 bytes -3220.8 29 | c : DNS request from ('10.11.12.247', 51710) to None: 34 bytes -3221.1 17 | 2018-10-25T13:13:37+0000 [stdout#info] A query: b'unix.stackexchange.com' -3221.1 17 | 2018-10-25T13:13:37+0000 [stdout#info] A query: b'bitcoin.org' -3221.4 17 | 2018-10-25T13:13:37+0000 [stdout#info] A query: b'www.vedomosti.ru' -3221.6 17 | 2018-10-25T13:13:38+0000 [stdout#info] Result for b'bitcoin.org' is ['138.68.248.245'] -3221.6 17 | 2018-10-25T13:13:38+0000 [stdout#info] Result for b'unix.stackexchange.com' is ['151.101.65.69', '151.101.129.69', '151.101.193.69', '151.101.1.69'] -3221.6 29 | c : DNS request from ('10.11.12.247', 60481) to None: 35 bytes -3221.6 29 | c : DNS request from ('10.11.12.247', 56083) to None: 28 bytes -3221.7 17 | 2018-10-25T13:13:38+0000 [stdout#info] A query: b'stackoverflow.com' -3221.8 29 | c : DNS request from ('10.11.12.247', 51710) to None: 34 bytes -3221.8 17 | 2018-10-25T13:13:38+0000 [stdout#info] A query: b'tproger.ru' -3221.8 17 | 2018-10-25T13:13:38+0000 [stdout#info] Result for b'www.vedomosti.ru' is ['5.188.113.66', '94.23.73.174', '188.165.55.3'] -3222.0 17 | 2018-10-25T13:13:38+0000 [stdout#info] A query: b'www.vedomosti.ru' -3222.2 17 | 2018-10-25T13:13:38+0000 [stdout#info] Result for b'stackoverflow.com' is ['151.101.1.69', '151.101.193.69', '151.101.129.69', '151.101.65.69'] -3222.3 17 | 2018-10-25T13:13:39+0000 [stdout#info] Result for b'tproger.ru' is ['104.24.5.55', '104.24.4.55'] -3222.3 17 | 2018-10-25T13:13:39+0000 [stdout#info] Result for b'www.vedomosti.ru' is ['188.165.55.3', '94.23.73.174', '5.188.113.66'] -3226.7 29 | c : DNS request from ('10.11.12.247', 53240) to None: 35 bytes -3226.8 17 | 2018-10-25T13:13:43+0000 [stdout#info] A query: b'e.crashlytics.com' -3226.9 17 | 2018-10-25T13:13:43+0000 [stdout#info] Result for b'e.crashlytics.com' is ['50.19.224.70', '50.19.215.118', '50.17.232.100', '50.17.228.69', '50.17.225.206', '50.17.216.35', '50.16.248.31', '54.204.6.42'] -3227.1 29 | c : DNS request from ('10.11.12.247', 60511) to None: 28 bytes -3227.1 17 | 2018-10-25T13:13:43+0000 [stdout#info] A query: b'github.com' -3227.3 17 | 2018-10-25T13:13:44+0000 [stdout#info] Result for b'github.com' is ['192.30.253.113', '192.30.253.112']