[INFO] fetching crate misty-vm-test 0.1.4...
[INFO] testing misty-vm-test-0.1.4 against 1.91.0 for beta-1.92-2
[INFO] extracting crate misty-vm-test 0.1.4 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate misty-vm-test 0.1.4
[INFO] finished tweaking crates.io crate misty-vm-test 0.1.4
[INFO] tweaked toml for crates.io crate misty-vm-test 0.1.4 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate misty-vm-test 0.1.4 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 49 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded misty-vm v0.1.6
[INFO] [stderr]   Downloaded misty-vm-macro v0.1.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9637bcf1310709cd2d16077d6e490c40b4c43c20c01e9f37100472278c8baf8c
[INFO] running `Command { std: "docker" "start" "-a" "9637bcf1310709cd2d16077d6e490c40b4c43c20c01e9f37100472278c8baf8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9637bcf1310709cd2d16077d6e490c40b4c43c20c01e9f37100472278c8baf8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9637bcf1310709cd2d16077d6e490c40b4c43c20c01e9f37100472278c8baf8c", kill_on_drop: false }`
[INFO] [stdout] 9637bcf1310709cd2d16077d6e490c40b4c43c20c01e9f37100472278c8baf8c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d1dcab414595f598884cdeecbcc3382df7dccf5085ce9f6597874dda85ceb6a6
[INFO] running `Command { std: "docker" "start" "-a" "d1dcab414595f598884cdeecbcc3382df7dccf5085ce9f6597874dda85ceb6a6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling misty-vm-macro v0.1.4
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling misty-vm v0.1.6
[INFO] [stderr]    Compiling misty-vm-test v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `future`
[INFO] [stdout]   --> src/lib.rs:58:27
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn spawn_local(&self, future: futures::prelude::future::LocalBoxFuture<'static, ()>) -> u64 {
[INFO] [stdout]    |                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_future`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.23s
[INFO] running `Command { std: "docker" "inspect" "d1dcab414595f598884cdeecbcc3382df7dccf5085ce9f6597874dda85ceb6a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1dcab414595f598884cdeecbcc3382df7dccf5085ce9f6597874dda85ceb6a6", kill_on_drop: false }`
[INFO] [stdout] d1dcab414595f598884cdeecbcc3382df7dccf5085ce9f6597874dda85ceb6a6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 36730c318c638e947a64f394ff2f77503f62d61658924c4a94b20846e21d24b1
[INFO] running `Command { std: "docker" "start" "-a" "36730c318c638e947a64f394ff2f77503f62d61658924c4a94b20846e21d24b1", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling misty-vm v0.1.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling misty-vm-test v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `future`
[INFO] [stdout]   --> src/lib.rs:58:27
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn spawn_local(&self, future: futures::prelude::future::LocalBoxFuture<'static, ()>) -> u64 {
[INFO] [stdout]    |                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_future`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stdout] warning: field `done` is never read
[INFO] [stdout]   --> tests/todo-list.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub struct TodolistItem {
[INFO] [stdout]    |                ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 46 |         pub done: bool,
[INFO] [stdout]    |             ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TodolistItem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `future`
[INFO] [stdout]   --> src/lib.rs:58:27
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn spawn_local(&self, future: futures::prelude::future::LocalBoxFuture<'static, ()>) -> u64 {
[INFO] [stdout]    |                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_future`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.48s
[INFO] running `Command { std: "docker" "inspect" "36730c318c638e947a64f394ff2f77503f62d61658924c4a94b20846e21d24b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36730c318c638e947a64f394ff2f77503f62d61658924c4a94b20846e21d24b1", kill_on_drop: false }`
[INFO] [stdout] 36730c318c638e947a64f394ff2f77503f62d61658924c4a94b20846e21d24b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 94b0095b9fb2112b45c8e1e972ce72ca9d4ec042e7490ceff7716e829e850363
[INFO] running `Command { std: "docker" "start" "-a" "94b0095b9fb2112b45c8e1e972ce72ca9d4ec042e7490ceff7716e829e850363", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `future`
[INFO] [stderr]   --> src/lib.rs:58:27
[INFO] [stderr]    |
[INFO] [stderr] 58 |     fn spawn_local(&self, future: futures::prelude::future::LocalBoxFuture<'static, ()>) -> u64 {
[INFO] [stderr]    |                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_future`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `misty-vm-test` (lib) generated 1 warning
[INFO] [stderr] warning: `misty-vm-test` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: field `done` is never read
[INFO] [stderr]   --> tests/todo-list.rs:46:13
[INFO] [stderr]    |
[INFO] [stderr] 42 |     pub struct TodolistItem {
[INFO] [stderr]    |                ------------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 46 |         pub done: bool,
[INFO] [stderr]    |             ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TodolistItem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `misty-vm-test` (test "todo-list") generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/misty_vm_test-4db3215628ec7f6b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/concurrent_controller.rs (/opt/rustwide/target/debug/deps/concurrent_controller-cca8f78f1230a23d)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test::test_with_panic ... FAILED
[INFO] [stdout] test test::test_without_panic ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_with_panic stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:135:21:
[INFO] [stdout] generate panic in async schedule!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (22) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (21) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (20) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:127:17:
[INFO] [stdout] generate panic in async!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (23) panicked at tests/concurrent_controller.rs:114:13:
[INFO] [stdout] generate panic!
[INFO] [stdout] 
[INFO] [stdout] 
[WARN] too many lines in the log, truncating it
