Sep 21 05:57:45.796 INFO checking parallel-event-emitter-0.2.4 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:57:45.796 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:57:45.796 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:57:45.944 INFO blam! 3139377b70a73eb0031006b3fed8cb9d7707f4faa34e252a0b5154d75e1e155d Sep 21 05:57:45.947 INFO running `"docker" "start" "-a" "3139377b70a73eb0031006b3fed8cb9d7707f4faa34e252a0b5154d75e1e155d"` Sep 21 05:57:46.651 INFO kablam! usermod: no changes Sep 21 05:57:46.685 INFO kablam! Checking trace-error v0.1.5 Sep 21 05:57:47.010 INFO kablam! Checking parallel-event-emitter v0.2.4 (/source) Sep 21 05:57:47.275 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 21 05:57:47.275 INFO kablam! --> src/lib.rs:127:5 Sep 21 05:57:47.275 INFO kablam! | Sep 21 05:57:47.275 INFO kablam! 127 | use futures::BoxFuture; Sep 21 05:57:47.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 05:57:47.275 INFO kablam! | Sep 21 05:57:47.275 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 05:57:47.275 INFO kablam! Sep 21 05:57:47.277 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 21 05:57:47.277 INFO kablam! --> src/lib.rs:161:41 Sep 21 05:57:47.277 INFO kablam! | Sep 21 05:57:47.277 INFO kablam! 161 | use futures::{self, future, Future, BoxFuture}; Sep 21 05:57:47.277 INFO kablam! | ^^^^^^^^^ Sep 21 05:57:47.277 INFO kablam! Sep 21 05:57:47.277 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 21 05:57:47.277 INFO kablam! --> src/lib.rs:284:83 Sep 21 05:57:47.277 INFO kablam! | Sep 21 05:57:47.277 INFO kablam! 284 | pub fn emit_spawn(inner: Arc>, event: K) -> EventResult>> { Sep 21 05:57:47.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:57:47.277 INFO kablam! Sep 21 05:57:47.277 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 21 05:57:47.277 INFO kablam! --> src/lib.rs:311:102 Sep 21 05:57:47.277 INFO kablam! | Sep 21 05:57:47.277 INFO kablam! 311 | pub fn emit_value_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Clone + Send { Sep 21 05:57:47.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:57:47.277 INFO kablam! Sep 21 05:57:47.277 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 21 05:57:47.277 INFO kablam! --> src/lib.rs:341:107 Sep 21 05:57:47.277 INFO kablam! | Sep 21 05:57:47.277 INFO kablam! 341 | pub fn emit_value_sync_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Send + Sync { Sep 21 05:57:47.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:57:47.277 INFO kablam! Sep 21 05:57:47.277 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 21 05:57:47.277 INFO kablam! --> src/lib.rs:620:53 Sep 21 05:57:47.277 INFO kablam! | Sep 21 05:57:47.277 INFO kablam! 620 | pub fn emit>(&mut self, event: E) -> BoxFuture> { Sep 21 05:57:47.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:57:47.277 INFO kablam! Sep 21 05:57:47.277 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 21 05:57:47.277 INFO kablam! --> src/lib.rs:648:72 Sep 21 05:57:47.277 INFO kablam! | Sep 21 05:57:47.277 INFO kablam! 648 | pub fn emit_value>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Clone + Send { Sep 21 05:57:47.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:57:47.277 INFO kablam! Sep 21 05:57:47.277 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 21 05:57:47.277 INFO kablam! --> src/lib.rs:676:77 Sep 21 05:57:47.277 INFO kablam! | Sep 21 05:57:47.277 INFO kablam! 676 | pub fn emit_value_sync>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Send + Sync { Sep 21 05:57:47.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:57:47.277 INFO kablam! Sep 21 05:57:47.323 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 21 05:57:47.323 INFO kablam! --> src/lib.rs:303:77 Sep 21 05:57:47.323 INFO kablam! | Sep 21 05:57:47.323 INFO kablam! 303 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 21 05:57:47.323 INFO kablam! | ^^^^^ Sep 21 05:57:47.323 INFO kablam! Sep 21 05:57:47.324 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 21 05:57:47.324 INFO kablam! --> src/lib.rs:307:33 Sep 21 05:57:47.324 INFO kablam! | Sep 21 05:57:47.324 INFO kablam! 307 | Ok(futures::finished(0).boxed()) Sep 21 05:57:47.324 INFO kablam! | ^^^^^ Sep 21 05:57:47.324 INFO kablam! Sep 21 05:57:47.331 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 21 05:57:47.331 INFO kablam! --> src/lib.rs:333:77 Sep 21 05:57:47.331 INFO kablam! | Sep 21 05:57:47.331 INFO kablam! 333 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 21 05:57:47.331 INFO kablam! | ^^^^^ Sep 21 05:57:47.331 INFO kablam! Sep 21 05:57:47.332 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 21 05:57:47.332 INFO kablam! --> src/lib.rs:337:33 Sep 21 05:57:47.332 INFO kablam! | Sep 21 05:57:47.332 INFO kablam! 337 | Ok(futures::finished(0).boxed()) Sep 21 05:57:47.332 INFO kablam! | ^^^^^ Sep 21 05:57:47.332 INFO kablam! Sep 21 05:57:47.338 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 21 05:57:47.338 INFO kablam! --> src/lib.rs:373:77 Sep 21 05:57:47.338 INFO kablam! | Sep 21 05:57:47.338 INFO kablam! 373 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 21 05:57:47.338 INFO kablam! | ^^^^^ Sep 21 05:57:47.338 INFO kablam! Sep 21 05:57:47.339 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 21 05:57:47.339 INFO kablam! --> src/lib.rs:377:33 Sep 21 05:57:47.339 INFO kablam! | Sep 21 05:57:47.339 INFO kablam! 377 | Ok(futures::finished(0).boxed()) Sep 21 05:57:47.339 INFO kablam! | ^^^^^ Sep 21 05:57:47.339 INFO kablam! Sep 21 05:57:47.372 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 21 05:57:47.372 INFO kablam! --> src/lib.rs:127:5 Sep 21 05:57:47.372 INFO kablam! | Sep 21 05:57:47.372 INFO kablam! 127 | use futures::BoxFuture; Sep 21 05:57:47.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 05:57:47.372 INFO kablam! | Sep 21 05:57:47.372 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 05:57:47.372 INFO kablam! Sep 21 05:57:47.372 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 21 05:57:47.372 INFO kablam! --> src/lib.rs:161:41 Sep 21 05:57:47.372 INFO kablam! | Sep 21 05:57:47.372 INFO kablam! 161 | use futures::{self, future, Future, BoxFuture}; Sep 21 05:57:47.372 INFO kablam! | ^^^^^^^^^ Sep 21 05:57:47.372 INFO kablam! Sep 21 05:57:47.372 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 21 05:57:47.372 INFO kablam! --> src/lib.rs:284:83 Sep 21 05:57:47.372 INFO kablam! | Sep 21 05:57:47.372 INFO kablam! 284 | pub fn emit_spawn(inner: Arc>, event: K) -> EventResult>> { Sep 21 05:57:47.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:57:47.373 INFO kablam! Sep 21 05:57:47.373 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 21 05:57:47.373 INFO kablam! --> src/lib.rs:311:102 Sep 21 05:57:47.373 INFO kablam! | Sep 21 05:57:47.373 INFO kablam! 311 | pub fn emit_value_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Clone + Send { Sep 21 05:57:47.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:57:47.373 INFO kablam! Sep 21 05:57:47.373 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 21 05:57:47.373 INFO kablam! --> src/lib.rs:341:107 Sep 21 05:57:47.373 INFO kablam! | Sep 21 05:57:47.373 INFO kablam! 341 | pub fn emit_value_sync_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Send + Sync { Sep 21 05:57:47.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:57:47.373 INFO kablam! Sep 21 05:57:47.373 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 21 05:57:47.373 INFO kablam! --> src/lib.rs:620:53 Sep 21 05:57:47.373 INFO kablam! | Sep 21 05:57:47.373 INFO kablam! 620 | pub fn emit>(&mut self, event: E) -> BoxFuture> { Sep 21 05:57:47.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:57:47.373 INFO kablam! Sep 21 05:57:47.373 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 21 05:57:47.373 INFO kablam! --> src/lib.rs:648:72 Sep 21 05:57:47.373 INFO kablam! | Sep 21 05:57:47.373 INFO kablam! 648 | pub fn emit_value>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Clone + Send { Sep 21 05:57:47.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:57:47.373 INFO kablam! Sep 21 05:57:47.373 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 21 05:57:47.373 INFO kablam! --> src/lib.rs:676:77 Sep 21 05:57:47.373 INFO kablam! | Sep 21 05:57:47.373 INFO kablam! 676 | pub fn emit_value_sync>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Send + Sync { Sep 21 05:57:47.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:57:47.373 INFO kablam! Sep 21 05:57:47.379 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 21 05:57:47.379 INFO kablam! --> src/lib.rs:624:88 Sep 21 05:57:47.379 INFO kablam! | Sep 21 05:57:47.379 INFO kablam! 624 | self.inner.pool.spawn_fn(move || internal::emit_spawn(inner, event)).flatten().boxed() Sep 21 05:57:47.379 INFO kablam! | ^^^^^ Sep 21 05:57:47.379 INFO kablam! Sep 21 05:57:47.382 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 21 05:57:47.382 INFO kablam! --> src/lib.rs:652:101 Sep 21 05:57:47.382 INFO kablam! | Sep 21 05:57:47.382 INFO kablam! 652 | self.inner.pool.spawn_fn(move || internal::emit_value_spawn(inner, event, value)).flatten().boxed() Sep 21 05:57:47.382 INFO kablam! | ^^^^^ Sep 21 05:57:47.382 INFO kablam! Sep 21 05:57:47.386 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 21 05:57:47.386 INFO kablam! --> src/lib.rs:680:106 Sep 21 05:57:47.386 INFO kablam! | Sep 21 05:57:47.386 INFO kablam! 680 | self.inner.pool.spawn_fn(move || internal::emit_value_sync_spawn(inner, event, value)).flatten().boxed() Sep 21 05:57:47.386 INFO kablam! | ^^^^^ Sep 21 05:57:47.386 INFO kablam! Sep 21 05:57:47.446 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 21 05:57:47.446 INFO kablam! --> src/lib.rs:303:77 Sep 21 05:57:47.446 INFO kablam! | Sep 21 05:57:47.446 INFO kablam! 303 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 21 05:57:47.446 INFO kablam! | ^^^^^ Sep 21 05:57:47.446 INFO kablam! Sep 21 05:57:47.450 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 21 05:57:47.450 INFO kablam! --> src/lib.rs:307:33 Sep 21 05:57:47.450 INFO kablam! | Sep 21 05:57:47.450 INFO kablam! 307 | Ok(futures::finished(0).boxed()) Sep 21 05:57:47.450 INFO kablam! | ^^^^^ Sep 21 05:57:47.450 INFO kablam! Sep 21 05:57:47.462 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 21 05:57:47.462 INFO kablam! --> src/lib.rs:333:77 Sep 21 05:57:47.462 INFO kablam! | Sep 21 05:57:47.462 INFO kablam! 333 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 21 05:57:47.462 INFO kablam! | ^^^^^ Sep 21 05:57:47.462 INFO kablam! Sep 21 05:57:47.462 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 21 05:57:47.462 INFO kablam! --> src/lib.rs:337:33 Sep 21 05:57:47.462 INFO kablam! | Sep 21 05:57:47.462 INFO kablam! 337 | Ok(futures::finished(0).boxed()) Sep 21 05:57:47.462 INFO kablam! | ^^^^^ Sep 21 05:57:47.462 INFO kablam! Sep 21 05:57:47.474 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 21 05:57:47.474 INFO kablam! --> src/lib.rs:373:77 Sep 21 05:57:47.474 INFO kablam! | Sep 21 05:57:47.474 INFO kablam! 373 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 21 05:57:47.474 INFO kablam! | ^^^^^ Sep 21 05:57:47.474 INFO kablam! Sep 21 05:57:47.474 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 21 05:57:47.474 INFO kablam! --> src/lib.rs:377:33 Sep 21 05:57:47.474 INFO kablam! | Sep 21 05:57:47.474 INFO kablam! 377 | Ok(futures::finished(0).boxed()) Sep 21 05:57:47.474 INFO kablam! | ^^^^^ Sep 21 05:57:47.474 INFO kablam! Sep 21 05:57:47.514 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 21 05:57:47.514 INFO kablam! --> src/lib.rs:624:88 Sep 21 05:57:47.514 INFO kablam! | Sep 21 05:57:47.514 INFO kablam! 624 | self.inner.pool.spawn_fn(move || internal::emit_spawn(inner, event)).flatten().boxed() Sep 21 05:57:47.514 INFO kablam! | ^^^^^ Sep 21 05:57:47.514 INFO kablam! Sep 21 05:57:47.517 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 21 05:57:47.517 INFO kablam! --> src/lib.rs:652:101 Sep 21 05:57:47.517 INFO kablam! | Sep 21 05:57:47.517 INFO kablam! 652 | self.inner.pool.spawn_fn(move || internal::emit_value_spawn(inner, event, value)).flatten().boxed() Sep 21 05:57:47.517 INFO kablam! | ^^^^^ Sep 21 05:57:47.517 INFO kablam! Sep 21 05:57:47.521 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 21 05:57:47.521 INFO kablam! --> src/lib.rs:680:106 Sep 21 05:57:47.521 INFO kablam! | Sep 21 05:57:47.521 INFO kablam! 680 | self.inner.pool.spawn_fn(move || internal::emit_value_sync_spawn(inner, event, value)).flatten().boxed() Sep 21 05:57:47.521 INFO kablam! | ^^^^^ Sep 21 05:57:47.521 INFO kablam! Sep 21 05:57:47.881 INFO kablam! warning: unused `#[macro_use]` import Sep 21 05:57:47.881 INFO kablam! --> examples/simple.rs:1:1 Sep 21 05:57:47.881 INFO kablam! | Sep 21 05:57:47.881 INFO kablam! 1 | #[macro_use] Sep 21 05:57:47.881 INFO kablam! | ^^^^^^^^^^^^ Sep 21 05:57:47.881 INFO kablam! | Sep 21 05:57:47.881 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 05:57:47.881 INFO kablam! Sep 21 05:57:47.906 INFO kablam! warning: unused `#[macro_use]` import Sep 21 05:57:47.906 INFO kablam! --> examples/custom_events.rs:1:1 Sep 21 05:57:47.906 INFO kablam! | Sep 21 05:57:47.906 INFO kablam! 1 | #[macro_use] Sep 21 05:57:47.906 INFO kablam! | ^^^^^^^^^^^^ Sep 21 05:57:47.906 INFO kablam! | Sep 21 05:57:47.906 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 05:57:47.906 INFO kablam! Sep 21 05:57:48.039 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Sep 21 05:57:48.045 INFO kablam! su: No module specific data is present Sep 21 05:57:48.673 INFO running `"docker" "rm" "-f" "3139377b70a73eb0031006b3fed8cb9d7707f4faa34e252a0b5154d75e1e155d"` Sep 21 05:57:48.812 INFO blam! 3139377b70a73eb0031006b3fed8cb9d7707f4faa34e252a0b5154d75e1e155d