Sep 04 08:40:14.310 INFO checking parallel-event-emitter-0.2.4 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 08:40:14.310 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 08:40:14.311 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:40:14.464 INFO blam! 722457c41bc674d5b85dda49d9a0514f6b626b41b2c8a4f7e7232657383c47cd Sep 04 08:40:14.464 INFO running `"docker" "start" "-a" "722457c41bc674d5b85dda49d9a0514f6b626b41b2c8a4f7e7232657383c47cd"` Sep 04 08:40:15.407 INFO kablam! Checking trace-error v0.1.5 Sep 04 08:40:16.617 INFO kablam! Checking parallel-event-emitter v0.2.4 (file:///source) Sep 04 08:40:17.519 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 04 08:40:17.519 INFO kablam! --> src/lib.rs:127:5 Sep 04 08:40:17.519 INFO kablam! | Sep 04 08:40:17.519 INFO kablam! 127 | use futures::BoxFuture; Sep 04 08:40:17.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 08:40:17.519 INFO kablam! | Sep 04 08:40:17.519 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 08:40:17.519 INFO kablam! Sep 04 08:40:17.520 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 04 08:40:17.520 INFO kablam! --> src/lib.rs:161:41 Sep 04 08:40:17.520 INFO kablam! | Sep 04 08:40:17.520 INFO kablam! 161 | use futures::{self, future, Future, BoxFuture}; Sep 04 08:40:17.520 INFO kablam! | ^^^^^^^^^ Sep 04 08:40:17.520 INFO kablam! Sep 04 08:40:17.520 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 04 08:40:17.520 INFO kablam! --> src/lib.rs:284:83 Sep 04 08:40:17.520 INFO kablam! | Sep 04 08:40:17.520 INFO kablam! 284 | pub fn emit_spawn(inner: Arc>, event: K) -> EventResult>> { Sep 04 08:40:17.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:17.520 INFO kablam! Sep 04 08:40:17.521 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 04 08:40:17.521 INFO kablam! --> src/lib.rs:311:102 Sep 04 08:40:17.521 INFO kablam! | Sep 04 08:40:17.521 INFO kablam! 311 | pub fn emit_value_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Clone + Send { Sep 04 08:40:17.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:17.521 INFO kablam! Sep 04 08:40:17.521 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 04 08:40:17.522 INFO kablam! --> src/lib.rs:341:107 Sep 04 08:40:17.522 INFO kablam! | Sep 04 08:40:17.522 INFO kablam! 341 | pub fn emit_value_sync_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Send + Sync { Sep 04 08:40:17.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:17.522 INFO kablam! Sep 04 08:40:17.523 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 04 08:40:17.523 INFO kablam! --> src/lib.rs:620:53 Sep 04 08:40:17.523 INFO kablam! | Sep 04 08:40:17.523 INFO kablam! 620 | pub fn emit>(&mut self, event: E) -> BoxFuture> { Sep 04 08:40:17.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:17.523 INFO kablam! Sep 04 08:40:17.523 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 04 08:40:17.523 INFO kablam! --> src/lib.rs:648:72 Sep 04 08:40:17.523 INFO kablam! | Sep 04 08:40:17.523 INFO kablam! 648 | pub fn emit_value>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Clone + Send { Sep 04 08:40:17.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:17.523 INFO kablam! Sep 04 08:40:17.523 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 04 08:40:17.523 INFO kablam! --> src/lib.rs:676:77 Sep 04 08:40:17.523 INFO kablam! | Sep 04 08:40:17.523 INFO kablam! 676 | pub fn emit_value_sync>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Send + Sync { Sep 04 08:40:17.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:17.523 INFO kablam! Sep 04 08:40:17.674 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 04 08:40:17.674 INFO kablam! --> src/lib.rs:127:5 Sep 04 08:40:17.674 INFO kablam! | Sep 04 08:40:17.674 INFO kablam! 127 | use futures::BoxFuture; Sep 04 08:40:17.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 08:40:17.674 INFO kablam! | Sep 04 08:40:17.674 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 08:40:17.674 INFO kablam! Sep 04 08:40:17.676 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 04 08:40:17.676 INFO kablam! --> src/lib.rs:161:41 Sep 04 08:40:17.676 INFO kablam! | Sep 04 08:40:17.676 INFO kablam! 161 | use futures::{self, future, Future, BoxFuture}; Sep 04 08:40:17.676 INFO kablam! | ^^^^^^^^^ Sep 04 08:40:17.676 INFO kablam! Sep 04 08:40:17.676 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 04 08:40:17.676 INFO kablam! --> src/lib.rs:284:83 Sep 04 08:40:17.676 INFO kablam! | Sep 04 08:40:17.676 INFO kablam! 284 | pub fn emit_spawn(inner: Arc>, event: K) -> EventResult>> { Sep 04 08:40:17.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:17.676 INFO kablam! Sep 04 08:40:17.676 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 04 08:40:17.676 INFO kablam! --> src/lib.rs:311:102 Sep 04 08:40:17.676 INFO kablam! | Sep 04 08:40:17.676 INFO kablam! 311 | pub fn emit_value_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Clone + Send { Sep 04 08:40:17.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:17.676 INFO kablam! Sep 04 08:40:17.676 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 04 08:40:17.676 INFO kablam! --> src/lib.rs:341:107 Sep 04 08:40:17.677 INFO kablam! | Sep 04 08:40:17.677 INFO kablam! 341 | pub fn emit_value_sync_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Send + Sync { Sep 04 08:40:17.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:17.677 INFO kablam! Sep 04 08:40:17.677 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 04 08:40:17.677 INFO kablam! --> src/lib.rs:620:53 Sep 04 08:40:17.677 INFO kablam! | Sep 04 08:40:17.677 INFO kablam! 620 | pub fn emit>(&mut self, event: E) -> BoxFuture> { Sep 04 08:40:17.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:17.677 INFO kablam! Sep 04 08:40:17.677 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 04 08:40:17.677 INFO kablam! --> src/lib.rs:648:72 Sep 04 08:40:17.677 INFO kablam! | Sep 04 08:40:17.677 INFO kablam! 648 | pub fn emit_value>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Clone + Send { Sep 04 08:40:17.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:17.677 INFO kablam! Sep 04 08:40:17.677 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 04 08:40:17.677 INFO kablam! --> src/lib.rs:676:77 Sep 04 08:40:17.677 INFO kablam! | Sep 04 08:40:17.677 INFO kablam! 676 | pub fn emit_value_sync>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Send + Sync { Sep 04 08:40:17.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:17.677 INFO kablam! Sep 04 08:40:17.708 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 04 08:40:17.708 INFO kablam! --> src/lib.rs:303:77 Sep 04 08:40:17.708 INFO kablam! | Sep 04 08:40:17.708 INFO kablam! 303 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 04 08:40:17.708 INFO kablam! | ^^^^^ Sep 04 08:40:17.708 INFO kablam! Sep 04 08:40:17.712 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 04 08:40:17.712 INFO kablam! --> src/lib.rs:307:33 Sep 04 08:40:17.712 INFO kablam! | Sep 04 08:40:17.712 INFO kablam! 307 | Ok(futures::finished(0).boxed()) Sep 04 08:40:17.712 INFO kablam! | ^^^^^ Sep 04 08:40:17.712 INFO kablam! Sep 04 08:40:17.739 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 04 08:40:17.739 INFO kablam! --> src/lib.rs:333:77 Sep 04 08:40:17.739 INFO kablam! | Sep 04 08:40:17.739 INFO kablam! 333 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 04 08:40:17.739 INFO kablam! | ^^^^^ Sep 04 08:40:17.739 INFO kablam! Sep 04 08:40:17.740 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 04 08:40:17.740 INFO kablam! --> src/lib.rs:337:33 Sep 04 08:40:17.740 INFO kablam! | Sep 04 08:40:17.740 INFO kablam! 337 | Ok(futures::finished(0).boxed()) Sep 04 08:40:17.740 INFO kablam! | ^^^^^ Sep 04 08:40:17.740 INFO kablam! Sep 04 08:40:17.765 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 04 08:40:17.765 INFO kablam! --> src/lib.rs:373:77 Sep 04 08:40:17.765 INFO kablam! | Sep 04 08:40:17.765 INFO kablam! 373 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 04 08:40:17.765 INFO kablam! | ^^^^^ Sep 04 08:40:17.765 INFO kablam! Sep 04 08:40:17.766 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 04 08:40:17.766 INFO kablam! --> src/lib.rs:377:33 Sep 04 08:40:17.766 INFO kablam! | Sep 04 08:40:17.766 INFO kablam! 377 | Ok(futures::finished(0).boxed()) Sep 04 08:40:17.766 INFO kablam! | ^^^^^ Sep 04 08:40:17.766 INFO kablam! Sep 04 08:40:17.871 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 04 08:40:17.871 INFO kablam! --> src/lib.rs:624:88 Sep 04 08:40:17.871 INFO kablam! | Sep 04 08:40:17.871 INFO kablam! 624 | self.inner.pool.spawn_fn(move || internal::emit_spawn(inner, event)).flatten().boxed() Sep 04 08:40:17.871 INFO kablam! | ^^^^^ Sep 04 08:40:17.871 INFO kablam! Sep 04 08:40:17.880 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 04 08:40:17.880 INFO kablam! --> src/lib.rs:652:101 Sep 04 08:40:17.880 INFO kablam! | Sep 04 08:40:17.880 INFO kablam! 652 | self.inner.pool.spawn_fn(move || internal::emit_value_spawn(inner, event, value)).flatten().boxed() Sep 04 08:40:17.880 INFO kablam! | ^^^^^ Sep 04 08:40:17.880 INFO kablam! Sep 04 08:40:17.889 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 04 08:40:17.889 INFO kablam! --> src/lib.rs:680:106 Sep 04 08:40:17.889 INFO kablam! | Sep 04 08:40:17.889 INFO kablam! 680 | self.inner.pool.spawn_fn(move || internal::emit_value_sync_spawn(inner, event, value)).flatten().boxed() Sep 04 08:40:17.889 INFO kablam! | ^^^^^ Sep 04 08:40:17.889 INFO kablam! Sep 04 08:40:17.895 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 04 08:40:17.895 INFO kablam! --> src/lib.rs:303:77 Sep 04 08:40:17.895 INFO kablam! | Sep 04 08:40:17.895 INFO kablam! 303 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 04 08:40:17.895 INFO kablam! | ^^^^^ Sep 04 08:40:17.895 INFO kablam! Sep 04 08:40:17.899 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 04 08:40:17.900 INFO kablam! --> src/lib.rs:307:33 Sep 04 08:40:17.900 INFO kablam! | Sep 04 08:40:17.900 INFO kablam! 307 | Ok(futures::finished(0).boxed()) Sep 04 08:40:17.900 INFO kablam! | ^^^^^ Sep 04 08:40:17.900 INFO kablam! Sep 04 08:40:17.927 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 04 08:40:17.927 INFO kablam! --> src/lib.rs:333:77 Sep 04 08:40:17.927 INFO kablam! | Sep 04 08:40:17.927 INFO kablam! 333 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 04 08:40:17.927 INFO kablam! | ^^^^^ Sep 04 08:40:17.927 INFO kablam! Sep 04 08:40:17.928 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 04 08:40:17.928 INFO kablam! --> src/lib.rs:337:33 Sep 04 08:40:17.928 INFO kablam! | Sep 04 08:40:17.928 INFO kablam! 337 | Ok(futures::finished(0).boxed()) Sep 04 08:40:17.928 INFO kablam! | ^^^^^ Sep 04 08:40:17.928 INFO kablam! Sep 04 08:40:17.954 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 04 08:40:17.954 INFO kablam! --> src/lib.rs:373:77 Sep 04 08:40:17.954 INFO kablam! | Sep 04 08:40:17.954 INFO kablam! 373 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Sep 04 08:40:17.954 INFO kablam! | ^^^^^ Sep 04 08:40:17.954 INFO kablam! Sep 04 08:40:17.955 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 04 08:40:17.955 INFO kablam! --> src/lib.rs:377:33 Sep 04 08:40:17.955 INFO kablam! | Sep 04 08:40:17.955 INFO kablam! 377 | Ok(futures::finished(0).boxed()) Sep 04 08:40:17.955 INFO kablam! | ^^^^^ Sep 04 08:40:17.955 INFO kablam! Sep 04 08:40:18.065 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 04 08:40:18.065 INFO kablam! --> src/lib.rs:624:88 Sep 04 08:40:18.065 INFO kablam! | Sep 04 08:40:18.065 INFO kablam! 624 | self.inner.pool.spawn_fn(move || internal::emit_spawn(inner, event)).flatten().boxed() Sep 04 08:40:18.065 INFO kablam! | ^^^^^ Sep 04 08:40:18.065 INFO kablam! Sep 04 08:40:18.074 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 04 08:40:18.074 INFO kablam! --> src/lib.rs:652:101 Sep 04 08:40:18.074 INFO kablam! | Sep 04 08:40:18.074 INFO kablam! 652 | self.inner.pool.spawn_fn(move || internal::emit_value_spawn(inner, event, value)).flatten().boxed() Sep 04 08:40:18.074 INFO kablam! | ^^^^^ Sep 04 08:40:18.074 INFO kablam! Sep 04 08:40:18.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 04 08:40:18.083 INFO kablam! --> src/lib.rs:680:106 Sep 04 08:40:18.083 INFO kablam! | Sep 04 08:40:18.083 INFO kablam! 680 | self.inner.pool.spawn_fn(move || internal::emit_value_sync_spawn(inner, event, value)).flatten().boxed() Sep 04 08:40:18.083 INFO kablam! | ^^^^^ Sep 04 08:40:18.083 INFO kablam! Sep 04 08:40:18.841 INFO kablam! warning: unused `#[macro_use]` import Sep 04 08:40:18.842 INFO kablam! --> examples/simple.rs:1:1 Sep 04 08:40:18.842 INFO kablam! | Sep 04 08:40:18.842 INFO kablam! 1 | #[macro_use] Sep 04 08:40:18.842 INFO kablam! | ^^^^^^^^^^^^ Sep 04 08:40:18.842 INFO kablam! | Sep 04 08:40:18.842 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 08:40:18.842 INFO kablam! Sep 04 08:40:19.108 INFO kablam! warning: unused `#[macro_use]` import Sep 04 08:40:19.108 INFO kablam! --> examples/custom_events.rs:1:1 Sep 04 08:40:19.108 INFO kablam! | Sep 04 08:40:19.108 INFO kablam! 1 | #[macro_use] Sep 04 08:40:19.108 INFO kablam! | ^^^^^^^^^^^^ Sep 04 08:40:19.108 INFO kablam! | Sep 04 08:40:19.108 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 08:40:19.108 INFO kablam! Sep 04 08:40:19.288 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.94s Sep 04 08:40:19.294 INFO kablam! su: No module specific data is present Sep 04 08:40:19.764 INFO running `"docker" "rm" "-f" "722457c41bc674d5b85dda49d9a0514f6b626b41b2c8a4f7e7232657383c47cd"` Sep 04 08:40:19.900 INFO blam! 722457c41bc674d5b85dda49d9a0514f6b626b41b2c8a4f7e7232657383c47cd