Sep 17 20:15:21.322 INFO checking parallel-event-emitter-0.2.4 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 20:15:21.322 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 20:15:21.323 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 20:15:21.739 INFO blam! 1c588aacdddcfff80875de5d8d2d4948560c5582d50040a3f4c85d4e9a6c8929 Sep 17 20:15:21.741 INFO running `"docker" "start" "-a" "1c588aacdddcfff80875de5d8d2d4948560c5582d50040a3f4c85d4e9a6c8929"` Sep 17 20:15:22.994 INFO kablam! usermod: no changes Sep 17 20:15:23.072 INFO kablam! Checking trace-error v0.1.5 Sep 17 20:15:23.559 INFO kablam! Checking parallel-event-emitter v0.2.4 (/source) Sep 17 20:15:23.906 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.906 INFO kablam! --> src/lib.rs:127:5 Sep 17 20:15:23.906 INFO kablam! | Sep 17 20:15:23.906 INFO kablam! 127 | use futures::BoxFuture; Sep 17 20:15:23.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 20:15:23.906 INFO kablam! | Sep 17 20:15:23.906 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 20:15:23.906 INFO kablam! Sep 17 20:15:23.907 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.907 INFO kablam! --> src/lib.rs:161:41 Sep 17 20:15:23.907 INFO kablam! | Sep 17 20:15:23.907 INFO kablam! 161 | use futures::{self, future, Future, BoxFuture}; Sep 17 20:15:23.907 INFO kablam! | ^^^^^^^^^ Sep 17 20:15:23.907 INFO kablam! Sep 17 20:15:23.907 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.907 INFO kablam! --> src/lib.rs:284:83 Sep 17 20:15:23.907 INFO kablam! | Sep 17 20:15:23.907 INFO kablam! 284 | pub fn emit_spawn(inner: Arc>, event: K) -> EventResult>> { Sep 17 20:15:23.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:15:23.907 INFO kablam! Sep 17 20:15:23.907 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.907 INFO kablam! --> src/lib.rs:311:102 Sep 17 20:15:23.907 INFO kablam! | Sep 17 20:15:23.907 INFO kablam! 311 | pub fn emit_value_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Clone + Send { Sep 17 20:15:23.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:15:23.907 INFO kablam! Sep 17 20:15:23.907 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.907 INFO kablam! --> src/lib.rs:341:107 Sep 17 20:15:23.907 INFO kablam! | Sep 17 20:15:23.907 INFO kablam! 341 | pub fn emit_value_sync_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Send + Sync { Sep 17 20:15:23.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:15:23.907 INFO kablam! Sep 17 20:15:23.908 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.908 INFO kablam! --> src/lib.rs:620:53 Sep 17 20:15:23.909 INFO kablam! | Sep 17 20:15:23.909 INFO kablam! 620 | pub fn emit>(&mut self, event: E) -> BoxFuture> { Sep 17 20:15:23.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:15:23.909 INFO kablam! Sep 17 20:15:23.909 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.909 INFO kablam! --> src/lib.rs:648:72 Sep 17 20:15:23.909 INFO kablam! | Sep 17 20:15:23.909 INFO kablam! 648 | pub fn emit_value>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Clone + Send { Sep 17 20:15:23.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:15:23.909 INFO kablam! Sep 17 20:15:23.909 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.909 INFO kablam! --> src/lib.rs:676:77 Sep 17 20:15:23.909 INFO kablam! | Sep 17 20:15:23.909 INFO kablam! 676 | pub fn emit_value_sync>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Send + Sync { Sep 17 20:15:23.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:15:23.909 INFO kablam! Sep 17 20:15:23.967 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.967 INFO kablam! --> src/lib.rs:127:5 Sep 17 20:15:23.967 INFO kablam! | Sep 17 20:15:23.967 INFO kablam! 127 | use futures::BoxFuture; Sep 17 20:15:23.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 20:15:23.967 INFO kablam! | Sep 17 20:15:23.967 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 20:15:23.967 INFO kablam! Sep 17 20:15:23.967 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.967 INFO kablam! --> src/lib.rs:161:41 Sep 17 20:15:23.967 INFO kablam! | Sep 17 20:15:23.967 INFO kablam! 161 | use futures::{self, future, Future, BoxFuture}; Sep 17 20:15:23.967 INFO kablam! | ^^^^^^^^^ Sep 17 20:15:23.967 INFO kablam! Sep 17 20:15:23.967 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.967 INFO kablam! --> src/lib.rs:284:83 Sep 17 20:15:23.967 INFO kablam! | Sep 17 20:15:23.967 INFO kablam! 284 | pub fn emit_spawn(inner: Arc>, event: K) -> EventResult>> { Sep 17 20:15:23.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:15:23.967 INFO kablam! Sep 17 20:15:23.967 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.967 INFO kablam! --> src/lib.rs:311:102 Sep 17 20:15:23.967 INFO kablam! | Sep 17 20:15:23.967 INFO kablam! 311 | pub fn emit_value_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Clone + Send { Sep 17 20:15:23.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:15:23.967 INFO kablam! Sep 17 20:15:23.967 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.967 INFO kablam! --> src/lib.rs:341:107 Sep 17 20:15:23.967 INFO kablam! | Sep 17 20:15:23.967 INFO kablam! 341 | pub fn emit_value_sync_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Send + Sync { Sep 17 20:15:23.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:15:23.967 INFO kablam! Sep 17 20:15:23.967 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.967 INFO kablam! --> src/lib.rs:620:53 Sep 17 20:15:23.967 INFO kablam! | Sep 17 20:15:23.967 INFO kablam! 620 | pub fn emit>(&mut self, event: E) -> BoxFuture> { Sep 17 20:15:23.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:15:23.967 INFO kablam! Sep 17 20:15:23.967 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.967 INFO kablam! --> src/lib.rs:648:72 Sep 17 20:15:23.967 INFO kablam! | Sep 17 20:15:23.968 INFO kablam! 648 | pub fn emit_value>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Clone + Send { Sep 17 20:15:23.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:15:23.968 INFO kablam! Sep 17 20:15:23.968 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.968 INFO kablam! --> src/lib.rs:676:77 Sep 17 20:15:23.968 INFO kablam! | Sep 17 20:15:23.968 INFO kablam! 676 | pub fn emit_value_sync>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Send + Sync { Sep 17 20:15:23.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:15:23.968 INFO kablam! Sep 17 20:15:23.985 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.985 INFO kablam! --> src/lib.rs:303:77 Sep 17 20:15:23.985 INFO kablam! | Sep 17 20:15:23.985 INFO kablam! 303 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 17 20:15:23.985 INFO kablam! | ^^^^^ Sep 17 20:15:23.988 INFO kablam! Sep 17 20:15:23.994 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:23.995 INFO kablam! --> src/lib.rs:307:33 Sep 17 20:15:23.995 INFO kablam! | Sep 17 20:15:23.995 INFO kablam! 307 | Ok(futures::finished(0).boxed()) Sep 17 20:15:23.995 INFO kablam! | ^^^^^ Sep 17 20:15:23.995 INFO kablam! Sep 17 20:15:24.003 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.003 INFO kablam! --> src/lib.rs:333:77 Sep 17 20:15:24.003 INFO kablam! | Sep 17 20:15:24.003 INFO kablam! 333 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 17 20:15:24.003 INFO kablam! | ^^^^^ Sep 17 20:15:24.003 INFO kablam! Sep 17 20:15:24.004 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.010 INFO kablam! --> src/lib.rs:337:33 Sep 17 20:15:24.010 INFO kablam! | Sep 17 20:15:24.010 INFO kablam! 337 | Ok(futures::finished(0).boxed()) Sep 17 20:15:24.011 INFO kablam! | ^^^^^ Sep 17 20:15:24.011 INFO kablam! Sep 17 20:15:24.023 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.023 INFO kablam! --> src/lib.rs:373:77 Sep 17 20:15:24.023 INFO kablam! | Sep 17 20:15:24.023 INFO kablam! 373 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 17 20:15:24.023 INFO kablam! | ^^^^^ Sep 17 20:15:24.023 INFO kablam! Sep 17 20:15:24.023 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.023 INFO kablam! --> src/lib.rs:377:33 Sep 17 20:15:24.023 INFO kablam! | Sep 17 20:15:24.023 INFO kablam! 377 | Ok(futures::finished(0).boxed()) Sep 17 20:15:24.023 INFO kablam! | ^^^^^ Sep 17 20:15:24.023 INFO kablam! Sep 17 20:15:24.041 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.041 INFO kablam! --> src/lib.rs:303:77 Sep 17 20:15:24.041 INFO kablam! | Sep 17 20:15:24.041 INFO kablam! 303 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 17 20:15:24.041 INFO kablam! | ^^^^^ Sep 17 20:15:24.041 INFO kablam! Sep 17 20:15:24.041 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.041 INFO kablam! --> src/lib.rs:307:33 Sep 17 20:15:24.041 INFO kablam! | Sep 17 20:15:24.041 INFO kablam! 307 | Ok(futures::finished(0).boxed()) Sep 17 20:15:24.041 INFO kablam! | ^^^^^ Sep 17 20:15:24.041 INFO kablam! Sep 17 20:15:24.059 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.059 INFO kablam! --> src/lib.rs:333:77 Sep 17 20:15:24.059 INFO kablam! | Sep 17 20:15:24.059 INFO kablam! 333 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 17 20:15:24.059 INFO kablam! | ^^^^^ Sep 17 20:15:24.059 INFO kablam! Sep 17 20:15:24.059 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.059 INFO kablam! --> src/lib.rs:337:33 Sep 17 20:15:24.059 INFO kablam! | Sep 17 20:15:24.059 INFO kablam! 337 | Ok(futures::finished(0).boxed()) Sep 17 20:15:24.059 INFO kablam! | ^^^^^ Sep 17 20:15:24.059 INFO kablam! Sep 17 20:15:24.070 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.071 INFO kablam! --> src/lib.rs:373:77 Sep 17 20:15:24.071 INFO kablam! | Sep 17 20:15:24.071 INFO kablam! 373 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 17 20:15:24.071 INFO kablam! | ^^^^^ Sep 17 20:15:24.071 INFO kablam! Sep 17 20:15:24.071 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.071 INFO kablam! --> src/lib.rs:377:33 Sep 17 20:15:24.071 INFO kablam! | Sep 17 20:15:24.071 INFO kablam! 377 | Ok(futures::finished(0).boxed()) Sep 17 20:15:24.071 INFO kablam! | ^^^^^ Sep 17 20:15:24.071 INFO kablam! Sep 17 20:15:24.071 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.071 INFO kablam! --> src/lib.rs:624:88 Sep 17 20:15:24.071 INFO kablam! | Sep 17 20:15:24.071 INFO kablam! 624 | self.inner.pool.spawn_fn(move || internal::emit_spawn(inner, event)).flatten().boxed() Sep 17 20:15:24.071 INFO kablam! | ^^^^^ Sep 17 20:15:24.071 INFO kablam! Sep 17 20:15:24.075 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.075 INFO kablam! --> src/lib.rs:652:101 Sep 17 20:15:24.075 INFO kablam! | Sep 17 20:15:24.075 INFO kablam! 652 | self.inner.pool.spawn_fn(move || internal::emit_value_spawn(inner, event, value)).flatten().boxed() Sep 17 20:15:24.075 INFO kablam! | ^^^^^ Sep 17 20:15:24.075 INFO kablam! Sep 17 20:15:24.083 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.083 INFO kablam! --> src/lib.rs:680:106 Sep 17 20:15:24.083 INFO kablam! | Sep 17 20:15:24.083 INFO kablam! 680 | self.inner.pool.spawn_fn(move || internal::emit_value_sync_spawn(inner, event, value)).flatten().boxed() Sep 17 20:15:24.083 INFO kablam! | ^^^^^ Sep 17 20:15:24.083 INFO kablam! Sep 17 20:15:24.098 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.099 INFO kablam! --> src/lib.rs:624:88 Sep 17 20:15:24.099 INFO kablam! | Sep 17 20:15:24.099 INFO kablam! 624 | self.inner.pool.spawn_fn(move || internal::emit_spawn(inner, event)).flatten().boxed() Sep 17 20:15:24.099 INFO kablam! | ^^^^^ Sep 17 20:15:24.099 INFO kablam! Sep 17 20:15:24.101 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.101 INFO kablam! --> src/lib.rs:652:101 Sep 17 20:15:24.101 INFO kablam! | Sep 17 20:15:24.101 INFO kablam! 652 | self.inner.pool.spawn_fn(move || internal::emit_value_spawn(inner, event, value)).flatten().boxed() Sep 17 20:15:24.101 INFO kablam! | ^^^^^ Sep 17 20:15:24.101 INFO kablam! Sep 17 20:15:24.107 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 17 20:15:24.107 INFO kablam! --> src/lib.rs:680:106 Sep 17 20:15:24.107 INFO kablam! | Sep 17 20:15:24.107 INFO kablam! 680 | self.inner.pool.spawn_fn(move || internal::emit_value_sync_spawn(inner, event, value)).flatten().boxed() Sep 17 20:15:24.107 INFO kablam! | ^^^^^ Sep 17 20:15:24.107 INFO kablam! Sep 17 20:15:24.498 INFO kablam! warning: unused `#[macro_use]` import Sep 17 20:15:24.498 INFO kablam! --> examples/simple.rs:1:1 Sep 17 20:15:24.498 INFO kablam! | Sep 17 20:15:24.498 INFO kablam! 1 | #[macro_use] Sep 17 20:15:24.498 INFO kablam! | ^^^^^^^^^^^^ Sep 17 20:15:24.498 INFO kablam! | Sep 17 20:15:24.498 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 20:15:24.498 INFO kablam! Sep 17 20:15:24.538 INFO kablam! warning: unused `#[macro_use]` import Sep 17 20:15:24.538 INFO kablam! --> examples/custom_events.rs:1:1 Sep 17 20:15:24.538 INFO kablam! | Sep 17 20:15:24.538 INFO kablam! 1 | #[macro_use] Sep 17 20:15:24.539 INFO kablam! | ^^^^^^^^^^^^ Sep 17 20:15:24.539 INFO kablam! | Sep 17 20:15:24.539 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 20:15:24.539 INFO kablam! Sep 17 20:15:24.657 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s Sep 17 20:15:24.662 INFO kablam! su: No module specific data is present Sep 17 20:15:25.302 INFO running `"docker" "rm" "-f" "1c588aacdddcfff80875de5d8d2d4948560c5582d50040a3f4c85d4e9a6c8929"` Sep 17 20:15:25.412 INFO blam! 1c588aacdddcfff80875de5d8d2d4948560c5582d50040a3f4c85d4e9a6c8929