Finished dev [unoptimized + debuginfo] target(s) in 0.05s Running `target/debug/tokio-console` 2022-01-24T08:47:54.386195Z DEBUG tokio_console: args.target_addr=http://127.0.0.1:6669/ args.view_options=ViewOptions { no_colors: false, lang: "en_DK.UTF-8", ascii_only: false, truecolor: Some(true), palette: None, toggles: ColorToggles { color_durations: true, color_terminated: true } } 2022-01-24T08:47:54.386265Z DEBUG tokio_console::config: millions of colors enabled via `COLORTERM=truecolor` 2022-01-24T08:47:54.386317Z INFO tokio_console: using target addr target=http://127.0.0.1:6669/ 2022-01-24T08:47:54.389706Z DEBUG tokio_console::conn: connecting to=http://127.0.0.1:6669/ 2022-01-24T08:47:54.389910Z DEBUG hyper::client::connect::http: connecting to 127.0.0.1:6669 2022-01-24T08:47:54.390091Z DEBUG hyper::client::connect::http: connected to 127.0.0.1:6669 2022-01-24T08:47:54.390158Z DEBUG h2::client: binding client connection 2022-01-24T08:47:54.390194Z DEBUG h2::client: client connection bound 2022-01-24T08:47:54.390230Z DEBUG h2::codec::framed_write: send frame=Settings { flags: (0x0), enable_push: 0, initial_window_size: 2097152, max_frame_size: 16384 } 2022-01-24T08:47:54.390646Z DEBUG Connection{peer=Client}: h2::codec::framed_write: send frame=WindowUpdate { stream_id: StreamId(0), size_increment: 5177345 } 2022-01-24T08:47:54.390927Z DEBUG tower::buffer::worker: service.ready=true processing request 2022-01-24T08:47:54.391269Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Settings { flags: (0x0), initial_window_size: 1048576, max_frame_size: 16384 } 2022-01-24T08:47:54.391417Z DEBUG Connection{peer=Client}: h2::codec::framed_write: send frame=Settings { flags: (0x1: ACK) } 2022-01-24T08:47:54.391539Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Settings { flags: (0x1: ACK) } 2022-01-24T08:47:54.391606Z DEBUG Connection{peer=Client}: h2::proto::settings: received settings ACK; applying Settings { flags: (0x0), enable_push: 0, initial_window_size: 2097152, max_frame_size: 16384 } 2022-01-24T08:47:54.391695Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=WindowUpdate { stream_id: StreamId(0), size_increment: 983041 } 2022-01-24T08:47:54.391823Z DEBUG Connection{peer=Client}: h2::codec::framed_write: send frame=Headers { stream_id: StreamId(1), flags: (0x4: END_HEADERS) } 2022-01-24T08:47:54.392037Z DEBUG Connection{peer=Client}: h2::codec::framed_write: send frame=Data { stream_id: StreamId(1) } 2022-01-24T08:47:54.392122Z DEBUG Connection{peer=Client}: h2::codec::framed_write: send frame=Data { stream_id: StreamId(1), flags: (0x1: END_STREAM) } 2022-01-24T08:47:54.400373Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Headers { stream_id: StreamId(1), flags: (0x4: END_HEADERS) } 2022-01-24T08:47:54.401166Z DEBUG tokio_console::conn: connected successfully! 2022-01-24T08:47:54.412141Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:47:54.412437Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:47:54.412587Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:47:54.412709Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:47:54.419151Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 1, span_id: 274877906951, short_desc: InternedStr("1"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546353915 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 546492165 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:470:9 " } 2022-01-24T08:47:54.419222Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 1, span_id: 274877906951, short_desc: InternedStr("1"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546353915 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 546492165 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:470:9 " } 2022-01-24T08:47:54.420707Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 2, span_id: 274877906950, short_desc: InternedStr("2"), formatted_fields: [[Span { content: "fn", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "ntpd::run::{{closure}}::{{closure}} ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "blocking ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "spawn.location", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "/tokio-1.15.0/src/runtime/blocking/pool.rs:84:8 ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546265348 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 546457530 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task::blocking"), name: None, warnings: [], location: "" } 2022-01-24T08:47:54.420757Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 2, span_id: 274877906950, short_desc: InternedStr("2"), formatted_fields: [[Span { content: "fn", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "ntpd::run::{{closure}}::{{closure}} ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "blocking ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "spawn.location", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "/tokio-1.15.0/src/runtime/blocking/pool.rs:84:8 ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546265348 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 546457530 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task::blocking"), name: None, warnings: [], location: "" } 2022-01-24T08:47:54.420825Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:47:54.420856Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:47:54.420906Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 5, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 807.931µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547838165 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547969903 }), idle: None, total: None, wakes: 2, waker_clones: 3, waker_drops: 2, last_wake: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547766150 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:47:54.420940Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 5, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 807.931µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547838165 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547969903 }), idle: None, total: None, wakes: 2, waker_clones: 3, waker_drops: 2, last_wake: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547766150 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:47:54.420993Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 5, span_id: 274877906952, short_desc: InternedStr("5"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 5, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546403448 }, dropped_at: None, busy: 951.579µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547860016 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547994319 }), idle: None, total: None, wakes: 2, waker_clones: 3, waker_drops: 2, last_wake: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547786117 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:475:9 " } 2022-01-24T08:47:54.421026Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 5, span_id: 274877906952, short_desc: InternedStr("5"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 5, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546403448 }, dropped_at: None, busy: 951.579µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547860016 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547994319 }), idle: None, total: None, wakes: 2, waker_clones: 3, waker_drops: 2, last_wake: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547786117 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:475:9 " } 2022-01-24T08:47:54.421102Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 6, span_id: 1099511627777, short_desc: InternedStr("6"), formatted_fields: [[Span { content: "fn", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "tokio::fs::remove_file::remove_file<&std::path::PathBuf>::{{closure}}::{{closure}} ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "blocking ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "spawn.location", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "/tokio-1.15.0/src/runtime/blocking/pool.rs:84:8 ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546803340 }, dropped_at: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547293391 }), busy: 114.265µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547094858 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547209123 }), idle: Some(375.786µs), total: Some(490.051µs), wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task::blocking"), name: None, warnings: [], location: "" } 2022-01-24T08:47:54.421156Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 6, span_id: 1099511627777, short_desc: InternedStr("6"), formatted_fields: [[Span { content: "fn", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "tokio::fs::remove_file::remove_file<&std::path::PathBuf>::{{closure}}::{{closure}} ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "blocking ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "spawn.location", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "/tokio-1.15.0/src/runtime/blocking/pool.rs:84:8 ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546803340 }, dropped_at: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547293391 }), busy: 114.265µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547094858 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547209123 }), idle: Some(375.786µs), total: Some(490.051µs), wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task::blocking"), name: None, warnings: [], location: "" } 2022-01-24T08:47:54.421248Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 7, span_id: 549755813895, short_desc: InternedStr("7"), formatted_fields: [[Span { content: "fn", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "tokio::fs::create_dir_all::create_dir_all<&std::path::Path>::{{closure}}::{{closure}} ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "blocking ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "spawn.location", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "/tokio-1.15.0/src/runtime/blocking/pool.rs:84:8 ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 547508836 }, dropped_at: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547731124 }), busy: 52.86µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547598314 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547651174 }), idle: Some(169.428µs), total: Some(222.288µs), wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task::blocking"), name: None, warnings: [], location: "" } 2022-01-24T08:47:54.421301Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 7, span_id: 549755813895, short_desc: InternedStr("7"), formatted_fields: [[Span { content: "fn", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "tokio::fs::create_dir_all::create_dir_all<&std::path::Path>::{{closure}}::{{closure}} ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "blocking ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "spawn.location", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "/tokio-1.15.0/src/runtime/blocking/pool.rs:84:8 ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 547508836 }, dropped_at: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547731124 }), busy: 52.86µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547598314 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547651174 }), idle: Some(169.428µs), total: Some(222.288µs), wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task::blocking"), name: None, warnings: [], location: "" } 2022-01-24T08:47:54.421398Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 8, span_id: 1099511627778, short_desc: InternedStr("8"), formatted_fields: [[Span { content: "fn", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "tokio::fs::create_dir_all::create_dir_all<&std::path::Path>::{{closure}}::{{closure}} ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "blocking ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "spawn.location", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "/tokio-1.15.0/src/runtime/blocking/pool.rs:84:8 ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 547512743 }, dropped_at: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547751823 }), busy: 41.568µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547633270 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547674838 }), idle: Some(197.512µs), total: Some(239.08µs), wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task::blocking"), name: None, warnings: [], location: "" } 2022-01-24T08:47:54.421450Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 8, span_id: 1099511627778, short_desc: InternedStr("8"), formatted_fields: [[Span { content: "fn", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "tokio::fs::create_dir_all::create_dir_all<&std::path::Path>::{{closure}}::{{closure}} ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "blocking ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "spawn.location", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "/tokio-1.15.0/src/runtime/blocking/pool.rs:84:8 ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 547512743 }, dropped_at: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547751823 }), busy: 41.568µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547633270 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547674838 }), idle: Some(197.512µs), total: Some(239.08µs), wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task::blocking"), name: None, warnings: [], location: "" } 2022-01-24T08:47:54.421524Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 70, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 98.630018ms, last_poll_started: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 347976658 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 349043403 }), idle: None, total: None, wakes: 69, waker_clones: 139, waker_drops: 138, last_wake: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 347858456 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:47:54.421559Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 70, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 98.630018ms, last_poll_started: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 347976658 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 349043403 }), idle: None, total: None, wakes: 69, waker_clones: 139, waker_drops: 138, last_wake: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 347858456 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:47:54.421636Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 10, span_id: 824633720833, short_desc: InternedStr("10"), formatted_fields: [[Span { content: "fn", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "tokio::fs::remove_file::remove_file<&std::path::PathBuf>::{{closure}}::{{closure}} ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "blocking ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "spawn.location", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "/tokio-1.15.0/src/runtime/blocking/pool.rs:84:8 ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546710736 }, dropped_at: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547267422 }), busy: 154.61µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547019757 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547174367 }), idle: Some(402.076µs), total: Some(556.686µs), wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task::blocking"), name: None, warnings: [], location: "" } 2022-01-24T08:47:54.421693Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 10, span_id: 824633720833, short_desc: InternedStr("10"), formatted_fields: [[Span { content: "fn", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "tokio::fs::remove_file::remove_file<&std::path::PathBuf>::{{closure}}::{{closure}} ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "blocking ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "spawn.location", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "/tokio-1.15.0/src/runtime/blocking/pool.rs:84:8 ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546710736 }, dropped_at: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547267422 }), busy: 154.61µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547019757 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547174367 }), idle: Some(402.076µs), total: Some(556.686µs), wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task::blocking"), name: None, warnings: [], location: "" } 2022-01-24T08:47:54.557085Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:47:54.557396Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:47:54.557558Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:47:54.568008Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 1, span_id: 274877906951, short_desc: InternedStr("1"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546353915 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 546492165 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:470:9 " } 2022-01-24T08:47:54.568166Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 1, span_id: 274877906951, short_desc: InternedStr("1"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546353915 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 546492165 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:470:9 " } 2022-01-24T08:47:54.568424Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 2, span_id: 274877906950, short_desc: InternedStr("2"), formatted_fields: [[Span { content: "fn", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "ntpd::run::{{closure}}::{{closure}} ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "blocking ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "spawn.location", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "/tokio-1.15.0/src/runtime/blocking/pool.rs:84:8 ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546265348 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 546457530 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task::blocking"), name: None, warnings: [], location: "" } 2022-01-24T08:47:54.568578Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 2, span_id: 274877906950, short_desc: InternedStr("2"), formatted_fields: [[Span { content: "fn", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "ntpd::run::{{closure}}::{{closure}} ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "blocking ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }], [Span { content: "spawn.location", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "/tokio-1.15.0/src/runtime/blocking/pool.rs:84:8 ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546265348 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 546457530 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task::blocking"), name: None, warnings: [], location: "" } 2022-01-24T08:47:54.569130Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 3, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 13.055754ms, last_poll_started: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 411931028 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 412018943 }), idle: None, total: None, wakes: 4, waker_clones: 7, waker_drops: 5, last_wake: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 411528240 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:54.569238Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 3, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 13.055754ms, last_poll_started: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 411931028 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 412018943 }), idle: None, total: None, wakes: 4, waker_clones: 7, waker_drops: 5, last_wake: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 411528240 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:54.569387Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:47:54.569475Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:47:54.569615Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 5, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 807.931µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547838165 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547969903 }), idle: None, total: None, wakes: 2, waker_clones: 3, waker_drops: 2, last_wake: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547766150 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:47:54.569713Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 5, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 807.931µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547838165 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547969903 }), idle: None, total: None, wakes: 2, waker_clones: 3, waker_drops: 2, last_wake: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547766150 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:47:54.569909Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 8, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 15.823988ms, last_poll_started: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 411931028 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 412018943 }), idle: None, total: None, wakes: 4, waker_clones: 8, waker_drops: 6, last_wake: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 411227826 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:54.570007Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 8, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 15.823988ms, last_poll_started: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 411931028 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 412018943 }), idle: None, total: None, wakes: 4, waker_clones: 8, waker_drops: 6, last_wake: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 411227826 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:54.570150Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 5, span_id: 274877906952, short_desc: InternedStr("5"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 5, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546403448 }, dropped_at: None, busy: 951.579µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547860016 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547994319 }), idle: None, total: None, wakes: 2, waker_clones: 3, waker_drops: 2, last_wake: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547786117 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:475:9 " } 2022-01-24T08:47:54.570248Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 5, span_id: 274877906952, short_desc: InternedStr("5"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 5, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546403448 }, dropped_at: None, busy: 951.579µs, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547860016 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547994319 }), idle: None, total: None, wakes: 2, waker_clones: 3, waker_drops: 2, last_wake: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 547786117 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:475:9 " } 2022-01-24T08:47:54.570396Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 71, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 99.724796ms, last_poll_started: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 447771515 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 448866293 }), idle: None, total: None, wakes: 70, waker_clones: 141, waker_drops: 140, last_wake: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 447662230 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:47:54.570491Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 71, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 99.724796ms, last_poll_started: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 447771515 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 448866293 }), idle: None, total: None, wakes: 70, waker_clones: 141, waker_drops: 140, last_wake: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 447662230 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:47:55.551428Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:47:55.553811Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:47:55.553934Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:47:55.554005Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 5, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 21.569448ms, last_poll_started: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 556897384 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 556985289 }), idle: None, total: None, wakes: 8, waker_clones: 12, waker_drops: 10, last_wake: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 556594064 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:55.554079Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 5, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 21.569448ms, last_poll_started: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 556897384 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 556985289 }), idle: None, total: None, wakes: 8, waker_clones: 12, waker_drops: 10, last_wake: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 556594064 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:55.554161Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 81, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 113.623155ms, last_poll_started: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 447908863 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 448711933 }), idle: None, total: None, wakes: 80, waker_clones: 161, waker_drops: 160, last_wake: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 447756186 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:47:55.554232Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 81, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 113.623155ms, last_poll_started: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 447908863 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 448711933 }), idle: None, total: None, wakes: 80, waker_clones: 161, waker_drops: 160, last_wake: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 447756186 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:47:55.554302Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 11, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 24.691788ms, last_poll_started: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 556897384 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 556985289 }), idle: None, total: None, wakes: 5, waker_clones: 9, waker_drops: 7, last_wake: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 556344735 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:55.554371Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 11, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 24.691788ms, last_poll_started: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 556897384 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 556985289 }), idle: None, total: None, wakes: 5, waker_clones: 9, waker_drops: 7, last_wake: Some(SystemTime { tv_sec: 1643014074, tv_nsec: 556344735 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:56.551790Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:47:56.554410Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 14, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 27.606288ms, last_poll_started: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 551176279 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 551262341 }), idle: None, total: None, wakes: 6, waker_clones: 10, waker_drops: 8, last_wake: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 550715843 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:56.554585Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 14, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 27.606288ms, last_poll_started: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 551176279 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 551262341 }), idle: None, total: None, wakes: 6, waker_clones: 10, waker_drops: 8, last_wake: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 550715843 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:56.554675Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 7, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 24.210193ms, last_poll_started: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 551176279 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 551262341 }), idle: None, total: None, wakes: 12, waker_clones: 17, waker_drops: 15, last_wake: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 550956175 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:56.554767Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 7, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 24.210193ms, last_poll_started: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 551176279 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 551262341 }), idle: None, total: None, wakes: 12, waker_clones: 17, waker_drops: 15, last_wake: Some(SystemTime { tv_sec: 1643014075, tv_nsec: 550956175 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:56.554852Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 91, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 127.859067ms, last_poll_started: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 448227431 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 449270392 }), idle: None, total: None, wakes: 90, waker_clones: 181, waker_drops: 180, last_wake: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 448117785 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:47:56.554931Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 91, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 127.859067ms, last_poll_started: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 448227431 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 449270392 }), idle: None, total: None, wakes: 90, waker_clones: 181, waker_drops: 180, last_wake: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 448117785 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:47:56.555026Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:47:56.555108Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:47:57.552543Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:47:57.555146Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:47:57.555286Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:47:57.555376Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 17, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 30.483086ms, last_poll_started: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 551487503 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 551573665 }), idle: None, total: None, wakes: 7, waker_clones: 11, waker_drops: 9, last_wake: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 551038159 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:57.555463Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 17, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 30.483086ms, last_poll_started: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 551487503 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 551573665 }), idle: None, total: None, wakes: 7, waker_clones: 11, waker_drops: 9, last_wake: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 551038159 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:57.555544Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 9, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 26.829066ms, last_poll_started: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 551487503 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 551573665 }), idle: None, total: None, wakes: 16, waker_clones: 22, waker_drops: 20, last_wake: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 551281456 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:57.555624Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 9, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 26.829066ms, last_poll_started: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 551487503 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 551573665 }), idle: None, total: None, wakes: 16, waker_clones: 22, waker_drops: 20, last_wake: Some(SystemTime { tv_sec: 1643014076, tv_nsec: 551281456 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:57.555710Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 101, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 141.896064ms, last_poll_started: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 448298103 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 449674310 }), idle: None, total: None, wakes: 100, waker_clones: 201, waker_drops: 200, last_wake: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 448156376 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:47:57.555790Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 101, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 141.896064ms, last_poll_started: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 448298103 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 449674310 }), idle: None, total: None, wakes: 100, waker_clones: 201, waker_drops: 200, last_wake: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 448156376 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:47:58.551222Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:47:58.553454Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 112, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 155.74596ms, last_poll_started: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 547438857 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 547922917 }), idle: None, total: None, wakes: 111, waker_clones: 223, waker_drops: 222, last_wake: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 547364337 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:47:58.553632Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 112, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 155.74596ms, last_poll_started: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 547438857 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 547922917 }), idle: None, total: None, wakes: 111, waker_clones: 223, waker_drops: 222, last_wake: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 547364337 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:47:58.553721Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 11, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 29.45922ms, last_poll_started: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 552218476 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 552305680 }), idle: None, total: None, wakes: 20, waker_clones: 27, waker_drops: 25, last_wake: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 551969918 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:58.553803Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 11, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 29.45922ms, last_poll_started: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 552218476 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 552305680 }), idle: None, total: None, wakes: 20, waker_clones: 27, waker_drops: 25, last_wake: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 551969918 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:58.553886Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:47:58.553966Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:47:58.554042Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 20, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 33.423554ms, last_poll_started: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 552218476 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 552305680 }), idle: None, total: None, wakes: 8, waker_clones: 12, waker_drops: 10, last_wake: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 551715921 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:58.554126Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 20, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 33.423554ms, last_poll_started: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 552218476 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 552305680 }), idle: None, total: None, wakes: 8, waker_clones: 12, waker_drops: 10, last_wake: Some(SystemTime { tv_sec: 1643014077, tv_nsec: 551715921 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:59.551129Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:47:59.553645Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 13, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 31.497192ms, last_poll_started: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 550891798 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 550954556 }), idle: None, total: None, wakes: 24, waker_clones: 32, waker_drops: 30, last_wake: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 550740674 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:59.553803Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 13, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 31.497192ms, last_poll_started: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 550891798 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 550954556 }), idle: None, total: None, wakes: 24, waker_clones: 32, waker_drops: 30, last_wake: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 550740674 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:59.553894Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:47:59.553970Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:47:59.554052Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 23, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 35.651433ms, last_poll_started: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 550891798 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 550954556 }), idle: None, total: None, wakes: 9, waker_clones: 13, waker_drops: 11, last_wake: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 550565775 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:59.554134Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 23, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 35.651433ms, last_poll_started: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 550891798 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 550954556 }), idle: None, total: None, wakes: 9, waker_clones: 13, waker_drops: 11, last_wake: Some(SystemTime { tv_sec: 1643014078, tv_nsec: 550565775 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:47:59.554214Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 121, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 167.642846ms, last_poll_started: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 447465611 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 448513591 }), idle: None, total: None, wakes: 120, waker_clones: 241, waker_drops: 240, last_wake: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 447364250 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:47:59.554293Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 121, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 167.642846ms, last_poll_started: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 447465611 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 448513591 }), idle: None, total: None, wakes: 120, waker_clones: 241, waker_drops: 240, last_wake: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 447364250 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:00.551956Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:48:00.554562Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:48:00.554732Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:48:00.554816Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 26, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 38.344956ms, last_poll_started: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 550881785 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 550968207 }), idle: None, total: None, wakes: 10, waker_clones: 14, waker_drops: 12, last_wake: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 550425948 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:00.554899Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 26, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 38.344956ms, last_poll_started: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 550881785 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 550968207 }), idle: None, total: None, wakes: 10, waker_clones: 14, waker_drops: 12, last_wake: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 550425948 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:00.554992Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 132, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 181.196086ms, last_poll_started: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 547633965 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 449083457 }), idle: None, total: None, wakes: 131, waker_clones: 261, waker_drops: 261, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 547527114 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:00.555093Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 132, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 181.196086ms, last_poll_started: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 547633965 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 449083457 }), idle: None, total: None, wakes: 131, waker_clones: 261, waker_drops: 261, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 547527114 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:00.555175Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 15, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 33.921168ms, last_poll_started: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 550881785 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 550968207 }), idle: None, total: None, wakes: 28, waker_clones: 37, waker_drops: 35, last_wake: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 550665018 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:00.555261Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 15, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 33.921168ms, last_poll_started: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 550881785 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 550968207 }), idle: None, total: None, wakes: 28, waker_clones: 37, waker_drops: 35, last_wake: Some(SystemTime { tv_sec: 1643014079, tv_nsec: 550665018 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:01.552146Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:48:01.554990Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 13, span_id: 18015498021109773, short_desc: InternedStr("13"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014080, tv_nsec: 804593229 }, dropped_at: None, busy: 718.731µs, last_poll_started: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804922268 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 805640999 }), idle: None, total: None, wakes: 0, waker_clones: 2, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:448:9 " } 2022-01-24T08:48:01.555148Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 13, span_id: 18015498021109773, short_desc: InternedStr("13"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014080, tv_nsec: 804593229 }, dropped_at: None, busy: 718.731µs, last_poll_started: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804922268 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 805640999 }), idle: None, total: None, wakes: 0, waker_clones: 2, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:448:9 " } 2022-01-24T08:48:01.555256Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 29, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 41.214491ms, last_poll_started: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 551646899 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 551748270 }), idle: None, total: None, wakes: 11, waker_clones: 15, waker_drops: 13, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 551203025 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:01.555354Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 29, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 41.214491ms, last_poll_started: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 551646899 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 551748270 }), idle: None, total: None, wakes: 11, waker_clones: 15, waker_drops: 13, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 551203025 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:01.555440Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 141, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 195.136652ms, last_poll_started: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 448370773 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 449747110 }), idle: None, total: None, wakes: 140, waker_clones: 281, waker_drops: 280, last_wake: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 448215110 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:01.555519Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 141, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 195.136652ms, last_poll_started: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 448370773 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 449747110 }), idle: None, total: None, wakes: 140, waker_clones: 281, waker_drops: 280, last_wake: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 448215110 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:01.555602Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 17, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 36.535984ms, last_poll_started: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 551646899 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 551748270 }), idle: None, total: None, wakes: 32, waker_clones: 42, waker_drops: 40, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 551440641 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:01.555683Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 17, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 36.535984ms, last_poll_started: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 551646899 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 551748270 }), idle: None, total: None, wakes: 32, waker_clones: 42, waker_drops: 40, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 551440641 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:01.555762Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 7, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 2.056839ms, last_poll_started: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804922268 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 805640999 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804161969 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:48:01.555841Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 7, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 2.056839ms, last_poll_started: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804922268 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 805640999 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804161969 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:48:01.555923Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:48:01.555997Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:48:02.552334Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:48:02.555245Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 152, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 208.688367ms, last_poll_started: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 547530739 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 449399089 }), idle: None, total: None, wakes: 151, waker_clones: 301, waker_drops: 301, last_wake: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 547422395 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:02.555430Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 152, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 208.688367ms, last_poll_started: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 547530739 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 449399089 }), idle: None, total: None, wakes: 151, waker_clones: 301, waker_drops: 301, last_wake: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 547422395 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:02.555521Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 13, span_id: 18015498021109773, short_desc: InternedStr("13"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 2, created_at: SystemTime { tv_sec: 1643014080, tv_nsec: 804593229 }, dropped_at: None, busy: 1.796637ms, last_poll_started: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 806189775 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 807267681 }), idle: None, total: None, wakes: 1, waker_clones: 5, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 806008183 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:448:9 " } 2022-01-24T08:48:02.555602Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 13, span_id: 18015498021109773, short_desc: InternedStr("13"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 2, created_at: SystemTime { tv_sec: 1643014080, tv_nsec: 804593229 }, dropped_at: None, busy: 1.796637ms, last_poll_started: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 806189775 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 807267681 }), idle: None, total: None, wakes: 1, waker_clones: 5, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 806008183 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:448:9 " } 2022-01-24T08:48:02.555684Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 8, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 3.134745ms, last_poll_started: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 806189775 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 807267681 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804161969 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:48:02.555768Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 8, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 3.134745ms, last_poll_started: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 806189775 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 807267681 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804161969 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:48:02.555850Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 19, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 39.314518ms, last_poll_started: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 551902364 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 551988897 }), idle: None, total: None, wakes: 36, waker_clones: 47, waker_drops: 45, last_wake: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 551663956 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:02.555932Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 19, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 39.314518ms, last_poll_started: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 551902364 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 551988897 }), idle: None, total: None, wakes: 36, waker_clones: 47, waker_drops: 45, last_wake: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 551663956 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:02.556013Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:48:02.556092Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:48:02.556169Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 32, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 44.281918ms, last_poll_started: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 551902364 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 551988897 }), idle: None, total: None, wakes: 12, waker_clones: 16, waker_drops: 14, last_wake: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 551423674 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:02.556250Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 32, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 44.281918ms, last_poll_started: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 551902364 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 551988897 }), idle: None, total: None, wakes: 12, waker_clones: 16, waker_drops: 14, last_wake: Some(SystemTime { tv_sec: 1643014081, tv_nsec: 551423674 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:03.551873Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:48:03.554648Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 21, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 42.195344ms, last_poll_started: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 552037251 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 552123764 }), idle: None, total: None, wakes: 40, waker_clones: 52, waker_drops: 50, last_wake: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 551827947 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:03.554795Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 21, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 42.195344ms, last_poll_started: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 552037251 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 552123764 }), idle: None, total: None, wakes: 40, waker_clones: 52, waker_drops: 50, last_wake: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 551827947 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:03.554883Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 9, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 4.241847ms, last_poll_started: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 808438615 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 809545717 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804161969 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:48:03.554964Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 9, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 4.241847ms, last_poll_started: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 808438615 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 809545717 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804161969 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:48:03.555074Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 161, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 222.680953ms, last_poll_started: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 448563650 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 449924658 }), idle: None, total: None, wakes: 160, waker_clones: 321, waker_drops: 320, last_wake: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 448407045 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:03.555156Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 161, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 222.680953ms, last_poll_started: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 448563650 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 449924658 }), idle: None, total: None, wakes: 160, waker_clones: 321, waker_drops: 320, last_wake: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 448407045 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:03.555235Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 35, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 47.422783ms, last_poll_started: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 552037251 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 552123764 }), idle: None, total: None, wakes: 13, waker_clones: 17, waker_drops: 15, last_wake: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 551570353 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:03.555319Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 35, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 47.422783ms, last_poll_started: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 552037251 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 552123764 }), idle: None, total: None, wakes: 13, waker_clones: 17, waker_drops: 15, last_wake: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 551570353 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:03.555400Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:48:03.555474Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:48:03.555548Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 13, span_id: 18015498021109773, short_desc: InternedStr("13"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 3, created_at: SystemTime { tv_sec: 1643014080, tv_nsec: 804593229 }, dropped_at: None, busy: 2.903739ms, last_poll_started: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 808438615 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 809545717 }), idle: None, total: None, wakes: 2, waker_clones: 8, waker_drops: 6, last_wake: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 808239511 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:448:9 " } 2022-01-24T08:48:03.555630Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 13, span_id: 18015498021109773, short_desc: InternedStr("13"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 3, created_at: SystemTime { tv_sec: 1643014080, tv_nsec: 804593229 }, dropped_at: None, busy: 2.903739ms, last_poll_started: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 808438615 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 809545717 }), idle: None, total: None, wakes: 2, waker_clones: 8, waker_drops: 6, last_wake: Some(SystemTime { tv_sec: 1643014082, tv_nsec: 808239511 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:448:9 " } 2022-01-24T08:48:04.553099Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:48:04.556862Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 14, span_id: 22519922282201109, short_desc: InternedStr("14"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014084, tv_nsec: 492382719 }, dropped_at: None, busy: 1.57969ms, last_poll_started: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 492836061 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 494415751 }), idle: None, total: None, wakes: 0, waker_clones: 2, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:336:13 " } 2022-01-24T08:48:04.557024Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 14, span_id: 22519922282201109, short_desc: InternedStr("14"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014084, tv_nsec: 492382719 }, dropped_at: None, busy: 1.57969ms, last_poll_started: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 492836061 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 494415751 }), idle: None, total: None, wakes: 0, waker_clones: 2, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:336:13 " } 2022-01-24T08:48:04.557200Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 15, span_id: 22519922282201110, short_desc: InternedStr("15"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014084, tv_nsec: 492609936 }, dropped_at: None, busy: 76.724µs, last_poll_started: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 492869284 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 492946008 }), idle: None, total: None, wakes: 0, waker_clones: 1, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:344:17 " } 2022-01-24T08:48:04.557306Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 15, span_id: 22519922282201110, short_desc: InternedStr("15"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014084, tv_nsec: 492609936 }, dropped_at: None, busy: 76.724µs, last_poll_started: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 492869284 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 492946008 }), idle: None, total: None, wakes: 0, waker_clones: 1, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:344:17 " } 2022-01-24T08:48:04.557409Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 13, span_id: 18015498021109773, short_desc: InternedStr("13"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 4, created_at: SystemTime { tv_sec: 1643014080, tv_nsec: 804593229 }, dropped_at: None, busy: 4.045525ms, last_poll_started: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 810194568 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 811336354 }), idle: None, total: None, wakes: 3, waker_clones: 11, waker_drops: 9, last_wake: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 810008899 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:448:9 " } 2022-01-24T08:48:04.557493Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 13, span_id: 18015498021109773, short_desc: InternedStr("13"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 4, created_at: SystemTime { tv_sec: 1643014080, tv_nsec: 804593229 }, dropped_at: None, busy: 4.045525ms, last_poll_started: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 810194568 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 811336354 }), idle: None, total: None, wakes: 3, waker_clones: 11, waker_drops: 9, last_wake: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 810008899 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:448:9 " } 2022-01-24T08:48:04.557578Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 23, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 45.007641ms, last_poll_started: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 551615299 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 551718894 }), idle: None, total: None, wakes: 44, waker_clones: 57, waker_drops: 55, last_wake: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 551395035 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:04.557660Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 23, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 45.007641ms, last_poll_started: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 551615299 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 551718894 }), idle: None, total: None, wakes: 44, waker_clones: 57, waker_drops: 55, last_wake: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 551395035 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:04.557741Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 5, span_id: 274877906952, short_desc: InternedStr("5"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 7, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546403448 }, dropped_at: None, busy: 3.219773ms, last_poll_started: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 492836061 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 494415751 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 491938774 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:475:9 " } 2022-01-24T08:48:04.557819Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 5, span_id: 274877906952, short_desc: InternedStr("5"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 7, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546403448 }, dropped_at: None, busy: 3.219773ms, last_poll_started: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 492836061 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 494415751 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 491938774 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:475:9 " } 2022-01-24T08:48:04.557908Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:48:04.557985Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:48:04.558060Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 38, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 50.506701ms, last_poll_started: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 551615299 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 551718894 }), idle: None, total: None, wakes: 14, waker_clones: 18, waker_drops: 16, last_wake: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 551154262 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:04.558142Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 38, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 50.506701ms, last_poll_started: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 551615299 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 551718894 }), idle: None, total: None, wakes: 14, waker_clones: 18, waker_drops: 16, last_wake: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 551154262 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:04.558227Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 10, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 5.383633ms, last_poll_started: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 810194568 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 811336354 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804161969 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:48:04.558308Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 10, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 5.383633ms, last_poll_started: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 810194568 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014083, tv_nsec: 811336354 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804161969 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:48:04.558401Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 171, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 235.667025ms, last_poll_started: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 448425984 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 449905876 }), idle: None, total: None, wakes: 170, waker_clones: 341, waker_drops: 340, last_wake: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 448214386 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:04.558486Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 171, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 235.667025ms, last_poll_started: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 448425984 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 449905876 }), idle: None, total: None, wakes: 170, waker_clones: 341, waker_drops: 340, last_wake: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 448214386 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:05.549983Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:48:05.551908Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 5, span_id: 274877906952, short_desc: InternedStr("5"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 8, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546403448 }, dropped_at: None, busy: 3.58553ms, last_poll_started: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 415597781 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 415963538 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 491938774 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:475:9 " } 2022-01-24T08:48:05.552011Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 5, span_id: 274877906952, short_desc: InternedStr("5"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 8, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546403448 }, dropped_at: None, busy: 3.58553ms, last_poll_started: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 415597781 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 415963538 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 491938774 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:475:9 " } 2022-01-24T08:48:05.552070Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 41, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 54.169045ms, last_poll_started: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 552818764 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 552904425 }), idle: None, total: None, wakes: 15, waker_clones: 19, waker_drops: 17, last_wake: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 552366254 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:05.552132Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 41, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 54.169045ms, last_poll_started: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 552818764 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 552904425 }), idle: None, total: None, wakes: 15, waker_clones: 19, waker_drops: 17, last_wake: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 552366254 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:05.552190Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 15, span_id: 22519922282201110, short_desc: InternedStr("15"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 2, created_at: SystemTime { tv_sec: 1643014084, tv_nsec: 492609936 }, dropped_at: None, busy: 442.481µs, last_poll_started: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 415597781 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 415963538 }), idle: None, total: None, wakes: 1, waker_clones: 2, waker_drops: 1, last_wake: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 415406732 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:344:17 " } 2022-01-24T08:48:05.552245Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 15, span_id: 22519922282201110, short_desc: InternedStr("15"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 2, created_at: SystemTime { tv_sec: 1643014084, tv_nsec: 492609936 }, dropped_at: None, busy: 442.481µs, last_poll_started: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 415597781 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 415963538 }), idle: None, total: None, wakes: 1, waker_clones: 2, waker_drops: 1, last_wake: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 415406732 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:344:17 " } 2022-01-24T08:48:05.552304Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 13, span_id: 18015498021109773, short_desc: InternedStr("13"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 6, created_at: SystemTime { tv_sec: 1643014080, tv_nsec: 804593229 }, dropped_at: None, busy: 6.271399ms, last_poll_started: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 449751046 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 450774951 }), idle: None, total: None, wakes: 5, waker_clones: 16, waker_drops: 14, last_wake: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 449163862 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:448:9 " } 2022-01-24T08:48:05.552359Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 13, span_id: 18015498021109773, short_desc: InternedStr("13"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 6, created_at: SystemTime { tv_sec: 1643014080, tv_nsec: 804593229 }, dropped_at: None, busy: 6.271399ms, last_poll_started: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 449751046 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 450774951 }), idle: None, total: None, wakes: 5, waker_clones: 16, waker_drops: 14, last_wake: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 449163862 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:448:9 " } 2022-01-24T08:48:05.552414Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 14, span_id: 22519922282201109, short_desc: InternedStr("14"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014084, tv_nsec: 492382719 }, dropped_at: None, busy: 1.57969ms, last_poll_started: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 492836061 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 494415751 }), idle: None, total: None, wakes: 2, waker_clones: 2, waker_drops: 2, last_wake: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 493401275 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:336:13 " } 2022-01-24T08:48:05.552468Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 14, span_id: 22519922282201109, short_desc: InternedStr("14"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014084, tv_nsec: 492382719 }, dropped_at: None, busy: 1.57969ms, last_poll_started: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 492836061 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 494415751 }), idle: None, total: None, wakes: 2, waker_clones: 2, waker_drops: 2, last_wake: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 493401275 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:336:13 " } 2022-01-24T08:48:05.552529Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:48:05.552582Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:48:05.552637Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 12, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 7.609507ms, last_poll_started: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 449751046 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 450774951 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804161969 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:48:05.552693Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 12, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 7.609507ms, last_poll_started: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 449751046 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 450774951 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804161969 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:48:05.552752Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 25, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 48.410257ms, last_poll_started: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 552818764 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 552904425 }), idle: None, total: None, wakes: 48, waker_clones: 62, waker_drops: 60, last_wake: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 552609210 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:05.552809Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 25, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 48.410257ms, last_poll_started: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 552818764 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 552904425 }), idle: None, total: None, wakes: 48, waker_clones: 62, waker_drops: 60, last_wake: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 552609210 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:05.552865Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 181, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 248.574929ms, last_poll_started: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 448265634 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 449712133 }), idle: None, total: None, wakes: 180, waker_clones: 361, waker_drops: 360, last_wake: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 448125550 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:05.552922Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 181, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 248.574929ms, last_poll_started: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 448265634 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 449712133 }), idle: None, total: None, wakes: 180, waker_clones: 361, waker_drops: 360, last_wake: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 448125550 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:06.554147Z DEBUG Connection{peer=Client}: h2::codec::framed_read: received frame=Data { stream_id: StreamId(1) } 2022-01-24T08:48:06.558001Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 44, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 56.330377ms, last_poll_started: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 549811282 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 549865473 }), idle: None, total: None, wakes: 16, waker_clones: 20, waker_drops: 18, last_wake: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 549485880 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:06.558144Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 12, span_id: 6755399441055750, short_desc: InternedStr("12"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 44, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 390259727 }, dropped_at: None, busy: 56.330377ms, last_poll_started: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 549811282 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 549865473 }), idle: None, total: None, wakes: 16, waker_clones: 20, waker_drops: 18, last_wake: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 549485880 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:06.558232Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 27, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 50.398363ms, last_poll_started: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 549811282 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 549865473 }), idle: None, total: None, wakes: 52, waker_clones: 67, waker_drops: 65, last_wake: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 549676689 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:06.558326Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 11, span_id: 6755399441055749, short_desc: InternedStr("11"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 27, created_at: SystemTime { tv_sec: 1643014074, tv_nsec: 393383429 }, dropped_at: None, busy: 50.398363ms, last_poll_started: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 549811282 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 549865473 }), idle: None, total: None, wakes: 52, waker_clones: 67, waker_drops: 65, last_wake: Some(SystemTime { tv_sec: 1643014085, tv_nsec: 549676689 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "/hyper-0.14.16/src/common/exec.rs:49:21 " } 2022-01-24T08:48:06.558425Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 192, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 262.277638ms, last_poll_started: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 547759778 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 450008062 }), idle: None, total: None, wakes: 191, waker_clones: 381, waker_drops: 381, last_wake: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 547628641 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:06.558507Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 9, span_id: 274877906953, short_desc: InternedStr("9"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 192, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546438173 }, dropped_at: None, busy: 262.277638ms, last_poll_started: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 547759778 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 450008062 }), idle: None, total: None, wakes: 191, waker_clones: 381, waker_drops: 381, last_wake: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 547628641 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:491:9 " } 2022-01-24T08:48:06.558593Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:48:06.558670Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 3, span_id: 274877906945, short_desc: InternedStr("3"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "block_on ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 1, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 544507564 }, dropped_at: None, busy: 0ns, last_poll_started: Some(SystemTime { tv_sec: 1643014067, tv_nsec: 544664249 }), last_poll_ended: None, idle: None, total: None, wakes: 0, waker_clones: 0, waker_drops: 0, last_wake: None, self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:520:18 " } 2022-01-24T08:48:06.558745Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 13, span_id: 18015498021109773, short_desc: InternedStr("13"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 11, created_at: SystemTime { tv_sec: 1643014080, tv_nsec: 804593229 }, dropped_at: None, busy: 10.072334ms, last_poll_started: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 349027086 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 349941174 }), idle: None, total: None, wakes: 10, waker_clones: 26, waker_drops: 24, last_wake: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 348399436 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:448:9 " } 2022-01-24T08:48:06.558825Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 13, span_id: 18015498021109773, short_desc: InternedStr("13"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 11, created_at: SystemTime { tv_sec: 1643014080, tv_nsec: 804593229 }, dropped_at: None, busy: 10.072334ms, last_poll_started: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 349027086 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 349941174 }), idle: None, total: None, wakes: 10, waker_clones: 26, waker_drops: 24, last_wake: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 348399436 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:448:9 " } 2022-01-24T08:48:06.558911Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 5, span_id: 274877906952, short_desc: InternedStr("5"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 11, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546403448 }, dropped_at: None, busy: 4.509086ms, last_poll_started: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 332257721 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 332487022 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 491938774 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:475:9 " } 2022-01-24T08:48:06.558992Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 5, span_id: 274877906952, short_desc: InternedStr("5"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 11, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546403448 }, dropped_at: None, busy: 4.509086ms, last_poll_started: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 332257721 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 332487022 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014084, tv_nsec: 491938774 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:475:9 " } 2022-01-24T08:48:06.559070Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 15, span_id: 22519922282201110, short_desc: InternedStr("15"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 5, created_at: SystemTime { tv_sec: 1643014084, tv_nsec: 492609936 }, dropped_at: None, busy: 1.366037ms, last_poll_started: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 332257721 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 332487022 }), idle: None, total: None, wakes: 4, waker_clones: 5, waker_drops: 4, last_wake: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 332143526 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:344:17 " } 2022-01-24T08:48:06.559149Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 15, span_id: 22519922282201110, short_desc: InternedStr("15"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 5, created_at: SystemTime { tv_sec: 1643014084, tv_nsec: 492609936 }, dropped_at: None, busy: 1.366037ms, last_poll_started: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 332257721 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 332487022 }), idle: None, total: None, wakes: 4, waker_clones: 5, waker_drops: 4, last_wake: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 332143526 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:344:17 " } 2022-01-24T08:48:06.559233Z DEBUG tokio_console::state::tasks: checking... lint=Linter(SelfWakePercent { min_percent: 50, description: "tasks have woken themselves over 50% of the time" }) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 17, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 11.410442ms, last_poll_started: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 349027086 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 349941174 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804161969 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } 2022-01-24T08:48:06.559314Z DEBUG tokio_console::state::tasks: checking... lint=Linter(LostWaker) task=Task { num: 4, span_id: 274877906954, short_desc: InternedStr("4"), formatted_fields: [[Span { content: "kind", style: Style { fg: Some(LightBlue), bg: None, add_modifier: BOLD, sub_modifier: (empty) } }, Span { content: "=", style: Style { fg: Some(LightBlue), bg: None, add_modifier: DIM, sub_modifier: (empty) } }, Span { content: "task ", style: Style { fg: Some(Yellow), bg: None, add_modifier: (empty), sub_modifier: (empty) } }]], stats: TaskStats { polls: 17, created_at: SystemTime { tv_sec: 1643014067, tv_nsec: 546467889 }, dropped_at: None, busy: 11.410442ms, last_poll_started: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 349027086 }), last_poll_ended: Some(SystemTime { tv_sec: 1643014086, tv_nsec: 349941174 }), idle: None, total: None, wakes: 3, waker_clones: 4, waker_drops: 3, last_wake: Some(SystemTime { tv_sec: 1643014080, tv_nsec: 804161969 }), self_wakes: 0 }, target: InternedStr("tokio::task"), name: None, warnings: [], location: "src/main.rs:494:43 " } The application panicked (crashed). Message: called `Result::unwrap()` on an `Err` value: SystemTimeError(399.071µs) Location: tokio-console/src/state/async_ops.rs:214 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  ⋮ 8 frames hidden ⋮  9: core::result::Result::unwrap::h350de3ce0f683a4c at /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/core/src/result.rs:1295 10: tokio_console::state::async_ops::AsyncOpsState::retain_active::{{closure}}::{{closure}}::hf53ca363ea8897da at /home/loicdamien/Downloads/console/tokio-console/src/state/async_ops.rs:214 212 │ .dropped_at 213 │ .map(|d| {  214 >  let dropped_for = now.duration_since(d).unwrap(); 215 │ retain_for > dropped_for 216 │ }) 11: core::option::Option::map::h0b73b079402dd858 at /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/core/src/option.rs:846 12: tokio_console::state::async_ops::AsyncOpsState::retain_active::{{closure}}::he87210692c2903cd at /home/loicdamien/Downloads/console/tokio-console/src/state/async_ops.rs:210 208 │ let async_op = async_op.borrow(); 209 │  210 >  async_op 211 │ .stats 212 │ .dropped_at 13: hashbrown::map::HashMap::retain::he898ed2073bb88f9 at /cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.0/src/map.rs:713 14: std::collections::hash::map::HashMap::retain::h37fc4e02cc9b5b94 at /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/std/src/collections/hash/map.rs:957 15: tokio_console::state::async_ops::AsyncOpsState::retain_active::h88ed4f1b0c977133 at /home/loicdamien/Downloads/console/tokio-console/src/state/async_ops.rs:207 205 │ 206 │ pub(crate) fn retain_active(&mut self, now: SystemTime, retain_for: Duration) {  207 >  self.async_ops.retain(|_, async_op| { 208 │ let async_op = async_op.borrow(); 209 │ 16: tokio_console::state::State::retain_active::h260459fb7519fa8c at /home/loicdamien/Downloads/console/tokio-console/src/state/mod.rs:183 181 │ self.tasks_state.retain_active(now, retain_for); 182 │ self.resources_state.retain_active(now, retain_for);  183 >  self.async_ops_state.retain_active(now, retain_for); 184 │ } 185 │ 17: tokio_console::view::View::render::h736adcad75a4bacb at /home/loicdamien/Downloads/console/tokio-console/src/view/mod.rs:196 194 │ } 195 │  196 >  state.retain_active(); 197 │ } 198 │ 18: tokio_console::main::{{closure}}::{{closure}}::h09c8b6062efa1e0b at /home/loicdamien/Downloads/console/tokio-console/src/main.rs:142 140 │ f.render_widget(header, chunks[0]); 141 │ f.render_widget(view_controls, chunks[1]);  142 >  view.render(f, chunks[2], &mut state); 143 │ })?; 144 │ } 19: tui::terminal::Terminal::draw::h2ccad1a082a7b62f at /home/loicdamien/.cargo/registry/src/github.com-1ecc6299db9ec823/tui-0.16.0/src/terminal.rs:267 265 │ 266 │ let mut frame = self.get_frame();  267 >  f(&mut frame); 268 │ // We can't change the cursor position right away because we have to flush the frame to 269 │ // stdout first. But we also can't keep the frame around, since it holds a &mut to 20: tokio_console::main::{{closure}}::h7a7e6eef5843c058 at /home/loicdamien/Downloads/console/tokio-console/src/main.rs:110 108 │ }, 109 │ }  110 >  terminal.draw(|f| { 111 │ let chunks = Layout::default() 112 │ .direction(Direction::Vertical) 21:  as core::future::future::Future>::poll::hdf4fe37d690aa9af at /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/core/src/future/mod.rs:80 22:  as core::future::future::Future>::poll::h2a3437c4c97f9e11 at /home/loicdamien/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.29/src/instrument.rs:272 270 │ let this = self.project(); 271 │ let _enter = this.span.enter();  272 >  this.inner.poll(cx) 273 │ } 274 │ } 23: tokio::park::thread::CachedParkThread::block_on::{{closure}}::ha042faa638de3212 at /home/loicdamien/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.15.0/src/park/thread.rs:263 261 │ 262 │ loop {  263 >  if let Ready(v) = crate::coop::budget(|| f.as_mut().poll(&mut cx)) { 264 │ return Ok(v); 265 │ } 24: tokio::coop::with_budget::{{closure}}::h11dd0d9fd5990503 at /home/loicdamien/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.15.0/src/coop.rs:102 100 │ let _guard = ResetGuard { cell, prev }; 101 │  102 >  f() 103 │ }) 104 │ } 25: std::thread::local::LocalKey::try_with::h374bdf4f8d1a5b1a at /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/std/src/thread/local.rs:399 26: std::thread::local::LocalKey::with::h874aeea934230e0c at /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/std/src/thread/local.rs:375 27: tokio::coop::with_budget::hdd3d678111cba69a at /home/loicdamien/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.15.0/src/coop.rs:95 93 │ } 94 │  95 >  CURRENT.with(move |cell| { 96 │ let prev = cell.get(); 97 │ 28: tokio::coop::budget::hf931c3634c08a871 at /home/loicdamien/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.15.0/src/coop.rs:72 70 │ #[inline(always)] 71 │ pub(crate) fn budget(f: impl FnOnce() -> R) -> R {  72 >  with_budget(Budget::initial(), f) 73 │ } 74 │ 29: tokio::park::thread::CachedParkThread::block_on::h2d3f62bbd121c958 at /home/loicdamien/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.15.0/src/park/thread.rs:263 261 │ 262 │ loop {  263 >  if let Ready(v) = crate::coop::budget(|| f.as_mut().poll(&mut cx)) { 264 │ return Ok(v); 265 │ } 30: tokio::runtime::enter::Enter::block_on::hd746fce4ad0df605 at /home/loicdamien/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.15.0/src/runtime/enter.rs:151 149 │ 150 │ let mut park = CachedParkThread::new();  151 >  park.block_on(f) 152 │ } 153 │ 31: tokio::runtime::thread_pool::ThreadPool::block_on::h05afeced5c373215 at /home/loicdamien/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.15.0/src/runtime/thread_pool/mod.rs:77 75 │ { 76 │ let mut enter = crate::runtime::enter(true);  77 >  enter.block_on(future).expect("failed to park thread") 78 │ } 79 │ } 32: tokio::runtime::Runtime::block_on::hda85ce689ef2a9f7 at /home/loicdamien/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.15.0/src/runtime/mod.rs:463 461 │ Kind::CurrentThread(exec) => exec.block_on(future), 462 │ #[cfg(feature = "rt-multi-thread")]  463 >  Kind::ThreadPool(exec) => exec.block_on(future), 464 │ } 465 │ } 33: tokio_console::main::h0f20b6dd14a5c6a6 at /home/loicdamien/Downloads/console/tokio-console/src/main.rs:59 57 │ let mut view = view::View::new(styles); 58 │  59 >  loop { 60 │ tokio::select! { biased; 61 │ input = input.next() => { 34: core::ops::function::FnOnce::call_once::hebe43173321848a5 at /rustc/db9d1b20bba1968c1ec1fc49616d4742c1725b4b/library/core/src/ops/function.rs:227  ⋮ 15 frames hidden ⋮  Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. Consider reporting this error using this URL: https://github.com/tokio-rs/console/issues/new?title=%3Cautogenerated-issue%3E&body=%23%23+Error%0A%60%60%60%0Acalled+%60Result%3A%3Aunwrap%28%29%60+on+an+%60Err%60+value%3A+SystemTimeError%28399.071%C2%B5s%29%0A%60%60%60%0A%0A%23%23+Metadata%0A%7Ckey%7Cvalue%7C%0A%7C--%7C--%7C%0A%7C**version**%7C0.1.1%7C%0A%7C**location**%7Ctokio-console%2Fsrc%2Fstate%2Fasync_ops.rs%3A214%3A61%7C%0A%0A%0A%23%23+Backtrace%0A%0A%3Cdetails%3E%0A%0A%60%60%60%0ABacktrace%3A%0A+++0%3A+color_eyre%3A%3Aconfig%3A%3APanicHook%3A%3Apanic_report%0A+++++++++++++at+%2Fhome%2Floicdamien%2F.cargo%2Fregistry%2Fsrc%2Fgithub.com-1ecc6299db9ec823%2Fcolor-eyre-0.5.11%2Fsrc%2Fconfig.rs%3A982%3A18%0A+++1%3A+color_eyre%3A%3Aconfig%3A%3APanicHook%3A%3Ainto_panic_hook%3A%3A%7B%7Bclosure%7D%7D%0A+++++++++++++at+%2Fhome%2Floicdamien%2F.cargo%2Fregistry%2Fsrc%2Fgithub.com-1ecc6299db9ec823%2Fcolor-eyre-0.5.11%2Fsrc%2Fconfig.rs%3A961%3A29%0A+++2%3A+std%3A%3Apanicking%3A%3Arust_panic_with_hook%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Fpanicking.rs%3A610%3A17%0A+++3%3A+std%3A%3Apanicking%3A%3Abegin_panic_handler%3A%3A%7B%7Bclosure%7D%7D%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Fpanicking.rs%3A502%3A13%0A+++4%3A+std%3A%3Asys_common%3A%3Abacktrace%3A%3A__rust_end_short_backtrace%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Fsys_common%2Fbacktrace.rs%3A139%3A18%0A+++5%3A+rust_begin_unwind%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Fpanicking.rs%3A498%3A5%0A+++6%3A+core%3A%3Apanicking%3A%3Apanic_fmt%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fcore%2Fsrc%2Fpanicking.rs%3A107%3A14%0A+++7%3A+core%3A%3Aresult%3A%3Aunwrap_failed%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fcore%2Fsrc%2Fresult.rs%3A1613%3A5%0A+++8%3A+core%3A%3Aresult%3A%3AResult%3CT%2CE%3E%3A%3Aunwrap%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fcore%2Fsrc%2Fresult.rs%3A1295%3A23%0A+++9%3A+tokio_console%3A%3Astate%3A%3Aasync_ops%3A%3AAsyncOpsState%3A%3Aretain_active%3A%3A%7B%7Bclosure%7D%7D%3A%3A%7B%7Bclosure%7D%7D%0A+++++++++++++at+tokio-console%2Fsrc%2Fstate%2Fasync_ops.rs%3A214%3A39%0A++10%3A+core%3A%3Aoption%3A%3AOption%3CT%3E%3A%3Amap%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fcore%2Fsrc%2Foption.rs%3A846%3A29%0A++11%3A+tokio_console%3A%3Astate%3A%3Aasync_ops%3A%3AAsyncOpsState%3A%3Aretain_active%3A%3A%7B%7Bclosure%7D%7D%0A+++++++++++++at+tokio-console%2Fsrc%2Fstate%2Fasync_ops.rs%3A210%3A13%0A++12%3A+hashbrown%3A%3Amap%3A%3AHashMap%3CK%2CV%2CS%2CA%3E%3A%3Aretain%0A+++++++++++++at+%2Fcargo%2Fregistry%2Fsrc%2Fgithub.com-1ecc6299db9ec823%2Fhashbrown-0.11.0%2Fsrc%2Fmap.rs%3A713%3A21%0A++13%3A+std%3A%3Acollections%3A%3Ahash%3A%3Amap%3A%3AHashMap%3CK%2CV%2CS%3E%3A%3Aretain%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Fcollections%2Fhash%2Fmap.rs%3A957%3A9%0A++14%3A+tokio_console%3A%3Astate%3A%3Aasync_ops%3A%3AAsyncOpsState%3A%3Aretain_active%0A+++++++++++++at+tokio-console%2Fsrc%2Fstate%2Fasync_ops.rs%3A207%3A9%0A++15%3A+tokio_console%3A%3Astate%3A%3AState%3A%3Aretain_active%0A+++++++++++++at+tokio-console%2Fsrc%2Fstate%2Fmod.rs%3A183%3A13%0A++16%3A+tokio_console%3A%3Aview%3A%3AView%3A%3Arender%0A+++++++++++++at+tokio-console%2Fsrc%2Fview%2Fmod.rs%3A196%3A9%0A++17%3A+tokio_console%3A%3Amain%3A%3A%7B%7Bclosure%7D%7D%3A%3A%7B%7Bclosure%7D%7D%0A+++++++++++++at+tokio-console%2Fsrc%2Fmain.rs%3A142%3A13%0A++18%3A+tui%3A%3Aterminal%3A%3ATerminal%3CB%3E%3A%3Adraw%0A+++++++++++++at+%2Fhome%2Floicdamien%2F.cargo%2Fregistry%2Fsrc%2Fgithub.com-1ecc6299db9ec823%2Ftui-0.16.0%2Fsrc%2Fterminal.rs%3A267%3A9%0A++19%3A+tokio_console%3A%3Amain%3A%3A%7B%7Bclosure%7D%7D%0A+++++++++++++at+tokio-console%2Fsrc%2Fmain.rs%3A110%3A9%0A++20%3A+%3Ccore%3A%3Afuture%3A%3Afrom_generator%3A%3AGenFuture%3CT%3E+as+core%3A%3Afuture%3A%3Afuture%3A%3AFuture%3E%3A%3Apoll%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fcore%2Fsrc%2Ffuture%2Fmod.rs%3A80%3A19%0A++21%3A+%3Ctracing%3A%3Ainstrument%3A%3AInstrumented%3CT%3E+as+core%3A%3Afuture%3A%3Afuture%3A%3AFuture%3E%3A%3Apoll%0A+++++++++++++at+%2Fhome%2Floicdamien%2F.cargo%2Fregistry%2Fsrc%2Fgithub.com-1ecc6299db9ec823%2Ftracing-0.1.29%2Fsrc%2Finstrument.rs%3A272%3A9%0A++22%3A+tokio%3A%3Apark%3A%3Athread%3A%3ACachedParkThread%3A%3Ablock_on%3A%3A%7B%7Bclosure%7D%7D%0A+++++++++++++at+%2Fhome%2Floicdamien%2F.cargo%2Fregistry%2Fsrc%2Fgithub.com-1ecc6299db9ec823%2Ftokio-1.15.0%2Fsrc%2Fpark%2Fthread.rs%3A263%3A54%0A++23%3A+tokio%3A%3Acoop%3A%3Awith_budget%3A%3A%7B%7Bclosure%7D%7D%0A+++++++++++++at+%2Fhome%2Floicdamien%2F.cargo%2Fregistry%2Fsrc%2Fgithub.com-1ecc6299db9ec823%2Ftokio-1.15.0%2Fsrc%2Fcoop.rs%3A102%3A9%0A++24%3A+std%3A%3Athread%3A%3Alocal%3A%3ALocalKey%3CT%3E%3A%3Atry_with%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Fthread%2Flocal.rs%3A399%3A16%0A++25%3A+std%3A%3Athread%3A%3Alocal%3A%3ALocalKey%3CT%3E%3A%3Awith%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Fthread%2Flocal.rs%3A375%3A9%0A++26%3A+tokio%3A%3Acoop%3A%3Awith_budget%0A+++++++++++++at+%2Fhome%2Floicdamien%2F.cargo%2Fregistry%2Fsrc%2Fgithub.com-1ecc6299db9ec823%2Ftokio-1.15.0%2Fsrc%2Fcoop.rs%3A95%3A5%0A++++++tokio%3A%3Acoop%3A%3Abudget%0A+++++++++++++at+%2Fhome%2Floicdamien%2F.cargo%2Fregistry%2Fsrc%2Fgithub.com-1ecc6299db9ec823%2Ftokio-1.15.0%2Fsrc%2Fcoop.rs%3A72%3A5%0A++++++tokio%3A%3Apark%3A%3Athread%3A%3ACachedParkThread%3A%3Ablock_on%0A+++++++++++++at+%2Fhome%2Floicdamien%2F.cargo%2Fregistry%2Fsrc%2Fgithub.com-1ecc6299db9ec823%2Ftokio-1.15.0%2Fsrc%2Fpark%2Fthread.rs%3A263%3A31%0A++27%3A+tokio%3A%3Aruntime%3A%3Aenter%3A%3AEnter%3A%3Ablock_on%0A+++++++++++++at+%2Fhome%2Floicdamien%2F.cargo%2Fregistry%2Fsrc%2Fgithub.com-1ecc6299db9ec823%2Ftokio-1.15.0%2Fsrc%2Fruntime%2Fenter.rs%3A151%3A13%0A++28%3A+tokio%3A%3Aruntime%3A%3Athread_pool%3A%3AThreadPool%3A%3Ablock_on%0A+++++++++++++at+%2Fhome%2Floicdamien%2F.cargo%2Fregistry%2Fsrc%2Fgithub.com-1ecc6299db9ec823%2Ftokio-1.15.0%2Fsrc%2Fruntime%2Fthread_pool%2Fmod.rs%3A77%3A9%0A++29%3A+tokio%3A%3Aruntime%3A%3ARuntime%3A%3Ablock_on%0A+++++++++++++at+%2Fhome%2Floicdamien%2F.cargo%2Fregistry%2Fsrc%2Fgithub.com-1ecc6299db9ec823%2Ftokio-1.15.0%2Fsrc%2Fruntime%2Fmod.rs%3A463%3A43%0A++30%3A+tokio_console%3A%3Amain%0A+++++++++++++at+tokio-console%2Fsrc%2Fmain.rs%3A59%3A5%0A++31%3A+core%3A%3Aops%3A%3Afunction%3A%3AFnOnce%3A%3Acall_once%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fcore%2Fsrc%2Fops%2Ffunction.rs%3A227%3A5%0A++32%3A+std%3A%3Asys_common%3A%3Abacktrace%3A%3A__rust_begin_short_backtrace%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Fsys_common%2Fbacktrace.rs%3A123%3A18%0A++33%3A+std%3A%3Art%3A%3Alang_start%3A%3A%7B%7Bclosure%7D%7D%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Frt.rs%3A145%3A18%0A++34%3A+core%3A%3Aops%3A%3Afunction%3A%3Aimpls%3A%3A%3Cimpl+core%3A%3Aops%3A%3Afunction%3A%3AFnOnce%3CA%3E+for+%26F%3E%3A%3Acall_once%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fcore%2Fsrc%2Fops%2Ffunction.rs%3A259%3A13%0A++++++std%3A%3Apanicking%3A%3Atry%3A%3Ado_call%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Fpanicking.rs%3A406%3A40%0A++++++std%3A%3Apanicking%3A%3Atry%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Fpanicking.rs%3A370%3A19%0A++++++std%3A%3Apanic%3A%3Acatch_unwind%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Fpanic.rs%3A133%3A14%0A++++++std%3A%3Art%3A%3Alang_start_internal%3A%3A%7B%7Bclosure%7D%7D%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Frt.rs%3A128%3A48%0A++++++std%3A%3Apanicking%3A%3Atry%3A%3Ado_call%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Fpanicking.rs%3A406%3A40%0A++++++std%3A%3Apanicking%3A%3Atry%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Fpanicking.rs%3A370%3A19%0A++++++std%3A%3Apanic%3A%3Acatch_unwind%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Fpanic.rs%3A133%3A14%0A++++++std%3A%3Art%3A%3Alang_start_internal%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Frt.rs%3A128%3A20%0A++35%3A+std%3A%3Art%3A%3Alang_start%0A+++++++++++++at+%2Frustc%2Fdb9d1b20bba1968c1ec1fc49616d4742c1725b4b%2Flibrary%2Fstd%2Fsrc%2Frt.rs%3A144%3A17%0A++36%3A+main%0A++37%3A+__libc_start_main%0A++38%3A+_start%0A%0A%60%60%60%0A%3C%2Fdetails%3E 2022-01-24T08:48:07.263638Z DEBUG Connection{peer=Client}: h2::codec::framed_write: send frame=GoAway { error_code: NO_ERROR, last_stream_id: StreamId(0) } 2022-01-24T08:48:07.263741Z DEBUG Connection{peer=Client}: h2::proto::connection: Connection::poll; connection error error=GoAway(b"", NO_ERROR, Library)