Advertisement
Guest User

Untitled

a guest
Apr 9th, 2018
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 169.82 KB | None | 0 0
  1. + bash scripts/openwrt_build.sh
  2. Finished dev [optimized + debuginfo] target(s) in 0.1 secs
  3. + scp target/mips-unknown-linux-musl/debug/rita [email protected]:/tmp/rita
  4. + scp settings/default.toml [email protected]:/etc/rita-default.toml
  5. + scp scripts/rita-test.toml [email protected]:/etc/rita.toml
  6. + ssh [email protected] RUST_BACKTRACE=FULL RUST_LOG=TRACE /tmp/rita --config /etc/rita.toml --platform linux
  7. TRACE 2018-04-09T11:48:06Z: rita: Starting
  8. INFO 2018-04-09T11:48:06Z: settings: Watching file /etc/rita.toml for activity...
  9. INFO 2018-04-09T11:48:06Z: settings: refreshing configuration ...
  10. TRACE 2018-04-09T11:48:06Z: althea_kernel_interface: Command "ip" ["link"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1\n link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00\n2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fa brd ff:ff:ff:ff:ff:ff\n6: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n7: eth0.1@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n8: eth0.4@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n9: wlan1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fd brd ff:ff:ff:ff:ff:ff\n10: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n13: wg0: <POINTOPOINT,NOARP> mtu 1420 qdisc noop state DOWN mode DEFAULT group default qlen 1\n link/none \n14: wg1: <POINTOPOINT,NOARP> mtu 1420 qdisc noop state DOWN mode DEFAULT group default qlen 1\n link/none \n", stderr: "" }
  11. TRACE 2018-04-09T11:48:06Z: althea_kernel_interface: command completed in 0s 10ms
  12. TRACE 2018-04-09T11:48:06Z: althea_kernel_interface::interface_tools: interfaces: ["lo", "eth0", "eth1", "br-lan", "eth0.1", "eth0.4", "wlan1", "wlan0", "wg0", "wg1"]
  13. TRACE 2018-04-09T11:48:06Z: althea_kernel_interface: Command "ip" ["link", "del", "dev", "wg0"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  14. TRACE 2018-04-09T11:48:06Z: althea_kernel_interface: command completed in 0s 8ms
  15. TRACE 2018-04-09T11:48:06Z: althea_kernel_interface: Command "ip" ["link", "del", "dev", "wg1"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  16. TRACE 2018-04-09T11:48:06Z: althea_kernel_interface: command completed in 0s 17ms
  17. TRACE 2018-04-09T11:48:06Z: althea_kernel_interface: Command "ip" ["link", "del", "dev", "wg_exit"] returned: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "Cannot find device \"wg_exit\"\n" }
  18. INFO 2018-04-09T11:48:06Z: althea_kernel_interface: Command "ip" ["link", "del", "dev", "wg_exit"] returned: an error Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "Cannot find device \"wg_exit\"\n" }
  19. TRACE 2018-04-09T11:48:06Z: althea_kernel_interface: command completed in 0s 222ms
  20. WARN 2018-04-09T11:48:06Z: althea_kernel_interface::create_wg_key: System private key exists in "/tmp/priv"
  21. TRACE 2018-04-09T11:48:06Z: clu: Sending exit setup request to "http://[fd96::1337:e1f]:4875/setup"
  22. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  23. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  24. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: added a timeout: 0
  25. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  26. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  27. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 30925 }
  28. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop time - Instant { tv_sec: 11071, tv_nsec: 978666419 }
  29. TRACE 2018-04-09T11:48:06Z: tokio_core::reactor: event Readable Token(0)
  30. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: consuming notification queue
  31. TRACE 2018-04-09T11:48:06Z: tokio_core::reactor: event Readable Token(3)
  32. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: updating a timeout: 0
  33. TRACE 2018-04-09T11:48:06Z: tokio_core::reactor: event Readable Token(5)
  34. TRACE 2018-04-09T11:48:06Z: hyper::client::pool: park; waiting for idle connection: "http://[fd96::1337:e1f]:4875"
  35. TRACE 2018-04-09T11:48:06Z: hyper::client::connect: Http::connect("http://[fd96::1337:e1f]:4875/setup")
  36. DEBUG 2018-04-09T11:48:06Z: hyper::client::connect: connecting to [fd96::1337:e1f]:4875
  37. TRACE 2018-04-09T11:48:06Z: hyper::client::connect: connect error Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
  38. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop process - 3 events, Duration { secs: 0, nanos: 11778068 }
  39. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 36296 }
  40. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop time - Instant { tv_sec: 11071, tv_nsec: 991339929 }
  41. TRACE 2018-04-09T11:48:06Z: tokio_core::reactor: event Readable Token(1)
  42. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 1996483 }
  43. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor::timeout_token: cancel timeout 0
  44. TRACE 2018-04-09T11:48:06Z: rita: Starting with Identity: Identity { mesh_ip: V6(fdb4:5a79:7f9a:8ef8:ec40:5701:5b57:7e3), eth_address: EthAddress 0x0101010101010101010101010101010101010101, wg_public_key: "uE7MyQ2z2FXGUfcaN0XvsVAiwjJNrsEQJuXbBr9qMBs=" }
  45. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  46. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  47. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  48. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  49. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  50. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  51. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  52. INFO 2018-04-09T11:48:06Z: actix_web::server::srv: Starting 1 http workers
  53. INFO 2018-04-09T11:48:06Z: actix_web::server::srv: Starting server on http://[::]:4876
  54. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  55. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 28657 }
  56. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop time - Instant { tv_sec: 11072, tv_nsec: 49839819 }
  57. TRACE 2018-04-09T11:48:06Z: tokio_core::reactor: event Readable Token(0)
  58. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: consuming notification queue
  59. TRACE 2018-04-09T11:48:06Z: tokio_core::reactor: event Readable Token(3)
  60. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  61. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 10325078 }
  62. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 26486 }
  63. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop time - Instant { tv_sec: 11072, tv_nsec: 60763587 }
  64. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  65. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  66. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  67. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  68. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  69. INFO 2018-04-09T11:48:06Z: actix_web::server::srv: Starting 1 http workers
  70. INFO 2018-04-09T11:48:06Z: actix_web::server::srv: Starting server on http://[::]:4877
  71. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  72. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  73. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  74. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 27047 }
  75. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop time - Instant { tv_sec: 11072, tv_nsec: 64773101 }
  76. TRACE 2018-04-09T11:48:06Z: tokio_core::reactor: event Readable Token(0)
  77. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: consuming notification queue
  78. TRACE 2018-04-09T11:48:06Z: tokio_core::reactor: event Readable Token(3)
  79. INFO 2018-04-09T11:48:06Z: rita::rita_common::debt_keeper: Debt Keeper started
  80. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  81. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 96468 }
  82. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop time - Instant { tv_sec: 11072, tv_nsec: 67267794 }
  83. TRACE 2018-04-09T11:48:06Z: tokio_core::reactor: event Readable Token(0)
  84. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: consuming notification queue
  85. TRACE 2018-04-09T11:48:06Z: tokio_core::reactor: event Readable Token(3)
  86. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  87. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 2095368 }
  88. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 22218 }
  89. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop time - Instant { tv_sec: 11072, tv_nsec: 69503694 }
  90. TRACE 2018-04-09T11:48:06Z: tokio_core::reactor: event Readable Token(5)
  91. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: added a timeout: 0
  92. TRACE 2018-04-09T11:48:06Z: tokio_core::reactor: event Readable Token(5)
  93. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: added a timeout: 0
  94. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: updating a timeout: 0
  95. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 10673303 }
  96. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 23328 }
  97. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop time - Instant { tv_sec: 11072, tv_nsec: 71563940 }
  98. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 234207 }
  99. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  100. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  101. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: updating a timeout: 0
  102. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 11146946 }
  103. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 28935 }
  104. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop time - Instant { tv_sec: 11072, tv_nsec: 81176922 }
  105. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 1397293 }
  106. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  107. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  108. INFO 2018-04-09T11:48:06Z: rita::rita_common::payment_controller: Payment Controller started
  109. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  110. INFO 2018-04-09T11:48:06Z: rita::rita_common::tunnel_manager: Tunnel manager started
  111. TRACE 2018-04-09T11:48:06Z: rita::rita_common::tunnel_manager: Loaded listen interfaces {"eth0.4"}
  112. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  113. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  114. INFO 2018-04-09T11:48:06Z: rita::rita_common::http_client: HTTP Client started
  115. TRACE 2018-04-09T11:48:06Z: mio::poll: registering with poller
  116. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 51550 }
  117. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop time - Instant { tv_sec: 11072, tv_nsec: 105795862 }
  118. TRACE 2018-04-09T11:48:06Z: tokio_core::reactor: event Readable Token(0)
  119. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: consuming notification queue
  120. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 2345828 }
  121. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 26161 }
  122. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop time - Instant { tv_sec: 11072, tv_nsec: 109005951 }
  123. DEBUG 2018-04-09T11:48:06Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 14746693 }
  124. TRACE 2018-04-09T11:48:06Z: althea_kernel_interface: Command "ipset" ["create", "rita_input", "hash:net,iface", "family", "inet6", "counters"] returned: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "ipset v6.34: Set cannot be created: set with the same name already exists\n" }
  125. INFO 2018-04-09T11:48:06Z: althea_kernel_interface: Command "ipset" ["create", "rita_input", "hash:net,iface", "family", "inet6", "counters"] returned: an error Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "ipset v6.34: Set cannot be created: set with the same name already exists\n" }
  126. TRACE 2018-04-09T11:48:06Z: althea_kernel_interface: command completed in 0s 29ms
  127. TRACE 2018-04-09T11:48:07Z: althea_kernel_interface: Command "ip6tables" ["-w", "-A", "INPUT", "-m", "set", "!", "--match-set", "rita_input", "dst,src", "-j", "SET", "--add-set", "rita_input", "dst,src"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  128. TRACE 2018-04-09T11:48:07Z: althea_kernel_interface: command completed in 0s 41ms
  129. TRACE 2018-04-09T11:48:07Z: althea_kernel_interface: Command "ipset" ["create", "rita_output", "hash:net,iface", "family", "inet6", "counters"] returned: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "ipset v6.34: Set cannot be created: set with the same name already exists\n" }
  130. INFO 2018-04-09T11:48:07Z: althea_kernel_interface: Command "ipset" ["create", "rita_output", "hash:net,iface", "family", "inet6", "counters"] returned: an error Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "ipset v6.34: Set cannot be created: set with the same name already exists\n" }
  131. TRACE 2018-04-09T11:48:07Z: althea_kernel_interface: command completed in 0s 15ms
  132. TRACE 2018-04-09T11:48:07Z: althea_kernel_interface: Command "ip6tables" ["-w", "-A", "OUTPUT", "-m", "set", "!", "--match-set", "rita_output", "dst,dst", "-j", "SET", "--add-set", "rita_output", "dst,dst"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  133. TRACE 2018-04-09T11:48:07Z: althea_kernel_interface: command completed in 0s 47ms
  134. TRACE 2018-04-09T11:48:07Z: althea_kernel_interface: Command "ipset" ["create", "rita_fwd_input", "hash:net,iface", "family", "inet6", "counters"] returned: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "ipset v6.34: Set cannot be created: set with the same name already exists\n" }
  135. INFO 2018-04-09T11:48:07Z: althea_kernel_interface: Command "ipset" ["create", "rita_fwd_input", "hash:net,iface", "family", "inet6", "counters"] returned: an error Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "ipset v6.34: Set cannot be created: set with the same name already exists\n" }
  136. TRACE 2018-04-09T11:48:07Z: althea_kernel_interface: command completed in 0s 22ms
  137. TRACE 2018-04-09T11:48:07Z: althea_kernel_interface: Command "ip6tables" ["-w", "-A", "FORWARD", "-m", "set", "!", "--match-set", "rita_fwd_input", "dst,src", "-j", "SET", "--add-set", "rita_fwd_input", "dst,src"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  138. TRACE 2018-04-09T11:48:07Z: althea_kernel_interface: command completed in 0s 40ms
  139. TRACE 2018-04-09T11:48:07Z: althea_kernel_interface: Command "ipset" ["create", "rita_fwd_output", "hash:net,iface", "family", "inet6", "counters"] returned: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "ipset v6.34: Set cannot be created: set with the same name already exists\n" }
  140. INFO 2018-04-09T11:48:07Z: althea_kernel_interface: Command "ipset" ["create", "rita_fwd_output", "hash:net,iface", "family", "inet6", "counters"] returned: an error Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "ipset v6.34: Set cannot be created: set with the same name already exists\n" }
  141. TRACE 2018-04-09T11:48:07Z: althea_kernel_interface: command completed in 0s 18ms
  142. TRACE 2018-04-09T11:48:07Z: althea_kernel_interface: Command "ip6tables" ["-w", "-A", "FORWARD", "-m", "set", "!", "--match-set", "rita_fwd_output", "dst,dst", "-j", "SET", "--add-set", "rita_fwd_output", "dst,dst"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  143. TRACE 2018-04-09T11:48:07Z: althea_kernel_interface: command completed in 0s 49ms
  144. INFO 2018-04-09T11:48:07Z: rita::rita_common::traffic_watcher: Traffic Watcher started
  145. TRACE 2018-04-09T11:48:07Z: mio::poll: registering with poller
  146. INFO 2018-04-09T11:48:07Z: rita::rita_client::exit_manager: Exit Manager started
  147. TRACE 2018-04-09T11:48:07Z: mio::poll: registering with poller
  148. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: adding a new I/O source
  149. TRACE 2018-04-09T11:48:07Z: mio::poll: registering with poller
  150. TRACE 2018-04-09T11:48:07Z: mio::poll: registering with poller
  151. TRACE 2018-04-09T11:48:07Z: mio::poll: registering with poller
  152. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(5)
  153. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(7)
  154. TRACE 2018-04-09T11:48:07Z: mio::poll: registering with poller
  155. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(9)
  156. TRACE 2018-04-09T11:48:07Z: mio::poll: registering with poller
  157. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(11)
  158. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: added a timeout: 0
  159. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: updating a timeout: 0
  160. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(13)
  161. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: added a timeout: 1
  162. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: updating a timeout: 1
  163. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop process - 7 events, Duration { secs: 0, nanos: 309106846 }
  164. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 69296 }
  165. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop time - Instant { tv_sec: 11072, tv_nsec: 374055022 }
  166. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Writable Token(2)
  167. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(15)
  168. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(17)
  169. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(19)
  170. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(21)
  171. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(23)
  172. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(25)
  173. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(27)
  174. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(29)
  175. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: scheduling direction for: 0
  176. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: blocking
  177. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(31)
  178. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(33)
  179. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: added a timeout: 2
  180. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: updating a timeout: 2
  181. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(7)
  182. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: added a timeout: 3
  183. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: updating a timeout: 3
  184. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop process - 12 events, Duration { secs: 0, nanos: 2479861 }
  185. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 28818 }
  186. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop time - Instant { tv_sec: 11072, tv_nsec: 376670119 }
  187. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 193346 }
  188. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 988081803 }
  189. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop time - Instant { tv_sec: 11073, tv_nsec: 71308572 }
  190. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: firing timeout: 0
  191. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: notifying a task handle
  192. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 449358 }
  193. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 54679 }
  194. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop time - Instant { tv_sec: 11073, tv_nsec: 71915151 }
  195. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(5)
  196. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: added a timeout: 1
  197. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor::timeout_token: cancel timeout 0
  198. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: cancel a timeout: 0
  199. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: updating a timeout: 1
  200. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: updating a timeout: 1
  201. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1076625 }
  202. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop time - Instant { tv_sec: 11073, tv_nsec: 72972497 }
  203. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: firing timeout: 0
  204. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: notifying a task handle
  205. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 371061 }
  206. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 55014 }
  207. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop time - Instant { tv_sec: 11073, tv_nsec: 73498222 }
  208. TRACE 2018-04-09T11:48:07Z: tokio_core::reactor: event Readable Token(5)
  209. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: added a timeout: 1
  210. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor::timeout_token: cancel timeout 0
  211. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: cancel a timeout: 0
  212. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: updating a timeout: 1
  213. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: updating a timeout: 1
  214. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 891804 }
  215. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 20747 }
  216. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop time - Instant { tv_sec: 11073, tv_nsec: 74514337 }
  217. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 187418 }
  218. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 919357 }
  219. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 28646 }
  220. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop time - Instant { tv_sec: 11073, tv_nsec: 76085733 }
  221. DEBUG 2018-04-09T11:48:07Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 407779 }
  222. WARN 2018-04-09T11:48:06Z: clu: got error back from requesting details, Error { kind: Io(Os { code: 13, kind: PermissionDenied, message: "Permission denied" }), url: Some("http://[fd96::1337:e1f]:4875/setup") }
  223.  
  224. stack backtrace:
  225. 0: 0x55f61163 - backtrace::backtrace::libunwind::trace::h4e9d037df48e68d8
  226. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/backtrace/libunwind.rs:53
  227. - backtrace::backtrace::trace::h5b0111ed33efff31
  228. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/backtrace/mod.rs:42
  229. 1: 0x55f5fb17 - failure::backtrace::internal::InternalBacktrace::new::h7b4493fb68a7ab3c
  230. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/capture.rs:88
  231. - failure::backtrace::Backtrace::new::hd883b97b9c8bec33
  232. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.1/src/backtrace/mod.rs:98
  233. 2: 0x55c8e813 - <failure::error::Error as core::convert::From<F>>::from::h3243aabc0c0b79b3
  234. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.1/src/error.rs:34
  235. 3: 0x55c88d33 - clu::request_own_exit_ip::h88eccaa48401c031
  236. at clu/src/lib.rs:186
  237. 4: 0x55c87a87 - clu::linux_init::{{closure}}::h48ff2ad228d0881f
  238. at clu/src/lib.rs:333
  239. - std::sys_common::backtrace::__rust_begin_short_backtrace::hf64a93f946366a16
  240. at /checkout/src/libstd/sys_common/backtrace.rs:136
  241. 5: 0x55c9b2cb - std::thread::Builder::spawn::{{closure}}::{{closure}}::h787322757b0ce269
  242. at /checkout/src/libstd/thread/mod.rs:406
  243. - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3223ccb8a9625ba7
  244. at /checkout/src/libstd/panic.rs:296
  245. - std::panicking::try::do_call::hcffe70212ca0948d
  246. at /checkout/src/libstd/panicking.rs:305
  247. - std::panicking::try::hb102b7a754526590
  248. at /checkout/src/libpanic_unwind/lib.rs:102
  249. - std::panic::catch_unwind::h19aa1b369ff5cbbc
  250. at /checkout/src/libstd/panic.rs:361
  251. - std::thread::Builder::spawn::{{closure}}::h13673877e070ee14
  252. at /checkout/src/libstd/thread/mod.rs:405
  253. - <F as alloc::boxed::FnBox<A>>::call_box::h62972dee57c74211
  254. at /checkout/src/liballoc/boxed.rs:635
  255. 6: 0x55f6e69b - std::sys::unix::thread::Thread::new::thread_start::h279013ac1315f42c
  256. at /checkout/src/liballoc/boxed.rs:645
  257. 7: 0x7767cc1f - <no info>
  258. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 68014 }
  259. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop time - Instant { tv_sec: 11073, tv_nsec: 377025915 }
  260. TRACE 2018-04-09T11:48:08Z: tokio_core::reactor: firing timeout: 2
  261. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: notifying a task handle
  262. TRACE 2018-04-09T11:48:08Z: tokio_core::reactor: firing timeout: 3
  263. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: notifying a task handle
  264. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 618540 }
  265. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 46054 }
  266. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop time - Instant { tv_sec: 11073, tv_nsec: 377794076 }
  267. TRACE 2018-04-09T11:48:08Z: tokio_core::reactor: event Readable Token(33)
  268. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: added a timeout: 4
  269. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor::timeout_token: cancel timeout 2
  270. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: cancel a timeout: 2
  271. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: updating a timeout: 4
  272. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: updating a timeout: 4
  273. TRACE 2018-04-09T11:48:08Z: tokio_core::reactor: event Readable Token(7)
  274. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: added a timeout: 2
  275. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor::timeout_token: cancel timeout 3
  276. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: cancel a timeout: 3
  277. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: updating a timeout: 2
  278. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: updating a timeout: 2
  279. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 1632911 }
  280. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 23175 }
  281. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop time - Instant { tv_sec: 11073, tv_nsec: 379555865 }
  282. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 188747 }
  283. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 997043875 }
  284. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop time - Instant { tv_sec: 11074, tv_nsec: 73634776 }
  285. TRACE 2018-04-09T11:48:08Z: tokio_core::reactor: firing timeout: 1
  286. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: notifying a task handle
  287. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 436036 }
  288. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 44615 }
  289. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop time - Instant { tv_sec: 11074, tv_nsec: 74216705 }
  290. TRACE 2018-04-09T11:48:08Z: tokio_core::reactor: event Readable Token(5)
  291. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: added a timeout: 0
  292. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor::timeout_token: cancel timeout 1
  293. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: cancel a timeout: 1
  294. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: updating a timeout: 0
  295. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: updating a timeout: 0
  296. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 886257 }
  297. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21536 }
  298. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop time - Instant { tv_sec: 11074, tv_nsec: 75228048 }
  299. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 191457 }
  300. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1620372 }
  301. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop time - Instant { tv_sec: 11074, tv_nsec: 76416687 }
  302. TRACE 2018-04-09T11:48:08Z: tokio_core::reactor: firing timeout: 1
  303. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: notifying a task handle
  304. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 551028 }
  305. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 44493 }
  306. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop time - Instant { tv_sec: 11074, tv_nsec: 77114548 }
  307. TRACE 2018-04-09T11:48:08Z: tokio_core::reactor: event Readable Token(5)
  308. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: added a timeout: 0
  309. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor::timeout_token: cancel timeout 1
  310. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: cancel a timeout: 1
  311. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: updating a timeout: 0
  312. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: updating a timeout: 0
  313. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 882678 }
  314. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 20828 }
  315. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop time - Instant { tv_sec: 11074, tv_nsec: 78119076 }
  316. DEBUG 2018-04-09T11:48:08Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 185575 }
  317. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 50757 }
  318. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop time - Instant { tv_sec: 11074, tv_nsec: 379890862 }
  319. TRACE 2018-04-09T11:48:09Z: tokio_core::reactor: firing timeout: 4
  320. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: notifying a task handle
  321. TRACE 2018-04-09T11:48:09Z: tokio_core::reactor: firing timeout: 2
  322. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: notifying a task handle
  323. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 614828 }
  324. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 47240 }
  325. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop time - Instant { tv_sec: 11074, tv_nsec: 380656598 }
  326. TRACE 2018-04-09T11:48:09Z: tokio_core::reactor: event Readable Token(33)
  327. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: added a timeout: 3
  328. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor::timeout_token: cancel timeout 4
  329. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: cancel a timeout: 4
  330. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: updating a timeout: 3
  331. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: updating a timeout: 3
  332. TRACE 2018-04-09T11:48:09Z: tokio_core::reactor: event Readable Token(7)
  333. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: added a timeout: 4
  334. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor::timeout_token: cancel timeout 2
  335. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: cancel a timeout: 2
  336. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: updating a timeout: 4
  337. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: updating a timeout: 4
  338. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 1539935 }
  339. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21325 }
  340. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop time - Instant { tv_sec: 11074, tv_nsec: 382319633 }
  341. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 189747 }
  342. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1044196 }
  343. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop time - Instant { tv_sec: 11075, tv_nsec: 76561744 }
  344. TRACE 2018-04-09T11:48:09Z: tokio_core::reactor: firing timeout: 0
  345. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: notifying a task handle
  346. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 435236 }
  347. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 43757 }
  348. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop time - Instant { tv_sec: 11075, tv_nsec: 77143283 }
  349. TRACE 2018-04-09T11:48:09Z: tokio_core::reactor: event Readable Token(5)
  350. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: added a timeout: 1
  351. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor::timeout_token: cancel timeout 0
  352. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: cancel a timeout: 0
  353. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: updating a timeout: 1
  354. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: updating a timeout: 1
  355. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 902129 }
  356. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 22207 }
  357. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop time - Instant { tv_sec: 11075, tv_nsec: 78171273 }
  358. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 187989 }
  359. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1052211 }
  360. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop time - Instant { tv_sec: 11075, tv_nsec: 79452544 }
  361. TRACE 2018-04-09T11:48:09Z: tokio_core::reactor: firing timeout: 0
  362. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: notifying a task handle
  363. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 619318 }
  364. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 45708 }
  365. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop time - Instant { tv_sec: 11075, tv_nsec: 80231091 }
  366. TRACE 2018-04-09T11:48:09Z: tokio_core::reactor: event Readable Token(5)
  367. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: added a timeout: 1
  368. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor::timeout_token: cancel timeout 0
  369. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: cancel a timeout: 0
  370. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: updating a timeout: 1
  371. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: updating a timeout: 1
  372. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 882275 }
  373. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 20725 }
  374. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop time - Instant { tv_sec: 11075, tv_nsec: 81239276 }
  375. DEBUG 2018-04-09T11:48:09Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 191922 }
  376. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 44861 }
  377. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop time - Instant { tv_sec: 11075, tv_nsec: 382649569 }
  378. TRACE 2018-04-09T11:48:10Z: tokio_core::reactor: firing timeout: 3
  379. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: notifying a task handle
  380. TRACE 2018-04-09T11:48:10Z: tokio_core::reactor: firing timeout: 4
  381. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: notifying a task handle
  382. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 577029 }
  383. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 47479 }
  384. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop time - Instant { tv_sec: 11075, tv_nsec: 383375062 }
  385. TRACE 2018-04-09T11:48:10Z: tokio_core::reactor: event Readable Token(33)
  386. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: added a timeout: 2
  387. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor::timeout_token: cancel timeout 3
  388. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: cancel a timeout: 3
  389. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: updating a timeout: 2
  390. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: updating a timeout: 2
  391. TRACE 2018-04-09T11:48:10Z: tokio_core::reactor: event Readable Token(7)
  392. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: added a timeout: 3
  393. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor::timeout_token: cancel timeout 4
  394. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: cancel a timeout: 4
  395. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: updating a timeout: 3
  396. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: updating a timeout: 3
  397. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 1534936 }
  398. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21993 }
  399. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop time - Instant { tv_sec: 11075, tv_nsec: 385034091 }
  400. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 221746 }
  401. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1050982 }
  402. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop time - Instant { tv_sec: 11076, tv_nsec: 79505055 }
  403. TRACE 2018-04-09T11:48:10Z: tokio_core::reactor: firing timeout: 1
  404. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: notifying a task handle
  405. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 425746 }
  406. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 46310 }
  407. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop time - Instant { tv_sec: 11076, tv_nsec: 80159208 }
  408. TRACE 2018-04-09T11:48:10Z: tokio_core::reactor: event Readable Token(5)
  409. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: added a timeout: 0
  410. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor::timeout_token: cancel timeout 1
  411. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: cancel a timeout: 1
  412. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: updating a timeout: 0
  413. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: updating a timeout: 0
  414. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 898022 }
  415. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 22036 }
  416. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop time - Instant { tv_sec: 11076, tv_nsec: 81182198 }
  417. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 189453 }
  418. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 4687925 }
  419. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop time - Instant { tv_sec: 11076, tv_nsec: 86214137 }
  420. TRACE 2018-04-09T11:48:10Z: tokio_core::reactor: firing timeout: 1
  421. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: notifying a task handle
  422. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 1810750 }
  423. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 46839 }
  424. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop time - Instant { tv_sec: 11076, tv_nsec: 88179376 }
  425. TRACE 2018-04-09T11:48:10Z: tokio_core::reactor: event Readable Token(5)
  426. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: added a timeout: 0
  427. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor::timeout_token: cancel timeout 1
  428. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: cancel a timeout: 1
  429. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: updating a timeout: 0
  430. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: updating a timeout: 0
  431. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 882565 }
  432. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 23182 }
  433. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop time - Instant { tv_sec: 11076, tv_nsec: 89250273 }
  434. DEBUG 2018-04-09T11:48:10Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 193610 }
  435. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 49843 }
  436. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop time - Instant { tv_sec: 11076, tv_nsec: 385401955 }
  437. TRACE 2018-04-09T11:48:11Z: tokio_core::reactor: firing timeout: 2
  438. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: notifying a task handle
  439. TRACE 2018-04-09T11:48:11Z: tokio_core::reactor: firing timeout: 3
  440. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: notifying a task handle
  441. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 575379 }
  442. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 45825 }
  443. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop time - Instant { tv_sec: 11076, tv_nsec: 386125951 }
  444. TRACE 2018-04-09T11:48:11Z: tokio_core::reactor: event Readable Token(33)
  445. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: added a timeout: 4
  446. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor::timeout_token: cancel timeout 2
  447. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: cancel a timeout: 2
  448. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: updating a timeout: 4
  449. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: updating a timeout: 4
  450. TRACE 2018-04-09T11:48:11Z: tokio_core::reactor: event Readable Token(7)
  451. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: added a timeout: 2
  452. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor::timeout_token: cancel timeout 3
  453. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: cancel a timeout: 3
  454. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: updating a timeout: 2
  455. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: updating a timeout: 2
  456. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 1533629 }
  457. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 22571 }
  458. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop time - Instant { tv_sec: 11076, tv_nsec: 387784226 }
  459. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 189615 }
  460. TRACE 2018-04-09T11:48:11Z: settings: new config: RitaSettings {
  461. payment: PaymentSettings {
  462. pay_threshold: Int256(0),
  463. close_threshold: Int256(-1000000000),
  464. close_fraction: Int256(100),
  465. buffer_period: 3,
  466. eth_address: EthAddress 0x0101010101010101010101010101010101010101
  467. },
  468. network: NetworkSettings {
  469. own_ip: V6(
  470. fdb4:5a79:7f9a:8ef8:ec40:5701:5b57:7e3
  471. ),
  472. bounty_ip: V6(
  473. fd::3
  474. ),
  475. babel_port: 6872,
  476. rita_hello_port: 4876,
  477. rita_dashboard_port: 4877,
  478. bounty_port: 8888,
  479. wg_private_key: "yKbA82CUon5CarCYedNeCTCoX7h098en55g4f/IQ/mU=",
  480. wg_private_key_path: "/tmp/priv",
  481. wg_public_key: "uE7MyQ2z2FXGUfcaN0XvsVAiwjJNrsEQJuXbBr9qMBs=",
  482. wg_start_port: 60000,
  483. peer_interfaces: {
  484. "eth0.4"
  485. },
  486. manual_peers: [
  487. "1.1.1.1",
  488. "2.2.2.2"
  489. ],
  490. external_nic: None
  491. },
  492. exit_client: Some(
  493. ExitClientSettings {
  494. exit_ip: V6(
  495. fd96::1337:e1f
  496. ),
  497. exit_registration_port: 4875,
  498. wg_listen_port: 59999,
  499. details: None,
  500. reg_details: ExitRegistrationDetails {
  501. zip_code: Some(
  502. "1234"
  503. ),
  504. email: Some(
  505. )
  506. }
  507. }
  508. )
  509. }
  510. INFO 2018-04-09T11:48:11Z: settings: refreshing configuration ...
  511. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1039925 }
  512. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop time - Instant { tv_sec: 11077, tv_nsec: 82506612 }
  513. TRACE 2018-04-09T11:48:11Z: tokio_core::reactor: firing timeout: 0
  514. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: notifying a task handle
  515. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 428879 }
  516. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 44446 }
  517. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop time - Instant { tv_sec: 11077, tv_nsec: 83084355 }
  518. TRACE 2018-04-09T11:48:11Z: tokio_core::reactor: event Readable Token(5)
  519. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: added a timeout: 1
  520. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor::timeout_token: cancel timeout 0
  521. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: cancel a timeout: 0
  522. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: updating a timeout: 1
  523. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: updating a timeout: 1
  524. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 883979 }
  525. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21435 }
  526. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop time - Instant { tv_sec: 11077, tv_nsec: 84093094 }
  527. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 188997 }
  528. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 534818 }
  529. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop time - Instant { tv_sec: 11077, tv_nsec: 90071926 }
  530. TRACE 2018-04-09T11:48:11Z: tokio_core::reactor: firing timeout: 0
  531. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: notifying a task handle
  532. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 429004 }
  533. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 42882 }
  534. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop time - Instant { tv_sec: 11077, tv_nsec: 90646494 }
  535. TRACE 2018-04-09T11:48:11Z: tokio_core::reactor: event Readable Token(5)
  536. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: added a timeout: 1
  537. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor::timeout_token: cancel timeout 0
  538. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: cancel a timeout: 0
  539. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: updating a timeout: 1
  540. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: updating a timeout: 1
  541. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 881457 }
  542. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21229 }
  543. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop time - Instant { tv_sec: 11077, tv_nsec: 91651084 }
  544. DEBUG 2018-04-09T11:48:11Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 189825 }
  545. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 987037440 }
  546. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop time - Instant { tv_sec: 11077, tv_nsec: 375105716 }
  547. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: firing timeout: 0
  548. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: notifying a task handle
  549. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: firing timeout: 1
  550. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: notifying a task handle
  551. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 571636 }
  552. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 47382 }
  553. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop time - Instant { tv_sec: 11077, tv_nsec: 375825248 }
  554. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: event Readable Token(11)
  555. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor::timeout_token: cancel timeout 0
  556. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: cancel a timeout: 0
  557. TRACE 2018-04-09T11:48:12Z: rita::rita_common::rita_loop: Common tick!
  558. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: event Readable Token(13)
  559. TRACE 2018-04-09T11:48:12Z: rita::rita_client::rita_loop: Client Tick!
  560. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: added a timeout: 0
  561. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor::timeout_token: cancel timeout 1
  562. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: cancel a timeout: 1
  563. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: updating a timeout: 0
  564. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: updating a timeout: 0
  565. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 1482164 }
  566. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 25422 }
  567. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop time - Instant { tv_sec: 11077, tv_nsec: 377437059 }
  568. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: event Readable Token(19)
  569. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ip" ["link"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1\n link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00\n2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fa brd ff:ff:ff:ff:ff:ff\n6: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n7: eth0.1@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n8: eth0.4@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n9: wlan1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fd brd ff:ff:ff:ff:ff:ff\n10: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n", stderr: "" }
  570. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: command completed in 0s 12ms
  571. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::interface_tools: interfaces: ["lo", "eth0", "eth1", "br-lan", "eth0.1", "eth0.4", "wlan1", "wlan0"]
  572. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ping6" ["-c1", "-I", "lo", "ff02::1"] returned: Output { status: ExitStatus(ExitStatus(256)), stdout: "PING ff02::1 (ff02::1): 56 data bytes\n", stderr: "ping6: sendto: Permission denied\n" }
  573. INFO 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ping6" ["-c1", "-I", "lo", "ff02::1"] returned: an error Output { status: ExitStatus(ExitStatus(256)), stdout: "PING ff02::1 (ff02::1): 56 data bytes\n", stderr: "ping6: sendto: Permission denied\n" }
  574. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: command completed in 0s 14ms
  575. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ping6" ["-c1", "-I", "eth0", "ff02::1"] returned: Output { status: ExitStatus(ExitStatus(256)), stdout: "PING ff02::1 (ff02::1): 56 data bytes\n", stderr: "ping6: sendto: Operation not permitted\n" }
  576. INFO 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ping6" ["-c1", "-I", "eth0", "ff02::1"] returned: an error Output { status: ExitStatus(ExitStatus(256)), stdout: "PING ff02::1 (ff02::1): 56 data bytes\n", stderr: "ping6: sendto: Operation not permitted\n" }
  577. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: command completed in 0s 12ms
  578. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ping6" ["-c1", "-I", "eth1", "ff02::1"] returned: Output { status: ExitStatus(ExitStatus(256)), stdout: "PING ff02::1 (ff02::1): 56 data bytes\n", stderr: "ping6: sendto: Permission denied\n" }
  579. INFO 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ping6" ["-c1", "-I", "eth1", "ff02::1"] returned: an error Output { status: ExitStatus(ExitStatus(256)), stdout: "PING ff02::1 (ff02::1): 56 data bytes\n", stderr: "ping6: sendto: Permission denied\n" }
  580. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: command completed in 0s 10ms
  581. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ping6" ["-c1", "-I", "br-lan", "ff02::1"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "PING ff02::1 (ff02::1): 56 data bytes\n64 bytes from fe80::290:a9ff:feab:38fb: seq=0 ttl=64 time=0.458 ms\n\n--- ff02::1 ping statistics ---\n1 packets transmitted, 1 packets received, 0% packet loss\nround-trip min/avg/max = 0.458/0.458/0.458 ms\n", stderr: "" }
  582. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: command completed in 0s 11ms
  583. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ping6" ["-c1", "-I", "eth0.1", "ff02::1"] returned: Output { status: ExitStatus(ExitStatus(256)), stdout: "PING ff02::1 (ff02::1): 56 data bytes\n", stderr: "ping6: sendto: Permission denied\n" }
  584. INFO 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ping6" ["-c1", "-I", "eth0.1", "ff02::1"] returned: an error Output { status: ExitStatus(ExitStatus(256)), stdout: "PING ff02::1 (ff02::1): 56 data bytes\n", stderr: "ping6: sendto: Permission denied\n" }
  585. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: command completed in 0s 10ms
  586. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ping6" ["-c1", "-I", "eth0.4", "ff02::1"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "PING ff02::1 (ff02::1): 56 data bytes\n64 bytes from fe80::290:a9ff:feab:38fb: seq=0 ttl=64 time=0.393 ms\n\n--- ff02::1 ping statistics ---\n1 packets transmitted, 1 packets received, 0% packet loss\nround-trip min/avg/max = 0.393/0.393/0.393 ms\n", stderr: "" }
  587. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: command completed in 0s 10ms
  588. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ping6" ["-c1", "-I", "wlan1", "ff02::1"] returned: Output { status: ExitStatus(ExitStatus(256)), stdout: "PING ff02::1 (ff02::1): 56 data bytes\n", stderr: "ping6: sendto: Operation not permitted\n" }
  589. INFO 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ping6" ["-c1", "-I", "wlan1", "ff02::1"] returned: an error Output { status: ExitStatus(ExitStatus(256)), stdout: "PING ff02::1 (ff02::1): 56 data bytes\n", stderr: "ping6: sendto: Operation not permitted\n" }
  590. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: command completed in 0s 11ms
  591. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ping6" ["-c1", "-I", "wlan0", "ff02::1"] returned: Output { status: ExitStatus(ExitStatus(256)), stdout: "PING ff02::1 (ff02::1): 56 data bytes\n", stderr: "ping6: sendto: Operation not permitted\n" }
  592. INFO 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ping6" ["-c1", "-I", "wlan0", "ff02::1"] returned: an error Output { status: ExitStatus(ExitStatus(256)), stdout: "PING ff02::1 (ff02::1): 56 data bytes\n", stderr: "ping6: sendto: Operation not permitted\n" }
  593. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: command completed in 0s 10ms
  594. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ip" ["neighbor"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "192.168.1.117 dev br-lan lladdr 1c:1b:0d:08:85:65 REACHABLE\n192.168.1.173 dev br-lan FAILED\n192.168.1.2 dev br-lan lladdr d8:58:d7:00:83:ac STALE\n192.168.1.185 dev br-lan lladdr 38:f7:3d:dd:5c:5a STALE\nfe80::da58:d7ff:fe00:83ac dev br-lan lladdr d8:58:d7:00:83:ac router DELAY\nfe80::3af7:3dff:fedd:5c5a dev br-lan lladdr 38:f7:3d:dd:5c:5a STALE\nfe80::e47:c9ff:fea4:1887 dev br-lan lladdr 0c:47:c9:a4:18:87 DELAY\nfe80::4665:dff:fe57:d271 dev br-lan lladdr 44:65:0d:57:d2:71 STALE\nfe80::8379:a4a7:130b:2554 dev br-lan lladdr 1c:1b:0d:08:85:65 DELAY\nfdb2:4a8f:fc1e:10:b579:33c1:4073:5ac4 dev br-lan lladdr 44:65:0d:57:d2:71 STALE\nfe80::c2ee:fbff:fee3:7d68 dev br-lan lladdr c0:ee:fb:e3:7d:68 router STALE\nfe80::1ab4:30ff:fe1b:a8ab dev br-lan lladdr 18:b4:30:1b:a8:ab STALE\nfd44:94c:41e2::b857:2f79:b5a3:74bf dev br-lan lladdr 18:b4:30:1b:a8:ab STALE\n", stderr: "" }
  595. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: command completed in 0s 11ms
  596. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::get_neighbors: Got Output { status: ExitStatus(ExitStatus(0)), stdout: "192.168.1.117 dev br-lan lladdr 1c:1b:0d:08:85:65 REACHABLE\n192.168.1.173 dev br-lan FAILED\n192.168.1.2 dev br-lan lladdr d8:58:d7:00:83:ac STALE\n192.168.1.185 dev br-lan lladdr 38:f7:3d:dd:5c:5a STALE\nfe80::da58:d7ff:fe00:83ac dev br-lan lladdr d8:58:d7:00:83:ac router DELAY\nfe80::3af7:3dff:fedd:5c5a dev br-lan lladdr 38:f7:3d:dd:5c:5a STALE\nfe80::e47:c9ff:fea4:1887 dev br-lan lladdr 0c:47:c9:a4:18:87 DELAY\nfe80::4665:dff:fe57:d271 dev br-lan lladdr 44:65:0d:57:d2:71 STALE\nfe80::8379:a4a7:130b:2554 dev br-lan lladdr 1c:1b:0d:08:85:65 DELAY\nfdb2:4a8f:fc1e:10:b579:33c1:4073:5ac4 dev br-lan lladdr 44:65:0d:57:d2:71 STALE\nfe80::c2ee:fbff:fee3:7d68 dev br-lan lladdr c0:ee:fb:e3:7d:68 router STALE\nfe80::1ab4:30ff:fe1b:a8ab dev br-lan lladdr 18:b4:30:1b:a8:ab STALE\nfd44:94c:41e2::b857:2f79:b5a3:74bf dev br-lan lladdr 18:b4:30:1b:a8:ab STALE\n", stderr: "" } from `ip neighbor`
  597. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::get_neighbors: Regex captured Captures({0: Some("192.168.1.117 dev br-lan lladdr 1c:1b:0d:08:85:65 REACHABLE"), 1: Some("192.168.1.117"), 2: Some("br-lan"), 3: Some("1c:1b:0d:08:85:65"), 4: Some("REACHABLE")})
  598. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::get_neighbors: Regex captured Captures({0: Some("192.168.1.2 dev br-lan lladdr d8:58:d7:00:83:ac STALE"), 1: Some("192.168.1.2"), 2: Some("br-lan"), 3: Some("d8:58:d7:00:83:ac"), 4: Some("STALE")})
  599. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::get_neighbors: Regex captured Captures({0: Some("192.168.1.185 dev br-lan lladdr 38:f7:3d:dd:5c:5a STALE"), 1: Some("192.168.1.185"), 2: Some("br-lan"), 3: Some("38:f7:3d:dd:5c:5a"), 4: Some("STALE")})
  600. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::get_neighbors: Regex captured Captures({0: Some("fe80::da58:d7ff:fe00:83ac dev br-lan lladdr d8:58:d7:00:83:ac router DELAY"), 1: Some("fe80::da58:d7ff:fe00:83ac"), 2: Some("br-lan"), 3: Some("d8:58:d7:00:83:ac"), 4: Some("DELAY")})
  601. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::get_neighbors: Regex captured Captures({0: Some("fe80::3af7:3dff:fedd:5c5a dev br-lan lladdr 38:f7:3d:dd:5c:5a STALE"), 1: Some("fe80::3af7:3dff:fedd:5c5a"), 2: Some("br-lan"), 3: Some("38:f7:3d:dd:5c:5a"), 4: Some("STALE")})
  602. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::get_neighbors: Regex captured Captures({0: Some("fe80::e47:c9ff:fea4:1887 dev br-lan lladdr 0c:47:c9:a4:18:87 DELAY"), 1: Some("fe80::e47:c9ff:fea4:1887"), 2: Some("br-lan"), 3: Some("0c:47:c9:a4:18:87"), 4: Some("DELAY")})
  603. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::get_neighbors: Regex captured Captures({0: Some("fe80::4665:dff:fe57:d271 dev br-lan lladdr 44:65:0d:57:d2:71 STALE"), 1: Some("fe80::4665:dff:fe57:d271"), 2: Some("br-lan"), 3: Some("44:65:0d:57:d2:71"), 4: Some("STALE")})
  604. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::get_neighbors: Regex captured Captures({0: Some("fe80::8379:a4a7:130b:2554 dev br-lan lladdr 1c:1b:0d:08:85:65 DELAY"), 1: Some("fe80::8379:a4a7:130b:2554"), 2: Some("br-lan"), 3: Some("1c:1b:0d:08:85:65"), 4: Some("DELAY")})
  605. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::get_neighbors: Regex captured Captures({0: Some("fdb2:4a8f:fc1e:10:b579:33c1:4073:5ac4 dev br-lan lladdr 44:65:0d:57:d2:71 STALE"), 1: Some("fdb2:4a8f:fc1e:10:b579:33c1:4073:5ac4"), 2: Some("br-lan"), 3: Some("44:65:0d:57:d2:71"), 4: Some("STALE")})
  606. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::get_neighbors: Regex captured Captures({0: Some("fe80::c2ee:fbff:fee3:7d68 dev br-lan lladdr c0:ee:fb:e3:7d:68 router STALE"), 1: Some("fe80::c2ee:fbff:fee3:7d68"), 2: Some("br-lan"), 3: Some("c0:ee:fb:e3:7d:68"), 4: Some("STALE")})
  607. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::get_neighbors: Regex captured Captures({0: Some("fe80::1ab4:30ff:fe1b:a8ab dev br-lan lladdr 18:b4:30:1b:a8:ab STALE"), 1: Some("fe80::1ab4:30ff:fe1b:a8ab"), 2: Some("br-lan"), 3: Some("18:b4:30:1b:a8:ab"), 4: Some("STALE")})
  608. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::get_neighbors: Regex captured Captures({0: Some("fd44:94c:41e2::b857:2f79:b5a3:74bf dev br-lan lladdr 18:b4:30:1b:a8:ab STALE"), 1: Some("fd44:94c:41e2::b857:2f79:b5a3:74bf"), 2: Some("br-lan"), 3: Some("18:b4:30:1b:a8:ab"), 4: Some("STALE")})
  609. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface::get_neighbors: Got neighbors [(V4(192.168.1.117), "br-lan"), (V4(192.168.1.2), "br-lan"), (V4(192.168.1.185), "br-lan"), (V6(fe80::da58:d7ff:fe00:83ac), "br-lan"), (V6(fe80::3af7:3dff:fedd:5c5a), "br-lan"), (V6(fe80::e47:c9ff:fea4:1887), "br-lan"), (V6(fe80::4665:dff:fe57:d271), "br-lan"), (V6(fe80::8379:a4a7:130b:2554), "br-lan"), (V6(fdb2:4a8f:fc1e:10:b579:33c1:4073:5ac4), "br-lan"), (V6(fe80::c2ee:fbff:fee3:7d68), "br-lan"), (V6(fe80::1ab4:30ff:fe1b:a8ab), "br-lan"), (V6(fd44:94c:41e2:0:b857:2f79:b5a3:74bf), "br-lan")]
  610. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: neighbor at interface Some("br-lan"), ip 192.168.1.117
  611. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: neighbor at interface Some("br-lan"), ip 192.168.1.2
  612. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: neighbor at interface Some("br-lan"), ip 192.168.1.185
  613. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: neighbor at interface Some("br-lan"), ip fe80::da58:d7ff:fe00:83ac
  614. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: neighbor at interface Some("br-lan"), ip fe80::3af7:3dff:fedd:5c5a
  615. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: neighbor at interface Some("br-lan"), ip fe80::e47:c9ff:fea4:1887
  616. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: neighbor at interface Some("br-lan"), ip fe80::4665:dff:fe57:d271
  617. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: neighbor at interface Some("br-lan"), ip fe80::8379:a4a7:130b:2554
  618. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: neighbor at interface Some("br-lan"), ip fdb2:4a8f:fc1e:10:b579:33c1:4073:5ac4
  619. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: neighbor at interface Some("br-lan"), ip fe80::c2ee:fbff:fee3:7d68
  620. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: neighbor at interface Some("br-lan"), ip fe80::1ab4:30ff:fe1b:a8ab
  621. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: neighbor at interface Some("br-lan"), ip fd44:94c:41e2:0:b857:2f79:b5a3:74bf
  622. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: neighbor at interface None, ip 1.1.1.1
  623. TRACE 2018-04-09T11:48:12Z: mio::poll: registering with poller
  624. TRACE 2018-04-09T11:48:12Z: mio::poll: registering with poller
  625. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: added a timeout: 1
  626. TRACE 2018-04-09T11:48:12Z: mio::poll: registering with poller
  627. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: added a timeout: 3
  628. TRACE 2018-04-09T11:48:12Z: mio::poll: registering with poller
  629. TRACE 2018-04-09T11:48:12Z: mio::poll: registering with poller
  630. TRACE 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: Getting tunnel, inq
  631. TRACE 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: creating new wg interface for 1.1.1.1
  632. TRACE 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: creating new interface
  633. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ip" ["link"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1\n link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00\n2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fa brd ff:ff:ff:ff:ff:ff\n6: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n7: eth0.1@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n8: eth0.4@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n9: wlan1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fd brd ff:ff:ff:ff:ff:ff\n10: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n", stderr: "" }
  634. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: command completed in 0s 11ms
  635. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ip" ["link", "add", "wg0", "type", "wireguard"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  636. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: command completed in 0s 77ms
  637. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: creating new wg interface TunnelData { iface_name: "wg0", listen_port: 60000 }
  638. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: neighbor at interface None, ip 2.2.2.2
  639. TRACE 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: Getting tunnel, inq
  640. TRACE 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: creating new wg interface for 2.2.2.2
  641. TRACE 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: creating new interface
  642. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ip" ["link"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1\n link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00\n2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fa brd ff:ff:ff:ff:ff:ff\n6: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n7: eth0.1@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n8: eth0.4@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n9: wlan1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fd brd ff:ff:ff:ff:ff:ff\n10: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000\n link/ether 00:90:a9:ab:38:fb brd ff:ff:ff:ff:ff:ff\n15: wg0: <POINTOPOINT,NOARP> mtu 1420 qdisc noop state DOWN mode DEFAULT group default qlen 1\n link/none \n", stderr: "" }
  643. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: command completed in 0s 26ms
  644. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: Command "ip" ["link", "add", "wg1", "type", "wireguard"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  645. TRACE 2018-04-09T11:48:12Z: althea_kernel_interface: command completed in 0s 156ms
  646. INFO 2018-04-09T11:48:12Z: rita::rita_common::tunnel_manager: creating new wg interface TunnelData { iface_name: "wg1", listen_port: 60001 }
  647. TRACE 2018-04-09T11:48:12Z: mio::poll: registering with poller
  648. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: event Readable Token(27)
  649. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 481036303 }
  650. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 69121 }
  651. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop time - Instant { tv_sec: 11077, tv_nsec: 858674223 }
  652. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: firing timeout: 4
  653. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: notifying a task handle
  654. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: firing timeout: 2
  655. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: notifying a task handle
  656. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: event Readable | Writable Token(2)
  657. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: notifying a task handle
  658. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: event Readable Token(9)
  659. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: adding a new I/O source
  660. TRACE 2018-04-09T11:48:12Z: mio::poll: registering with poller
  661. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: scheduling direction for: 1
  662. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: blocking
  663. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: event Readable Token(35)
  664. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: adding a new I/O source
  665. TRACE 2018-04-09T11:48:12Z: mio::poll: registering with poller
  666. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: scheduling direction for: 2
  667. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: blocking
  668. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: event Readable Token(37)
  669. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: updating a timeout: 1
  670. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor::timeout_token: cancel timeout 1
  671. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: cancel a timeout: 1
  672. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 2658571 }
  673. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop time - Instant { tv_sec: 11078, tv_nsec: 87034894 }
  674. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: firing timeout: 1
  675. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: notifying a task handle
  676. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 730415 }
  677. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 113275 }
  678. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop time - Instant { tv_sec: 11078, tv_nsec: 87995169 }
  679. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: event Readable Token(5)
  680. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: added a timeout: 0
  681. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor::timeout_token: cancel timeout 1
  682. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: cancel a timeout: 1
  683. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: updating a timeout: 0
  684. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: updating a timeout: 0
  685. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 1142347 }
  686. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 23017 }
  687. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop time - Instant { tv_sec: 11078, tv_nsec: 89266069 }
  688. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 191936 }
  689. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1084972 }
  690. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop time - Instant { tv_sec: 11078, tv_nsec: 93021073 }
  691. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: firing timeout: 1
  692. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: notifying a task handle
  693. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 506929 }
  694. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 79079 }
  695. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop time - Instant { tv_sec: 11078, tv_nsec: 93712566 }
  696. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: event Readable Token(5)
  697. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: added a timeout: 0
  698. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor::timeout_token: cancel timeout 1
  699. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: cancel a timeout: 1
  700. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: updating a timeout: 0
  701. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: updating a timeout: 0
  702. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 1036518 }
  703. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21689 }
  704. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop time - Instant { tv_sec: 11078, tv_nsec: 94874812 }
  705. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 189847 }
  706. TRACE 2018-04-09T11:48:12Z: clu: Sending exit setup request to "http://[fd96::1337:e1f]:4875/setup"
  707. TRACE 2018-04-09T11:48:12Z: mio::poll: registering with poller
  708. TRACE 2018-04-09T11:48:12Z: mio::poll: registering with poller
  709. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: added a timeout: 0
  710. TRACE 2018-04-09T11:48:12Z: mio::poll: registering with poller
  711. TRACE 2018-04-09T11:48:12Z: mio::poll: registering with poller
  712. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 30200 }
  713. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop time - Instant { tv_sec: 11078, tv_nsec: 129594016 }
  714. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: event Readable Token(0)
  715. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: consuming notification queue
  716. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: event Readable Token(3)
  717. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: updating a timeout: 0
  718. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: event Readable Token(5)
  719. TRACE 2018-04-09T11:48:12Z: hyper::client::pool: park; waiting for idle connection: "http://[fd96::1337:e1f]:4875"
  720. TRACE 2018-04-09T11:48:12Z: hyper::client::connect: Http::connect("http://[fd96::1337:e1f]:4875/setup")
  721. DEBUG 2018-04-09T11:48:12Z: hyper::client::connect: connecting to [fd96::1337:e1f]:4875
  722. TRACE 2018-04-09T11:48:12Z: hyper::client::connect: connect error Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
  723. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop process - 3 events, Duration { secs: 0, nanos: 13303753 }
  724. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 36432 }
  725. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop time - Instant { tv_sec: 11078, tv_nsec: 143480569 }
  726. TRACE 2018-04-09T11:48:12Z: tokio_core::reactor: event Readable Token(1)
  727. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 7122333 }
  728. DEBUG 2018-04-09T11:48:12Z: tokio_core::reactor::timeout_token: cancel timeout 0
  729. WARN 2018-04-09T11:48:12Z: clu: got error back from requesting details, Error { kind: Io(Os { code: 13, kind: PermissionDenied, message: "Permission denied" }), url: Some("http://[fd96::1337:e1f]:4875/setup") }
  730.  
  731. stack backtrace:
  732. 0: 0x55f61163 - backtrace::backtrace::libunwind::trace::h4e9d037df48e68d8
  733. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/backtrace/libunwind.rs:53
  734. - backtrace::backtrace::trace::h5b0111ed33efff31
  735. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/backtrace/mod.rs:42
  736. 1: 0x55f5fb17 - failure::backtrace::internal::InternalBacktrace::new::h7b4493fb68a7ab3c
  737. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/capture.rs:88
  738. - failure::backtrace::Backtrace::new::hd883b97b9c8bec33
  739. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.1/src/backtrace/mod.rs:98
  740. 2: 0x55c8e813 - <failure::error::Error as core::convert::From<F>>::from::h3243aabc0c0b79b3
  741. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.1/src/error.rs:34
  742. 3: 0x55c88d33 - clu::request_own_exit_ip::h88eccaa48401c031
  743. at clu/src/lib.rs:186
  744. 4: 0x55c87a87 - clu::linux_init::{{closure}}::h48ff2ad228d0881f
  745. at clu/src/lib.rs:333
  746. - std::sys_common::backtrace::__rust_begin_short_backtrace::hf64a93f946366a16
  747. at /checkout/src/libstd/sys_common/backtrace.rs:136
  748. 5: 0x55c9b2cb - std::thread::Builder::spawn::{{closure}}::{{closure}}::h787322757b0ce269
  749. at /checkout/src/libstd/thread/mod.rs:406
  750. - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3223ccb8a9625ba7
  751. at /checkout/src/libstd/panic.rs:296
  752. - std::panicking::try::do_call::hcffe70212ca0948d
  753. at /checkout/src/libstd/panicking.rs:305
  754. - std::panicking::try::hb102b7a754526590
  755. at /checkout/src/libpanic_unwind/lib.rs:102
  756. - std::panic::catch_unwind::h19aa1b369ff5cbbc
  757. at /checkout/src/libstd/panic.rs:361
  758. - std::thread::Builder::spawn::{{closure}}::h13673877e070ee14
  759. at /checkout/src/libstd/thread/mod.rs:405
  760. - <F as alloc::boxed::FnBox<A>>::call_box::h62972dee57c74211
  761. at /checkout/src/liballoc/boxed.rs:635
  762. 6: 0x55f6e69b - std::sys::unix::thread::Thread::new::thread_start::h279013ac1315f42c
  763. at /checkout/src/liballoc/boxed.rs:645
  764. 7: 0x7767cc1f - <no info>
  765. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 56843 }
  766. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop time - Instant { tv_sec: 11079, tv_nsec: 89610973 }
  767. TRACE 2018-04-09T11:48:13Z: tokio_core::reactor: firing timeout: 0
  768. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: notifying a task handle
  769. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 544036 }
  770. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 46046 }
  771. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop time - Instant { tv_sec: 11079, tv_nsec: 90315487 }
  772. TRACE 2018-04-09T11:48:13Z: tokio_core::reactor: event Readable Token(5)
  773. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: added a timeout: 1
  774. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor::timeout_token: cancel timeout 0
  775. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: cancel a timeout: 0
  776. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: updating a timeout: 1
  777. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: updating a timeout: 1
  778. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 895843 }
  779. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 22004 }
  780. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop time - Instant { tv_sec: 11079, tv_nsec: 91335316 }
  781. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 191207 }
  782. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1061315 }
  783. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop time - Instant { tv_sec: 11079, tv_nsec: 96221202 }
  784. TRACE 2018-04-09T11:48:13Z: tokio_core::reactor: firing timeout: 0
  785. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: notifying a task handle
  786. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 428407 }
  787. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 42521 }
  788. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop time - Instant { tv_sec: 11079, tv_nsec: 96794273 }
  789. TRACE 2018-04-09T11:48:13Z: tokio_core::reactor: event Readable Token(5)
  790. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: added a timeout: 1
  791. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor::timeout_token: cancel timeout 0
  792. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: cancel a timeout: 0
  793. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: updating a timeout: 1
  794. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: updating a timeout: 1
  795. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 915450 }
  796. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21950 }
  797. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop time - Instant { tv_sec: 11079, tv_nsec: 97833191 }
  798. DEBUG 2018-04-09T11:48:13Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 185396 }
  799. ERROR 2018-04-09T11:48:14Z: trust_dns_proto::dns_handle: error in Proto: no error specified
  800. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(39)
  801. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: updating a timeout: 3
  802. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor::timeout_token: cancel timeout 3
  803. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: cancel a timeout: 3
  804. ERROR 2018-04-09T11:48:14Z: trust_dns_proto::dns_handle: error in Proto: no error specified
  805. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(41)
  806. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(43)
  807. INFO 2018-04-09T11:48:14Z: rita::rita_common::tunnel_manager: Saying hello to: "http://[1.1.1.1%None]:4876/hello" at ip Ok([V4(1.1.1.1:0)])
  808. INFO 2018-04-09T11:48:14Z: rita::rita_common::tunnel_manager: Saying hello to: "http://[2.2.2.2%None]:4876/hello" at ip Ok([V4(2.2.2.2:0)])
  809. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(13)
  810. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: updating a timeout: 0
  811. TRACE 2018-04-09T11:48:14Z: rita::rita_client::rita_loop: exit manager said Ok(Ok(()))
  812. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop process - 8 events, Duration { secs: 2, nanos: 123338786 }
  813. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 96796 }
  814. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop time - Instant { tv_sec: 11079, tv_nsec: 982219355 }
  815. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Writable Token(4)
  816. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Writable Token(6)
  817. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable | Writable Token(2)
  818. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(33)
  819. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: added a timeout: 3
  820. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor::timeout_token: cancel timeout 4
  821. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: cancel a timeout: 4
  822. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: updating a timeout: 3
  823. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: updating a timeout: 3
  824. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(7)
  825. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: added a timeout: 4
  826. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor::timeout_token: cancel timeout 2
  827. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: cancel a timeout: 2
  828. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: updating a timeout: 4
  829. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: updating a timeout: 4
  830. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(29)
  831. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: scheduling direction for: 0
  832. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: blocking
  833. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(23)
  834. TRACE 2018-04-09T11:48:14Z: mio::poll: registering with poller
  835. TRACE 2018-04-09T11:48:14Z: mio::poll: registering with poller
  836. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop process - 7 events, Duration { secs: 0, nanos: 2734997 }
  837. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 28136 }
  838. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop time - Instant { tv_sec: 11079, tv_nsec: 985097766 }
  839. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(31)
  840. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(21)
  841. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(39)
  842. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(37)
  843. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop process - 4 events, Duration { secs: 0, nanos: 10842725 }
  844. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 137400 }
  845. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop time - Instant { tv_sec: 11079, tv_nsec: 996627363 }
  846. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(33)
  847. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: updating a timeout: 3
  848. INFO 2018-04-09T11:48:14Z: rita::rita_common::http_client: sending Hello { my_id: LocalIdentity { wg_port: 60000, global: Identity { mesh_ip: V6(fdb4:5a79:7f9a:8ef8:ec40:5701:5b57:7e3), eth_address: EthAddress 0x0101010101010101010101010101010101010101, wg_public_key: "uE7MyQ2z2FXGUfcaN0XvsVAiwjJNrsEQJuXbBr9qMBs=" } }, to: V4(1.1.1.1:4876) }
  849. TRACE 2018-04-09T11:48:14Z: rita::rita_common::http_client: stream status Err(Os { code: 128, kind: Other, message: "Network unreachable" }), to: V4(1.1.1.1:4876)
  850. INFO 2018-04-09T11:48:14Z: rita::rita_common::http_client: sending Hello { my_id: LocalIdentity { wg_port: 60001, global: Identity { mesh_ip: V6(fdb4:5a79:7f9a:8ef8:ec40:5701:5b57:7e3), eth_address: EthAddress 0x0101010101010101010101010101010101010101, wg_public_key: "uE7MyQ2z2FXGUfcaN0XvsVAiwjJNrsEQJuXbBr9qMBs=" } }, to: V4(2.2.2.2:4876) }
  851. TRACE 2018-04-09T11:48:14Z: rita::rita_common::http_client: stream status Err(Os { code: 128, kind: Other, message: "Network unreachable" }), to: V4(2.2.2.2:4876)
  852. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(7)
  853. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: updating a timeout: 4
  854. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 6974164 }
  855. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 25847 }
  856. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 3738702 }
  857. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(39)
  858. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(37)
  859. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 551264 }
  860. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 28229 }
  861. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 4429984 }
  862. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(43)
  863. WARN 2018-04-09T11:48:14Z: rita::rita_common::tunnel_manager: got error Network unreachable (os error 128) from neighbor inquiry
  864. WARN 2018-04-09T11:48:14Z: rita::rita_common::tunnel_manager: got error Network unreachable (os error 128) from neighbor inquiry
  865. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 760457 }
  866. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 26829 }
  867. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 5337413 }
  868. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(11)
  869. INFO 2018-04-09T11:48:14Z: rita::rita_common::rita_loop: got neighbors: []
  870. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 532921 }
  871. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 25597 }
  872. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 6047788 }
  873. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(25)
  874. TRACE 2018-04-09T11:48:14Z: babel_monitor: Connecting to babel instance at [::1]:6872
  875. TRACE 2018-04-09T11:48:14Z: rita::rita_common::traffic_watcher: Getting routes
  876. TRACE 2018-04-09T11:48:14Z: babel_monitor: Got from babel dump: local price 100
  877. add interface lo up false
  878. ok
  879.  
  880. INFO 2018-04-09T11:48:14Z: rita::rita_common::traffic_watcher: Got routes: []
  881. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1065268 }
  882. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 92687855 }
  883. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: firing timeout: 1
  884. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: notifying a task handle
  885. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 454836 }
  886. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 61129 }
  887. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 93304927 }
  888. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(5)
  889. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: added a timeout: 0
  890. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor::timeout_token: cancel timeout 1
  891. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: cancel a timeout: 1
  892. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: updating a timeout: 0
  893. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: updating a timeout: 0
  894. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 932339 }
  895. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21707 }
  896. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 94362641 }
  897. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 188561 }
  898. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1074153 }
  899. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 99188005 }
  900. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: firing timeout: 1
  901. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: notifying a task handle
  902. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 445075 }
  903. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 54996 }
  904. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 99787623 }
  905. TRACE 2018-04-09T11:48:14Z: tokio_core::reactor: event Readable Token(5)
  906. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: added a timeout: 0
  907. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor::timeout_token: cancel timeout 1
  908. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: cancel a timeout: 1
  909. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: updating a timeout: 0
  910. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: updating a timeout: 0
  911. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 1202065 }
  912. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 22335 }
  913. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 101116898 }
  914. DEBUG 2018-04-09T11:48:14Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 193075 }
  915. TRACE 2018-04-09T11:48:14Z: rita::rita_common::traffic_watcher: Getting input counters
  916. TRACE 2018-04-09T11:48:14Z: althea_kernel_interface: Command "ipset" ["create", "tmp_rita_input", "hash:net,iface", "family", "inet6", "counters"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  917. TRACE 2018-04-09T11:48:14Z: althea_kernel_interface: command completed in 0s 15ms
  918. TRACE 2018-04-09T11:48:14Z: althea_kernel_interface: Command "ipset" ["swap", "tmp_rita_input", "rita_input"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  919. TRACE 2018-04-09T11:48:14Z: althea_kernel_interface: command completed in 0s 16ms
  920. TRACE 2018-04-09T11:48:14Z: althea_kernel_interface: Command "ipset" ["save", "tmp_rita_input"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "create tmp_rita_input hash:net,iface family inet6 hashsize 1024 maxelem 65536 counters\n", stderr: "" }
  921. TRACE 2018-04-09T11:48:14Z: althea_kernel_interface: command completed in 0s 19ms
  922. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface::counter: ipset parsed into Ok({})
  923. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: Command "ipset" ["destroy", "tmp_rita_input"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  924. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: command completed in 0s 16ms
  925. INFO 2018-04-09T11:48:15Z: rita::rita_common::traffic_watcher: Got output counters: {}
  926. TRACE 2018-04-09T11:48:15Z: rita::rita_common::traffic_watcher: Getting destination counters
  927. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: Command "ipset" ["create", "tmp_rita_output", "hash:net,iface", "family", "inet6", "counters"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  928. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: command completed in 0s 16ms
  929. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: Command "ipset" ["swap", "tmp_rita_output", "rita_output"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  930. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: command completed in 0s 14ms
  931. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: Command "ipset" ["save", "tmp_rita_output"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "create tmp_rita_output hash:net,iface family inet6 hashsize 1024 maxelem 65536 counters\n", stderr: "" }
  932. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: command completed in 0s 15ms
  933. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface::counter: ipset parsed into Ok({})
  934. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: Command "ipset" ["destroy", "tmp_rita_output"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  935. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: command completed in 0s 15ms
  936. INFO 2018-04-09T11:48:15Z: rita::rita_common::traffic_watcher: Got destination counters: {}
  937. TRACE 2018-04-09T11:48:15Z: rita::rita_common::traffic_watcher: Getting fwd counters
  938. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: Command "ipset" ["create", "tmp_rita_fwd_input", "hash:net,iface", "family", "inet6", "counters"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  939. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: command completed in 0s 20ms
  940. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: Command "ipset" ["swap", "tmp_rita_fwd_input", "rita_fwd_input"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  941. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: command completed in 0s 16ms
  942. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: Command "ipset" ["save", "tmp_rita_fwd_input"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "create tmp_rita_fwd_input hash:net,iface family inet6 hashsize 1024 maxelem 65536 counters\n", stderr: "" }
  943. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: command completed in 0s 15ms
  944. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface::counter: ipset parsed into Ok({})
  945. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: Command "ipset" ["destroy", "tmp_rita_fwd_input"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  946. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: command completed in 0s 15ms
  947. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: Command "ipset" ["create", "tmp_rita_fwd_output", "hash:net,iface", "family", "inet6", "counters"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  948. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: command completed in 0s 16ms
  949. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: Command "ipset" ["swap", "tmp_rita_fwd_output", "rita_fwd_output"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  950. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: command completed in 0s 18ms
  951. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: Command "ipset" ["save", "tmp_rita_fwd_output"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "create tmp_rita_fwd_output hash:net,iface family inet6 hashsize 1024 maxelem 65536 counters\n", stderr: "" }
  952. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: command completed in 0s 16ms
  953. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface::counter: ipset parsed into Ok({})
  954. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: Command "ipset" ["destroy", "tmp_rita_fwd_output"] returned: Output { status: ExitStatus(ExitStatus(0)), stdout: "", stderr: "" }
  955. TRACE 2018-04-09T11:48:15Z: althea_kernel_interface: command completed in 0s 14ms
  956. INFO 2018-04-09T11:48:15Z: rita::rita_common::traffic_watcher: Got fwd counters: ({}, {})
  957. INFO 2018-04-09T11:48:15Z: rita::rita_common::traffic_watcher: Got final input counters: {}
  958. INFO 2018-04-09T11:48:15Z: rita::rita_common::traffic_watcher: Got final output counters: {}
  959. TRACE 2018-04-09T11:48:15Z: rita::rita_common::traffic_watcher: Collated flow debts: {}
  960. TRACE 2018-04-09T11:48:15Z: rita::rita_common::traffic_watcher: Collated total debts: {}
  961. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 413050003 }
  962. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 46436 }
  963. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 419292320 }
  964. TRACE 2018-04-09T11:48:15Z: tokio_core::reactor: event Readable | Writable Token(2)
  965. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: notifying a task handle
  966. TRACE 2018-04-09T11:48:15Z: tokio_core::reactor: event Readable Token(11)
  967. INFO 2018-04-09T11:48:15Z: rita::rita_common::rita_loop: loop completed in Duration { secs: 3, nanos: 43369996 }
  968. INFO 2018-04-09T11:48:15Z: rita::rita_common::rita_loop: traffic watcher completed in Duration { secs: 0, nanos: 414167371 }
  969. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: added a timeout: 2
  970. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: updating a timeout: 2
  971. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: updating a timeout: 2
  972. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 4306257 }
  973. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 34000 }
  974. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 424125730 }
  975. TRACE 2018-04-09T11:48:15Z: tokio_core::reactor: event Readable Token(29)
  976. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: scheduling direction for: 0
  977. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: blocking
  978. TRACE 2018-04-09T11:48:15Z: tokio_core::reactor: event Readable Token(15)
  979. INFO 2018-04-09T11:48:15Z: rita::rita_common::debt_keeper: sending debt keeper update
  980. TRACE 2018-04-09T11:48:15Z: rita::rita_common::debt_keeper: total debt data: {}
  981. TRACE 2018-04-09T11:48:15Z: tokio_core::reactor: event Readable Token(17)
  982. TRACE 2018-04-09T11:48:15Z: rita::rita_common::payment_controller: Sending bounty hunter update: BountyUpdate { from: Identity { mesh_ip: V6(fdb4:5a79:7f9a:8ef8:ec40:5701:5b57:7e3), eth_address: EthAddress 0x0101010101010101010101010101010101010101, wg_public_key: "uE7MyQ2z2FXGUfcaN0XvsVAiwjJNrsEQJuXbBr9qMBs=" }, balance: Int256(0), tx: PaymentTx { to: Identity { mesh_ip: V6(fdb4:5a79:7f9a:8ef8:ec40:5701:5b57:7e3), eth_address: EthAddress 0x0101010101010101010101010101010101010101, wg_public_key: "uE7MyQ2z2FXGUfcaN0XvsVAiwjJNrsEQJuXbBr9qMBs=" }, from: Identity { mesh_ip: V6(fdb4:5a79:7f9a:8ef8:ec40:5701:5b57:7e3), eth_address: EthAddress 0x0101010101010101010101010101010101010101, wg_public_key: "uE7MyQ2z2FXGUfcaN0XvsVAiwjJNrsEQJuXbBr9qMBs=" }, amount: Uint256(0) } }
  983. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop poll - Duration { secs: 8, nanos: 304527041 }
  984. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 428440088 }
  985. TRACE 2018-04-09T11:48:15Z: tokio_core::reactor: event Readable Token(1)
  986. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 322178 }
  987. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: added a timeout: 0
  988. TRACE 2018-04-09T11:48:15Z: mio::poll: registering with poller
  989. TRACE 2018-04-09T11:48:15Z: mio::poll: registering with poller
  990. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 25993 }
  991. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 429546109 }
  992. TRACE 2018-04-09T11:48:15Z: tokio_core::reactor: event Readable Token(3)
  993. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: updating a timeout: 0
  994. TRACE 2018-04-09T11:48:15Z: tokio_core::reactor: event Readable Token(5)
  995. TRACE 2018-04-09T11:48:15Z: hyper::client::pool: park; waiting for idle connection: "http://[fd::3]:8888"
  996. TRACE 2018-04-09T11:48:15Z: hyper::client::connect: Http::connect("http://[fd::3]:8888/update")
  997. DEBUG 2018-04-09T11:48:15Z: hyper::client::connect: connecting to [fd::3]:8888
  998. TRACE 2018-04-09T11:48:15Z: hyper::client::connect: connect error Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
  999. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 2230418 }
  1000. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 29164 }
  1001. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop time - Instant { tv_sec: 11080, tv_nsec: 431944723 }
  1002. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 194707 }
  1003. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1069254 }
  1004. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop time - Instant { tv_sec: 11081, tv_nsec: 95714952 }
  1005. TRACE 2018-04-09T11:48:15Z: tokio_core::reactor: firing timeout: 0
  1006. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: notifying a task handle
  1007. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 460439 }
  1008. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 61961 }
  1009. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop time - Instant { tv_sec: 11081, tv_nsec: 96340284 }
  1010. TRACE 2018-04-09T11:48:15Z: tokio_core::reactor: event Readable Token(5)
  1011. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: added a timeout: 1
  1012. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor::timeout_token: cancel timeout 0
  1013. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: cancel a timeout: 0
  1014. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: updating a timeout: 1
  1015. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: updating a timeout: 1
  1016. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 1601546 }
  1017. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 23292 }
  1018. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop time - Instant { tv_sec: 11081, tv_nsec: 98071080 }
  1019. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 192975 }
  1020. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1067707 }
  1021. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop time - Instant { tv_sec: 11081, tv_nsec: 102473730 }
  1022. TRACE 2018-04-09T11:48:15Z: tokio_core::reactor: firing timeout: 0
  1023. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: notifying a task handle
  1024. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 546440 }
  1025. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 61875 }
  1026. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop time - Instant { tv_sec: 11081, tv_nsec: 103212848 }
  1027. TRACE 2018-04-09T11:48:15Z: tokio_core::reactor: event Readable Token(5)
  1028. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: added a timeout: 1
  1029. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor::timeout_token: cancel timeout 0
  1030. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: cancel a timeout: 0
  1031. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: updating a timeout: 1
  1032. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: updating a timeout: 1
  1033. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 905543 }
  1034. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21561 }
  1035. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop time - Instant { tv_sec: 11081, tv_nsec: 104242441 }
  1036. DEBUG 2018-04-09T11:48:15Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 190514 }
  1037. WARN 2018-04-09T11:48:15Z: rita::rita_common::payment_controller: Bounty hunter returned error Error { kind: Io(Os { code: 13, kind: PermissionDenied, message: "Permission denied" }), url: Some("http://[fd::3]:8888/update") }
  1038.  
  1039. stack backtrace:
  1040. 0: 0x55f61163 - backtrace::backtrace::libunwind::trace::h4e9d037df48e68d8
  1041. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/backtrace/libunwind.rs:53
  1042. - backtrace::backtrace::trace::h5b0111ed33efff31
  1043. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/backtrace/mod.rs:42
  1044. 1: 0x55f5fb17 - failure::backtrace::internal::InternalBacktrace::new::h7b4493fb68a7ab3c
  1045. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/capture.rs:88
  1046. - failure::backtrace::Backtrace::new::hd883b97b9c8bec33
  1047. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.1/src/backtrace/mod.rs:98
  1048. 2: 0x55c8e813 - <failure::error::Error as core::convert::From<F>>::from::h3243aabc0c0b79b3
  1049. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.1/src/error.rs:34
  1050. 3: 0x55c51c57 - rita::rita_common::payment_controller::PaymentController::update_bounty_actual::hf118ceceb6058e15
  1051. at rita/src/rita_common/payment_controller/mod.rs:133
  1052. - rita::rita_common::payment_controller::PaymentController::update_bounty::hd4f88a74485b6deb
  1053. at rita/src/rita_common/payment_controller/mod.rs:156
  1054. 4: 0x55c51417 - rita::rita_common::payment_controller::PaymentController::update::h5100190a018f1f87
  1055. at rita/src/rita_common/payment_controller/mod.rs:195
  1056. - <rita::rita_common::payment_controller::PaymentController as actix::handler::Handler<rita::rita_common::payment_controller::PaymentControllerUpdate>>::handle::h28052039d9f2bfce
  1057. at rita/src/rita_common/payment_controller/mod.rs:79
  1058. 5: 0x55b6aaff - <actix::address::envelope::SyncEnvelopeProxy<A, M> as actix::address::envelope::EnvelopeProxy>::handle::he398b8b03231c5bf
  1059. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/address/envelope.rs:126
  1060. 6: 0x55c0fc8f - <actix::address::envelope::SyncEnvelope<A> as actix::address::envelope::EnvelopeProxy>::handle::hc8354de4fde0cdd1
  1061. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/address/envelope.rs:101
  1062. - <actix::mailbox::Mailbox<A>>::poll::h65468981821e4adb
  1063. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/mailbox.rs:108
  1064. - <actix::contextimpl::ContextImpl<A>>::poll::hbcab2b9ff215d5d5
  1065. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/contextimpl.rs:257
  1066. - <actix::context::Context<A> as futures::future::Future>::poll::he63f00e0efb95171
  1067. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/context.rs:125
  1068. - <actix::supervisor::Supervisor<A> as futures::future::Future>::poll::h90cdb92f7b5b90b3
  1069. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/supervisor.rs:134
  1070. 7: 0x55f40e0f - <alloc::boxed::Box<F> as futures::future::Future>::poll::he4e8f10cdccaa31b
  1071. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/future/mod.rs:113
  1072. - <futures::task_impl::Spawn<T>>::poll_future_notify::{{closure}}::h43dd3ea78f72f971
  1073. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/mod.rs:289
  1074. - <futures::task_impl::Spawn<T>>::enter::{{closure}}::h83089f4bd7a663a6
  1075. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/mod.rs:363
  1076. - futures::task_impl::std::set::h7f136797be8a9bb3
  1077. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/std/mod.rs:78
  1078. - <futures::task_impl::Spawn<T>>::enter::hbd573df7613ef5f2
  1079. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/mod.rs:363
  1080. - <futures::task_impl::Spawn<T>>::poll_future_notify::h5464e6ed18d3a061
  1081. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/mod.rs:289
  1082. - tokio_core::reactor::Core::dispatch_task::{{closure}}::h851bfd7fca7f0b72
  1083. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:359
  1084. - <scoped_tls::ScopedKey<T>>::set::hd8b1b2de03079f91
  1085. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.1/src/lib.rs:155
  1086. - tokio_core::reactor::Core::dispatch_task::h25957562b441af24
  1087. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:358
  1088. - tokio_core::reactor::Core::dispatch::h58a90040317d3591
  1089. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:319
  1090. - tokio_core::reactor::Core::poll::h77acaf666b8c90b4
  1091. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:307
  1092. 8: 0x55eaa717 - tokio_core::reactor::Core::run::hce6a7fbbf1346da6
  1093. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:241
  1094. 9: 0x55c55903 - rita::main::h5565e32f4761db5e
  1095. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/system.rs:100
  1096. 10: 0x55b78a0b - std::rt::lang_start::{{closure}}::h6e4d233790c3c67f
  1097. at /checkout/src/libstd/rt.rs:74
  1098. 11: 0x55f67b77 - std::rt::lang_start_internal::{{closure}}::{{closure}}::h5ba3ba2b205ac7eb
  1099. at libstd/rt.rs:59
  1100. - std::sys_common::backtrace::__rust_begin_short_backtrace::h60ee017165f324e0
  1101. at libstd/sys_common/backtrace.rs:136
  1102. 12: 0x55c577c7 - <no info>
  1103. 13: 0x7762447f - <no info>, ignoring
  1104. INFO 2018-04-09T11:48:16Z: rita::rita_common::payment_controller: Balance update: Int256(0)
  1105. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop process - 3 events, Duration { secs: 0, nanos: 903481343 }
  1106. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 28868 }
  1107. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop time - Instant { tv_sec: 11081, tv_nsec: 327889877 }
  1108. TRACE 2018-04-09T11:48:16Z: tokio_core::reactor: firing timeout: 3
  1109. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: notifying a task handle
  1110. TRACE 2018-04-09T11:48:16Z: tokio_core::reactor: firing timeout: 4
  1111. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: notifying a task handle
  1112. TRACE 2018-04-09T11:48:16Z: tokio_core::reactor: event Readable Token(31)
  1113. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 750607 }
  1114. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 23346 }
  1115. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop time - Instant { tv_sec: 11081, tv_nsec: 328791473 }
  1116. TRACE 2018-04-09T11:48:16Z: tokio_core::reactor: event Readable Token(33)
  1117. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: added a timeout: 1
  1118. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor::timeout_token: cancel timeout 3
  1119. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: cancel a timeout: 3
  1120. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: updating a timeout: 1
  1121. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: updating a timeout: 1
  1122. TRACE 2018-04-09T11:48:16Z: tokio_core::reactor: event Readable Token(7)
  1123. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: added a timeout: 3
  1124. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor::timeout_token: cancel timeout 4
  1125. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: cancel a timeout: 4
  1126. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: updating a timeout: 3
  1127. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: updating a timeout: 3
  1128. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 4311804 }
  1129. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 30643 }
  1130. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop time - Instant { tv_sec: 11081, tv_nsec: 333756313 }
  1131. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 1094457 }
  1132. TRACE 2018-04-09T11:48:16Z: settings: new config: RitaSettings {
  1133. payment: PaymentSettings {
  1134. pay_threshold: Int256(0),
  1135. close_threshold: Int256(-1000000000),
  1136. close_fraction: Int256(100),
  1137. buffer_period: 3,
  1138. eth_address: EthAddress 0x0101010101010101010101010101010101010101
  1139. },
  1140. network: NetworkSettings {
  1141. own_ip: V6(
  1142. fdb4:5a79:7f9a:8ef8:ec40:5701:5b57:7e3
  1143. ),
  1144. bounty_ip: V6(
  1145. fd::3
  1146. ),
  1147. babel_port: 6872,
  1148. rita_hello_port: 4876,
  1149. rita_dashboard_port: 4877,
  1150. bounty_port: 8888,
  1151. wg_private_key: "yKbA82CUon5CarCYedNeCTCoX7h098en55g4f/IQ/mU=",
  1152. wg_private_key_path: "/tmp/priv",
  1153. wg_public_key: "uE7MyQ2z2FXGUfcaN0XvsVAiwjJNrsEQJuXbBr9qMBs=",
  1154. wg_start_port: 60000,
  1155. peer_interfaces: {
  1156. "eth0.4"
  1157. },
  1158. manual_peers: [
  1159. "1.1.1.1",
  1160. "2.2.2.2"
  1161. ],
  1162. external_nic: None
  1163. },
  1164. exit_client: Some(
  1165. ExitClientSettings {
  1166. exit_ip: V6(
  1167. fd96::1337:e1f
  1168. ),
  1169. exit_registration_port: 4875,
  1170. wg_listen_port: 59999,
  1171. details: None,
  1172. reg_details: ExitRegistrationDetails {
  1173. zip_code: Some(
  1174. "1234"
  1175. ),
  1176. email: Some(
  1177. )
  1178. }
  1179. }
  1180. )
  1181. }
  1182. INFO 2018-04-09T11:48:16Z: settings: refreshing configuration ...
  1183. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 47490 }
  1184. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop time - Instant { tv_sec: 11082, tv_nsec: 98405313 }
  1185. TRACE 2018-04-09T11:48:16Z: tokio_core::reactor: firing timeout: 1
  1186. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: notifying a task handle
  1187. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 427985 }
  1188. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 43925 }
  1189. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop time - Instant { tv_sec: 11082, tv_nsec: 98980341 }
  1190. TRACE 2018-04-09T11:48:16Z: tokio_core::reactor: event Readable Token(5)
  1191. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: added a timeout: 0
  1192. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor::timeout_token: cancel timeout 1
  1193. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: cancel a timeout: 1
  1194. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: updating a timeout: 0
  1195. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: updating a timeout: 0
  1196. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 891275 }
  1197. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 22528 }
  1198. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop time - Instant { tv_sec: 11082, tv_nsec: 99997166 }
  1199. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 256607 }
  1200. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1056286 }
  1201. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop time - Instant { tv_sec: 11082, tv_nsec: 105583202 }
  1202. TRACE 2018-04-09T11:48:16Z: tokio_core::reactor: firing timeout: 1
  1203. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: notifying a task handle
  1204. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 423382 }
  1205. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 44771 }
  1206. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop time - Instant { tv_sec: 11082, tv_nsec: 106149752 }
  1207. TRACE 2018-04-09T11:48:16Z: tokio_core::reactor: event Readable Token(5)
  1208. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: added a timeout: 0
  1209. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor::timeout_token: cancel timeout 1
  1210. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: cancel a timeout: 1
  1211. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: updating a timeout: 0
  1212. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: updating a timeout: 0
  1213. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 926989 }
  1214. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21636 }
  1215. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop time - Instant { tv_sec: 11082, tv_nsec: 107200988 }
  1216. DEBUG 2018-04-09T11:48:16Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 189143 }
  1217. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 994733725 }
  1218. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop time - Instant { tv_sec: 11082, tv_nsec: 330068277 }
  1219. TRACE 2018-04-09T11:48:17Z: tokio_core::reactor: firing timeout: 1
  1220. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: notifying a task handle
  1221. TRACE 2018-04-09T11:48:17Z: tokio_core::reactor: firing timeout: 3
  1222. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: notifying a task handle
  1223. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 577496 }
  1224. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 49615 }
  1225. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop time - Instant { tv_sec: 11082, tv_nsec: 330847881 }
  1226. TRACE 2018-04-09T11:48:17Z: tokio_core::reactor: event Readable Token(33)
  1227. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: added a timeout: 4
  1228. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor::timeout_token: cancel timeout 1
  1229. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: cancel a timeout: 1
  1230. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: updating a timeout: 4
  1231. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: updating a timeout: 4
  1232. TRACE 2018-04-09T11:48:17Z: tokio_core::reactor: event Readable Token(7)
  1233. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: added a timeout: 1
  1234. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor::timeout_token: cancel timeout 3
  1235. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: cancel a timeout: 3
  1236. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: updating a timeout: 1
  1237. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: updating a timeout: 1
  1238. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 3268178 }
  1239. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 24207 }
  1240. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop time - Instant { tv_sec: 11082, tv_nsec: 334246288 }
  1241. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 194039 }
  1242. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 43098779 }
  1243. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop time - Instant { tv_sec: 11082, tv_nsec: 377636856 }
  1244. TRACE 2018-04-09T11:48:17Z: tokio_core::reactor: firing timeout: 0
  1245. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: notifying a task handle
  1246. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 437642 }
  1247. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 46940 }
  1248. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop time - Instant { tv_sec: 11082, tv_nsec: 378223956 }
  1249. TRACE 2018-04-09T11:48:17Z: tokio_core::reactor: event Readable Token(13)
  1250. TRACE 2018-04-09T11:48:17Z: rita::rita_client::rita_loop: Client Tick!
  1251. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: added a timeout: 3
  1252. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor::timeout_token: cancel timeout 0
  1253. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: cancel a timeout: 0
  1254. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: updating a timeout: 3
  1255. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: updating a timeout: 3
  1256. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 972625 }
  1257. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 24189 }
  1258. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop time - Instant { tv_sec: 11082, tv_nsec: 379327570 }
  1259. TRACE 2018-04-09T11:48:17Z: tokio_core::reactor: event Readable Token(27)
  1260. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 470268 }
  1261. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 23800 }
  1262. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop time - Instant { tv_sec: 11082, tv_nsec: 379950923 }
  1263. TRACE 2018-04-09T11:48:17Z: tokio_core::reactor: event Readable Token(13)
  1264. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: updating a timeout: 3
  1265. TRACE 2018-04-09T11:48:17Z: rita::rita_client::rita_loop: exit manager said Ok(Ok(()))
  1266. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 3516250 }
  1267. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 24557 }
  1268. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop time - Instant { tv_sec: 11082, tv_nsec: 383603598 }
  1269. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 1408415 }
  1270. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1051143 }
  1271. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop time - Instant { tv_sec: 11083, tv_nsec: 101402441 }
  1272. TRACE 2018-04-09T11:48:17Z: tokio_core::reactor: firing timeout: 0
  1273. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: notifying a task handle
  1274. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 429908 }
  1275. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 44668 }
  1276. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop time - Instant { tv_sec: 11083, tv_nsec: 101979631 }
  1277. TRACE 2018-04-09T11:48:17Z: tokio_core::reactor: event Readable Token(5)
  1278. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: added a timeout: 1
  1279. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor::timeout_token: cancel timeout 0
  1280. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: cancel a timeout: 0
  1281. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: updating a timeout: 1
  1282. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: updating a timeout: 1
  1283. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 1248346 }
  1284. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 23611 }
  1285. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop time - Instant { tv_sec: 11083, tv_nsec: 103402838 }
  1286. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 216375 }
  1287. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1057518 }
  1288. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop time - Instant { tv_sec: 11083, tv_nsec: 108543306 }
  1289. TRACE 2018-04-09T11:48:17Z: tokio_core::reactor: firing timeout: 0
  1290. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: notifying a task handle
  1291. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 428775 }
  1292. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 43729 }
  1293. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop time - Instant { tv_sec: 11083, tv_nsec: 109116831 }
  1294. TRACE 2018-04-09T11:48:17Z: tokio_core::reactor: event Readable Token(5)
  1295. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: added a timeout: 1
  1296. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor::timeout_token: cancel timeout 0
  1297. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: cancel a timeout: 0
  1298. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: updating a timeout: 1
  1299. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: updating a timeout: 1
  1300. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 880353 }
  1301. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21457 }
  1302. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop time - Instant { tv_sec: 11083, tv_nsec: 110194431 }
  1303. DEBUG 2018-04-09T11:48:17Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 190721 }
  1304. thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 12, kind: Other, message: "Out of memory" }
  1305.  
  1306. stack backtrace:
  1307. 0: 0x55f61163 - backtrace::backtrace::libunwind::trace::h4e9d037df48e68d8
  1308. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/backtrace/libunwind.rs:53
  1309. - backtrace::backtrace::trace::h5b0111ed33efff31
  1310. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/backtrace/mod.rs:42
  1311. 1: 0x55f5fb17 - failure::backtrace::internal::InternalBacktrace::new::h7b4493fb68a7ab3c
  1312. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/capture.rs:88
  1313. - failure::backtrace::Backtrace::new::hd883b97b9c8bec33
  1314. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.1/src/backtrace/mod.rs:98
  1315. 2: 0x55d5004f - <failure::error::Error as core::convert::From<F>>::from::h43c99c8370e48ed2
  1316. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.1/src/error.rs:34
  1317. 3: 0x55d53527 - <no info>
  1318. 4: 0x55d4cd67 - settings::RitaSettings::get_identity::h132d3cfc412b6495
  1319. at settings/src/lib.rs:179
  1320. 5: 0x55c885c7 - clu::request_own_exit_ip::h88eccaa48401c031
  1321. at clu/src/lib.rs:151
  1322. 6: 0x55c87a87 - clu::linux_init::{{closure}}::h48ff2ad228d0881f
  1323. at clu/src/lib.rs:333
  1324. - std::sys_common::backtrace::__rust_begin_short_backtrace::hf64a93f946366a16
  1325. at /checkout/src/libstd/sys_common/backtrace.rs:136
  1326. 7: 0x55c9b2cb - std::thread::Builder::spawn::{{closure}}::{{closure}}::h787322757b0ce269
  1327. at /checkout/src/libstd/thread/mod.rs:406
  1328. - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3223ccb8a9625ba7
  1329. at /checkout/src/libstd/panic.rs:296
  1330. - std::panicking::try::do_call::hcffe70212ca0948d
  1331. at /checkout/src/libstd/panicking.rs:305
  1332. - std::panicking::try::hb102b7a754526590
  1333. at /checkout/src/libpanic_unwind/lib.rs:102
  1334. - std::panic::catch_unwind::h19aa1b369ff5cbbc
  1335. at /checkout/src/libstd/panic.rs:361
  1336. - std::thread::Builder::spawn::{{closure}}::h13673877e070ee14
  1337. at /checkout/src/libstd/thread/mod.rs:405
  1338. - <F as alloc::boxed::FnBox<A>>::call_box::h62972dee57c74211
  1339. at /checkout/src/liballoc/boxed.rs:635
  1340. 8: 0x55f6e69b - std::sys::unix::thread::Thread::new::thread_start::h279013ac1315f42c
  1341. at /checkout/src/liballoc/boxed.rs:645
  1342. 9: 0x7767cc1f - <no info>', libcore/result.rs:945:5
  1343. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 947013882 }
  1344. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop time - Instant { tv_sec: 11083, tv_nsec: 332266120 }
  1345. TRACE 2018-04-09T11:48:18Z: tokio_core::reactor: firing timeout: 4
  1346. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: notifying a task handle
  1347. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 439739 }
  1348. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 45710 }
  1349. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop time - Instant { tv_sec: 11083, tv_nsec: 332853484 }
  1350. TRACE 2018-04-09T11:48:18Z: tokio_core::reactor: event Readable Token(33)
  1351. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: added a timeout: 0
  1352. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor::timeout_token: cancel timeout 4
  1353. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: cancel a timeout: 4
  1354. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: updating a timeout: 0
  1355. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: updating a timeout: 0
  1356. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 895807 }
  1357. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21025 }
  1358. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop time - Instant { tv_sec: 11083, tv_nsec: 333874466 }
  1359. TRACE 2018-04-09T11:48:18Z: tokio_core::reactor: firing timeout: 1
  1360. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: notifying a task handle
  1361. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 375783 }
  1362. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 18743 }
  1363. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop time - Instant { tv_sec: 11083, tv_nsec: 334368845 }
  1364. TRACE 2018-04-09T11:48:18Z: tokio_core::reactor: event Readable Token(7)
  1365. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: added a timeout: 4
  1366. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor::timeout_token: cancel timeout 1
  1367. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: cancel a timeout: 1
  1368. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: updating a timeout: 4
  1369. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: updating a timeout: 4
  1370. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 872271 }
  1371. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 20882 }
  1372. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop time - Instant { tv_sec: 11083, tv_nsec: 335365541 }
  1373. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 231540 }
  1374. stack backtrace:
  1375. 0: main
  1376. at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
  1377. 1: main
  1378. at libstd/sys_common/backtrace.rs:71
  1379. at libstd/sys_common/backtrace.rs:59
  1380. 2: main
  1381. at libstd/panicking.rs:206
  1382. 3: main
  1383. at libstd/panicking.rs:222
  1384. at libstd/panicking.rs:400
  1385. 4: main
  1386. at libstd/panicking.rs:347
  1387. 5: main
  1388. at libstd/panicking.rs:323
  1389. 6: main
  1390. at libcore/panicking.rs:71
  1391. 7: main
  1392. at /checkout/src/libcore/macros.rs:26
  1393. 8: main
  1394. at /checkout/src/libcore/result.rs:782
  1395. at settings/src/lib.rs:179
  1396. 9: main
  1397. at clu/src/lib.rs:151
  1398. 10: main
  1399. at clu/src/lib.rs:333
  1400. at /checkout/src/libstd/sys_common/backtrace.rs:136
  1401. 11: main
  1402. at /checkout/src/libstd/thread/mod.rs:406
  1403. at /checkout/src/libstd/panic.rs:296
  1404. at /checkout/src/libstd/panicking.rs:305
  1405. at /checkout/src/libpanic_unwind/lib.rs:102
  1406. at /checkout/src/libstd/panic.rs:361
  1407. at /checkout/src/libstd/thread/mod.rs:405
  1408. at /checkout/src/liballoc/boxed.rs:635
  1409. 12: main
  1410. at /checkout/src/liballoc/boxed.rs:645
  1411. 13: <unknown>
  1412. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 45536 }
  1413. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop time - Instant { tv_sec: 11084, tv_nsec: 103872177 }
  1414. TRACE 2018-04-09T11:48:18Z: tokio_core::reactor: firing timeout: 1
  1415. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: notifying a task handle
  1416. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 433357 }
  1417. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 43989 }
  1418. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop time - Instant { tv_sec: 11084, tv_nsec: 104453327 }
  1419. TRACE 2018-04-09T11:48:18Z: tokio_core::reactor: event Readable Token(5)
  1420. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: added a timeout: 0
  1421. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor::timeout_token: cancel timeout 1
  1422. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: cancel a timeout: 1
  1423. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: updating a timeout: 0
  1424. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: updating a timeout: 0
  1425. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 884597 }
  1426. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21997 }
  1427. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop time - Instant { tv_sec: 11084, tv_nsec: 105462924 }
  1428. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 187343 }
  1429. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 3210875 }
  1430. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop time - Instant { tv_sec: 11084, tv_nsec: 113693188 }
  1431. TRACE 2018-04-09T11:48:18Z: tokio_core::reactor: firing timeout: 1
  1432. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: notifying a task handle
  1433. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 423139 }
  1434. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 43350 }
  1435. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop time - Instant { tv_sec: 11084, tv_nsec: 114260402 }
  1436. TRACE 2018-04-09T11:48:18Z: tokio_core::reactor: event Readable Token(5)
  1437. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: added a timeout: 0
  1438. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor::timeout_token: cancel timeout 1
  1439. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: cancel a timeout: 1
  1440. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: updating a timeout: 0
  1441. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: updating a timeout: 0
  1442. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 917929 }
  1443. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21029 }
  1444. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop time - Instant { tv_sec: 11084, tv_nsec: 115304388 }
  1445. DEBUG 2018-04-09T11:48:18Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 190543 }
  1446. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 999052121 }
  1447. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop time - Instant { tv_sec: 11084, tv_nsec: 334746070 }
  1448. TRACE 2018-04-09T11:48:19Z: tokio_core::reactor: firing timeout: 0
  1449. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: notifying a task handle
  1450. TRACE 2018-04-09T11:48:19Z: tokio_core::reactor: firing timeout: 4
  1451. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: notifying a task handle
  1452. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 581254 }
  1453. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 46828 }
  1454. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop time - Instant { tv_sec: 11084, tv_nsec: 335474752 }
  1455. TRACE 2018-04-09T11:48:19Z: tokio_core::reactor: event Readable Token(33)
  1456. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: added a timeout: 1
  1457. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor::timeout_token: cancel timeout 0
  1458. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: cancel a timeout: 0
  1459. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: updating a timeout: 1
  1460. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: updating a timeout: 1
  1461. TRACE 2018-04-09T11:48:19Z: tokio_core::reactor: event Readable Token(7)
  1462. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: added a timeout: 0
  1463. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor::timeout_token: cancel timeout 4
  1464. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: cancel a timeout: 4
  1465. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: updating a timeout: 0
  1466. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: updating a timeout: 0
  1467. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 1548865 }
  1468. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 22200 }
  1469. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop time - Instant { tv_sec: 11084, tv_nsec: 337149152 }
  1470. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 193175 }
  1471. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1051093 }
  1472. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop time - Instant { tv_sec: 11085, tv_nsec: 106799867 }
  1473. TRACE 2018-04-09T11:48:19Z: tokio_core::reactor: firing timeout: 0
  1474. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: notifying a task handle
  1475. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 430718 }
  1476. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 42665 }
  1477. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop time - Instant { tv_sec: 11085, tv_nsec: 107375442 }
  1478. TRACE 2018-04-09T11:48:19Z: tokio_core::reactor: event Readable Token(5)
  1479. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: added a timeout: 1
  1480. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor::timeout_token: cancel timeout 0
  1481. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: cancel a timeout: 0
  1482. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: updating a timeout: 1
  1483. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: updating a timeout: 1
  1484. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 924385 }
  1485. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 22021 }
  1486. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop time - Instant { tv_sec: 11085, tv_nsec: 108430263 }
  1487. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 189761 }
  1488. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1047636 }
  1489. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop time - Instant { tv_sec: 11085, tv_nsec: 116637999 }
  1490. TRACE 2018-04-09T11:48:19Z: tokio_core::reactor: firing timeout: 0
  1491. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: notifying a task handle
  1492. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 427386 }
  1493. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 44196 }
  1494. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop time - Instant { tv_sec: 11085, tv_nsec: 117213077 }
  1495. TRACE 2018-04-09T11:48:19Z: tokio_core::reactor: event Readable Token(5)
  1496. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: added a timeout: 1
  1497. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor::timeout_token: cancel timeout 0
  1498. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: cancel a timeout: 0
  1499. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: updating a timeout: 1
  1500. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: updating a timeout: 1
  1501. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 880336 }
  1502. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21421 }
  1503. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop time - Instant { tv_sec: 11085, tv_nsec: 118218163 }
  1504. DEBUG 2018-04-09T11:48:19Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 186768 }
  1505. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 41753 }
  1506. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop time - Instant { tv_sec: 11085, tv_nsec: 337480052 }
  1507. TRACE 2018-04-09T11:48:20Z: tokio_core::reactor: firing timeout: 1
  1508. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: notifying a task handle
  1509. TRACE 2018-04-09T11:48:20Z: tokio_core::reactor: firing timeout: 0
  1510. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: notifying a task handle
  1511. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 583458 }
  1512. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 46511 }
  1513. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop time - Instant { tv_sec: 11085, tv_nsec: 338211949 }
  1514. TRACE 2018-04-09T11:48:20Z: tokio_core::reactor: event Readable Token(33)
  1515. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: added a timeout: 4
  1516. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor::timeout_token: cancel timeout 1
  1517. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: cancel a timeout: 1
  1518. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: updating a timeout: 4
  1519. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: updating a timeout: 4
  1520. TRACE 2018-04-09T11:48:20Z: tokio_core::reactor: event Readable Token(7)
  1521. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: added a timeout: 1
  1522. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor::timeout_token: cancel timeout 0
  1523. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: cancel a timeout: 0
  1524. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: updating a timeout: 1
  1525. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: updating a timeout: 1
  1526. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop process - 2 events, Duration { secs: 0, nanos: 1544525 }
  1527. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21490 }
  1528. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop time - Instant { tv_sec: 11085, tv_nsec: 339883642 }
  1529. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 249618 }
  1530. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 82132079 }
  1531. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop time - Instant { tv_sec: 11085, tv_nsec: 422366906 }
  1532. TRACE 2018-04-09T11:48:20Z: tokio_core::reactor: firing timeout: 2
  1533. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: notifying a task handle
  1534. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 2326086 }
  1535. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 169454 }
  1536. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop time - Instant { tv_sec: 11085, tv_nsec: 425482231 }
  1537. TRACE 2018-04-09T11:48:20Z: tokio_core::reactor: event Readable Token(11)
  1538. TRACE 2018-04-09T11:48:20Z: rita::rita_common::rita_loop: Common tick!
  1539. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor::timeout_token: cancel timeout 2
  1540. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: cancel a timeout: 2
  1541. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 751761 }
  1542. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 25782 }
  1543. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop time - Instant { tv_sec: 11085, tv_nsec: 426370481 }
  1544. TRACE 2018-04-09T11:48:20Z: tokio_core::reactor: event Readable Token(19)
  1545. thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 12, kind: Other, message: "Out of memory" }
  1546.  
  1547. stack backtrace:
  1548. 0: 0x55f61163 - backtrace::backtrace::libunwind::trace::h4e9d037df48e68d8
  1549. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/backtrace/libunwind.rs:53
  1550. - backtrace::backtrace::trace::h5b0111ed33efff31
  1551. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/backtrace/mod.rs:42
  1552. 1: 0x55f5fb17 - failure::backtrace::internal::InternalBacktrace::new::h7b4493fb68a7ab3c
  1553. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.5/src/capture.rs:88
  1554. - failure::backtrace::Backtrace::new::hd883b97b9c8bec33
  1555. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.1/src/backtrace/mod.rs:98
  1556. 2: 0x55d5004f - <failure::error::Error as core::convert::From<F>>::from::h43c99c8370e48ed2
  1557. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.1/src/error.rs:34
  1558. 3: 0x55d52f13 - <no info>
  1559. 4: 0x55d56daf - <no info>
  1560. 5: 0x55b63a5b - althea_kernel_interface::get_neighbors::<impl althea_kernel_interface::KernelInterface>::trigger_neighbor_disc::h02b89bb5d6835416
  1561. at althea_kernel_interface/src/get_neighbors.rs:30
  1562. - rita::rita_common::tunnel_manager::TunnelManager::get_neighbors::he0caa87f4966803b
  1563. at rita/src/rita_common/tunnel_manager/mod.rs:202
  1564. - <rita::rita_common::tunnel_manager::TunnelManager as actix::handler::Handler<rita::rita_common::tunnel_manager::GetNeighbors>>::handle::h3b96fea65a5bc3c9
  1565. at rita/src/rita_common/tunnel_manager/mod.rs:127
  1566. - <actix::address::envelope::SyncEnvelopeProxy<A, M> as actix::address::envelope::EnvelopeProxy>::handle::h8d34fb4e3d041bb1
  1567. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/address/envelope.rs:126
  1568. 6: 0x55c0ece3 - <actix::address::envelope::SyncEnvelope<A> as actix::address::envelope::EnvelopeProxy>::handle::h877568c57390ddba
  1569. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/address/envelope.rs:101
  1570. - <actix::mailbox::Mailbox<A>>::poll::h52ddf83239dcb320
  1571. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/mailbox.rs:108
  1572. - <actix::contextimpl::ContextImpl<A>>::poll::haa01ebd60db97e0a
  1573. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/contextimpl.rs:257
  1574. - <actix::context::Context<A> as futures::future::Future>::poll::hfa3f14a13a341b76
  1575. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/context.rs:125
  1576. - <actix::supervisor::Supervisor<A> as futures::future::Future>::poll::h750ff960ed0be32e
  1577. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/supervisor.rs:134
  1578. 7: 0x55f40e0f - <alloc::boxed::Box<F> as futures::future::Future>::poll::he4e8f10cdccaa31b
  1579. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/future/mod.rs:113
  1580. - <futures::task_impl::Spawn<T>>::poll_future_notify::{{closure}}::h43dd3ea78f72f971
  1581. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/mod.rs:289
  1582. - <futures::task_impl::Spawn<T>>::enter::{{closure}}::h83089f4bd7a663a6
  1583. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/mod.rs:363
  1584. - futures::task_impl::std::set::h7f136797be8a9bb3
  1585. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/std/mod.rs:78
  1586. - <futures::task_impl::Spawn<T>>::enter::hbd573df7613ef5f2
  1587. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/mod.rs:363
  1588. - <futures::task_impl::Spawn<T>>::poll_future_notify::h5464e6ed18d3a061
  1589. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/mod.rs:289
  1590. - tokio_core::reactor::Core::dispatch_task::{{closure}}::h851bfd7fca7f0b72
  1591. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:359
  1592. - <scoped_tls::ScopedKey<T>>::set::hd8b1b2de03079f91
  1593. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.1/src/lib.rs:155
  1594. - tokio_core::reactor::Core::dispatch_task::h25957562b441af24
  1595. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:358
  1596. - tokio_core::reactor::Core::dispatch::h58a90040317d3591
  1597. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:319
  1598. - tokio_core::reactor::Core::poll::h77acaf666b8c90b4
  1599. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:307
  1600. 8: 0x55eaa717 - tokio_core::reactor::Core::run::hce6a7fbbf1346da6
  1601. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:241
  1602. 9: 0x55c55903 - rita::main::h5565e32f4761db5e
  1603. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/system.rs:100
  1604. 10: 0x55b78a0b - std::rt::lang_start::{{closure}}::h6e4d233790c3c67f
  1605. at /checkout/src/libstd/rt.rs:74
  1606. 11: 0x55f67b77 - std::rt::lang_start_internal::{{closure}}::{{closure}}::h5ba3ba2b205ac7eb
  1607. at libstd/rt.rs:59
  1608. - std::sys_common::backtrace::__rust_begin_short_backtrace::h60ee017165f324e0
  1609. at libstd/sys_common/backtrace.rs:136
  1610. 12: 0x55c577c7 - <no info>
  1611. 13: 0x7762447f - <no info>', libcore/result.rs:945:5
  1612. stack backtrace:
  1613. 0: main
  1614. at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
  1615. 1: main
  1616. at libstd/sys_common/backtrace.rs:71
  1617. at libstd/sys_common/backtrace.rs:59
  1618. 2: main
  1619. at libstd/panicking.rs:206
  1620. 3: main
  1621. at libstd/panicking.rs:222
  1622. at libstd/panicking.rs:400
  1623. 4: main
  1624. at libstd/panicking.rs:347
  1625. 5: main
  1626. at libstd/panicking.rs:323
  1627. 6: main
  1628. at libcore/panicking.rs:71
  1629. 7: main
  1630. at /checkout/src/libcore/macros.rs:26
  1631. 8: _ftext
  1632. at /checkout/src/libcore/result.rs:782
  1633. 9: _ftext
  1634. at rita/src/rita_common/tunnel_manager/mod.rs:202
  1635. at rita/src/rita_common/tunnel_manager/mod.rs:127
  1636. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/address/envelope.rs:126
  1637. 10: _ftext
  1638. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/address/envelope.rs:101
  1639. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/mailbox.rs:108
  1640. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/contextimpl.rs:257
  1641. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/context.rs:125
  1642. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/supervisor.rs:134
  1643. 11: main
  1644. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1067490 }
  1645. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop time - Instant { tv_sec: 11086, tv_nsec: 109782042 }
  1646. TRACE 2018-04-09T11:48:20Z: tokio_core::reactor: firing timeout: 1
  1647. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: notifying a task handle
  1648. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 493707 }
  1649. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 44239 }
  1650. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop time - Instant { tv_sec: 11086, tv_nsec: 110424027 }
  1651. TRACE 2018-04-09T11:48:20Z: tokio_core::reactor: event Readable Token(5)
  1652. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: added a timeout: 0
  1653. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor::timeout_token: cancel timeout 1
  1654. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: cancel a timeout: 1
  1655. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: updating a timeout: 0
  1656. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: updating a timeout: 0
  1657. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 887875 }
  1658. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21535 }
  1659. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop time - Instant { tv_sec: 11086, tv_nsec: 111434777 }
  1660. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 220829 }
  1661. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 1055257 }
  1662. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop time - Instant { tv_sec: 11086, tv_nsec: 119555267 }
  1663. TRACE 2018-04-09T11:48:20Z: tokio_core::reactor: firing timeout: 1
  1664. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: notifying a task handle
  1665. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 426046 }
  1666. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 45304 }
  1667. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop time - Instant { tv_sec: 11086, tv_nsec: 120188267 }
  1668. TRACE 2018-04-09T11:48:20Z: tokio_core::reactor: event Readable Token(5)
  1669. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: added a timeout: 0
  1670. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor::timeout_token: cancel timeout 1
  1671. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: cancel a timeout: 1
  1672. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: updating a timeout: 0
  1673. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: updating a timeout: 0
  1674. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 2137246 }
  1675. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 22614 }
  1676. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop time - Instant { tv_sec: 11086, tv_nsec: 122453895 }
  1677. DEBUG 2018-04-09T11:48:20Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 189790 }
  1678. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/future/mod.rs:113
  1679. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/mod.rs:289
  1680. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/mod.rs:363
  1681. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/std/mod.rs:78
  1682. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/mod.rs:363
  1683. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.18/src/task_impl/mod.rs:289
  1684. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:359
  1685. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.1/src/lib.rs:155
  1686. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:358
  1687. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:319
  1688. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:307
  1689. 12: main
  1690. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-core-0.1.12/src/reactor/mod.rs:241
  1691. 13: _ftext
  1692. at /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.5.2/src/system.rs:100
  1693. 14: _ftext
  1694. at /checkout/src/libstd/rt.rs:74
  1695. 15: main
  1696. at libstd/rt.rs:59
  1697. at libstd/sys_common/backtrace.rs:136
  1698. 16: main
  1699. 17: <unknown>
  1700. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 360212943 }
  1701. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop time - Instant { tv_sec: 11086, tv_nsec: 471964742 }
  1702. TRACE 2018-04-09T11:48:21Z: tokio_core::reactor: event Readable Token(3)
  1703. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 393957 }
  1704. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 22228 }
  1705. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop time - Instant { tv_sec: 11086, tv_nsec: 472487938 }
  1706. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 192268 }
  1707. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 350857528 }
  1708. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop time - Instant { tv_sec: 11086, tv_nsec: 473596120 }
  1709. TRACE 2018-04-09T11:48:21Z: tokio_core::reactor: event Readable Token(3)
  1710. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 392315 }
  1711. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21336 }
  1712. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop time - Instant { tv_sec: 11086, tv_nsec: 474115674 }
  1713. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 189000 }
  1714. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 2451539 }
  1715. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop time - Instant { tv_sec: 11086, tv_nsec: 475228217 }
  1716. TRACE 2018-04-09T11:48:21Z: tokio_core::reactor: event Readable Token(5)
  1717. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: updating a timeout: 0
  1718. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 498900 }
  1719. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 22957 }
  1720. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop time - Instant { tv_sec: 11086, tv_nsec: 475851038 }
  1721. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 188993 }
  1722. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor::timeout_token: cancel timeout 1
  1723. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor::timeout_token: cancel timeout 3
  1724. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop poll - Duration { secs: 6, nanos: 46265004 }
  1725. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop time - Instant { tv_sec: 11086, tv_nsec: 478503492 }
  1726. TRACE 2018-04-09T11:48:21Z: tokio_core::reactor: event Readable Token(1)
  1727. DEBUG 2018-04-09T11:48:21Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 336386 }
  1728. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 820995104 }
  1729. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop time - Instant { tv_sec: 11087, tv_nsec: 297132178 }
  1730. TRACE 2018-04-09T11:48:22Z: tokio_core::reactor: firing timeout: 0
  1731. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: notifying a task handle
  1732. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 429182 }
  1733. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 43186 }
  1734. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop time - Instant { tv_sec: 11087, tv_nsec: 297707192 }
  1735. TRACE 2018-04-09T11:48:22Z: tokio_core::reactor: event Readable Token(5)
  1736. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 823704642 }
  1737. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop time - Instant { tv_sec: 11087, tv_nsec: 298105420 }
  1738. TRACE 2018-04-09T11:48:22Z: tokio_core::reactor: firing timeout: 0
  1739. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: notifying a task handle
  1740. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 363640 }
  1741. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 37739 }
  1742. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop time - Instant { tv_sec: 11087, tv_nsec: 298606556 }
  1743. TRACE 2018-04-09T11:48:22Z: tokio_core::reactor: event Readable Token(5)
  1744. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: added a timeout: 1
  1745. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor::timeout_token: cancel timeout 0
  1746. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: cancel a timeout: 0
  1747. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: updating a timeout: 1
  1748. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: updating a timeout: 1
  1749. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 332416925 }
  1750. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 24336 }
  1751. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop time - Instant { tv_sec: 11087, tv_nsec: 630258924 }
  1752. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 193307 }
  1753. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: added a timeout: 1
  1754. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor::timeout_token: cancel timeout 0
  1755. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: cancel a timeout: 0
  1756. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: updating a timeout: 1
  1757. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: updating a timeout: 1
  1758. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 543640118 }
  1759. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 29832 }
  1760. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop time - Instant { tv_sec: 11087, tv_nsec: 842901731 }
  1761. DEBUG 2018-04-09T11:48:22Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 1217082 }
  1762. TRACE 2018-04-09T11:48:22Z: settings: new config: RitaSettings {
  1763. payment: PaymentSettings {
  1764. pay_threshold: Int256(0),
  1765. close_threshold: Int256(-1000000000),
  1766. close_fraction: Int256(100),
  1767. buffer_period: 3,
  1768. eth_address: EthAddress 0x0101010101010101010101010101010101010101
  1769. },
  1770. network: NetworkSettings {
  1771. own_ip: V6(
  1772. fdb4:5a79:7f9a:8ef8:ec40:5701:5b57:7e3
  1773. ),
  1774. bounty_ip: V6(
  1775. fd::3
  1776. ),
  1777. babel_port: 6872,
  1778. rita_hello_port: 4876,
  1779. rita_dashboard_port: 4877,
  1780. bounty_port: 8888,
  1781. wg_private_key: "yKbA82CUon5CarCYedNeCTCoX7h098en55g4f/IQ/mU=",
  1782. wg_private_key_path: "/tmp/priv",
  1783. wg_public_key: "uE7MyQ2z2FXGUfcaN0XvsVAiwjJNrsEQJuXbBr9qMBs=",
  1784. wg_start_port: 60000,
  1785. peer_interfaces: {
  1786. "eth0.4"
  1787. },
  1788. manual_peers: [
  1789. "1.1.1.1",
  1790. "2.2.2.2"
  1791. ],
  1792. external_nic: None
  1793. },
  1794. exit_client: Some(
  1795. ExitClientSettings {
  1796. exit_ip: V6(
  1797. fd96::1337:e1f
  1798. ),
  1799. exit_registration_port: 4875,
  1800. wg_listen_port: 59999,
  1801. details: None,
  1802. reg_details: ExitRegistrationDetails {
  1803. zip_code: Some(
  1804. "1234"
  1805. ),
  1806. email: Some(
  1807. )
  1808. }
  1809. }
  1810. )
  1811. }
  1812. INFO 2018-04-09T11:48:22Z: settings: refreshing configuration ...
  1813. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor::timeout_token: cancel timeout 0
  1814. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor::timeout_token: cancel timeout 4
  1815. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 615365447 }
  1816. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop time - Instant { tv_sec: 11088, tv_nsec: 460095760 }
  1817. TRACE 2018-04-09T11:48:23Z: tokio_core::reactor: event Readable Token(5)
  1818. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: updating a timeout: 1
  1819. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 29499350 }
  1820. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 23693 }
  1821. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop time - Instant { tv_sec: 11088, tv_nsec: 489722699 }
  1822. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 189489 }
  1823. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 999519590 }
  1824. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop time - Instant { tv_sec: 11088, tv_nsec: 630066971 }
  1825. TRACE 2018-04-09T11:48:23Z: tokio_core::reactor: firing timeout: 1
  1826. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: notifying a task handle
  1827. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 428117 }
  1828. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 43529 }
  1829. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop time - Instant { tv_sec: 11088, tv_nsec: 630641910 }
  1830. TRACE 2018-04-09T11:48:23Z: tokio_core::reactor: event Readable Token(5)
  1831. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: added a timeout: 0
  1832. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor::timeout_token: cancel timeout 1
  1833. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: cancel a timeout: 1
  1834. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: updating a timeout: 0
  1835. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: updating a timeout: 0
  1836. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 885500 }
  1837. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21800 }
  1838. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop time - Instant { tv_sec: 11088, tv_nsec: 631651178 }
  1839. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 3259346 }
  1840. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 408669479 }
  1841. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop time - Instant { tv_sec: 11088, tv_nsec: 900521267 }
  1842. TRACE 2018-04-09T11:48:23Z: tokio_core::reactor: firing timeout: 1
  1843. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: notifying a task handle
  1844. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 429093 }
  1845. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 43550 }
  1846. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop time - Instant { tv_sec: 11088, tv_nsec: 901096935 }
  1847. TRACE 2018-04-09T11:48:23Z: tokio_core::reactor: event Readable Token(5)
  1848. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: added a timeout: 0
  1849. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor::timeout_token: cancel timeout 1
  1850. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: cancel a timeout: 1
  1851. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: updating a timeout: 0
  1852. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: updating a timeout: 0
  1853. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 914400 }
  1854. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21900 }
  1855. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop time - Instant { tv_sec: 11088, tv_nsec: 902136928 }
  1856. DEBUG 2018-04-09T11:48:23Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 188911 }
  1857. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 998369790 }
  1858. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop time - Instant { tv_sec: 11089, tv_nsec: 633899703 }
  1859. TRACE 2018-04-09T11:48:24Z: tokio_core::reactor: firing timeout: 0
  1860. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: notifying a task handle
  1861. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 2292546 }
  1862. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 45847 }
  1863. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop time - Instant { tv_sec: 11089, tv_nsec: 636361221 }
  1864. TRACE 2018-04-09T11:48:24Z: tokio_core::reactor: event Readable Token(5)
  1865. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: added a timeout: 1
  1866. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor::timeout_token: cancel timeout 0
  1867. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: cancel a timeout: 0
  1868. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: updating a timeout: 1
  1869. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: updating a timeout: 1
  1870. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 887639 }
  1871. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 22457 }
  1872. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop time - Instant { tv_sec: 11089, tv_nsec: 637373217 }
  1873. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 191561 }
  1874. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop poll - Duration { secs: 1, nanos: 15392350 }
  1875. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop time - Instant { tv_sec: 11089, tv_nsec: 917815142 }
  1876. TRACE 2018-04-09T11:48:24Z: tokio_core::reactor: firing timeout: 0
  1877. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: notifying a task handle
  1878. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 425693 }
  1879. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 43332 }
  1880. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop time - Instant { tv_sec: 11089, tv_nsec: 918385042 }
  1881. TRACE 2018-04-09T11:48:24Z: tokio_core::reactor: event Readable Token(5)
  1882. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: added a timeout: 1
  1883. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor::timeout_token: cancel timeout 0
  1884. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: cancel a timeout: 0
  1885. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: updating a timeout: 1
  1886. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: updating a timeout: 1
  1887. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop process - 1 events, Duration { secs: 0, nanos: 878050 }
  1888. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop poll - Duration { secs: 0, nanos: 21104 }
  1889. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop time - Instant { tv_sec: 11089, tv_nsec: 919385871 }
  1890. DEBUG 2018-04-09T11:48:24Z: tokio_core::reactor: loop process - 0 events, Duration { secs: 0, nanos: 189393 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement