Oct 27 18:17:08.570 INFO checking parallel-event-emitter-0.2.4 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:17:08.571 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 18:17:09.015 INFO blam! 14be68b298fd686301709ebeb8bd09b1d1cd18834f56d6f02946b641cc7c53ab Oct 27 18:17:09.016 INFO running `"docker" "start" "-a" "14be68b298fd686301709ebeb8bd09b1d1cd18834f56d6f02946b641cc7c53ab"` Oct 27 18:17:10.077 INFO kablam! usermod: no changes Oct 27 18:17:10.227 INFO kablam! Checking trace-error v0.1.5 Oct 27 18:17:11.335 INFO kablam! Checking parallel-event-emitter v0.2.4 (/source) Oct 27 18:17:12.899 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 Oct 27 18:17:12.899 INFO kablam! --> src/lib.rs:127:5 Oct 27 18:17:12.899 INFO kablam! | Oct 27 18:17:12.899 INFO kablam! 127 | use futures::BoxFuture; Oct 27 18:17:12.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 18:17:12.899 INFO kablam! | Oct 27 18:17:12.899 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:17:12.899 INFO kablam! Oct 27 18:17:12.899 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 Oct 27 18:17:12.899 INFO kablam! --> src/lib.rs:161:41 Oct 27 18:17:12.899 INFO kablam! | Oct 27 18:17:12.899 INFO kablam! 161 | use futures::{self, future, Future, BoxFuture}; Oct 27 18:17:12.899 INFO kablam! | ^^^^^^^^^ Oct 27 18:17:12.899 INFO kablam! Oct 27 18:17:12.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 Oct 27 18:17:12.907 INFO kablam! --> src/lib.rs:284:83 Oct 27 18:17:12.907 INFO kablam! | Oct 27 18:17:12.907 INFO kablam! 284 | pub fn emit_spawn(inner: Arc>, event: K) -> EventResult>> { Oct 27 18:17:12.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:12.907 INFO kablam! Oct 27 18:17:12.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 Oct 27 18:17:12.907 INFO kablam! --> src/lib.rs:311:102 Oct 27 18:17:12.907 INFO kablam! | Oct 27 18:17:12.907 INFO kablam! 311 | pub fn emit_value_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Clone + Send { Oct 27 18:17:12.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:12.907 INFO kablam! Oct 27 18:17:12.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 Oct 27 18:17:12.907 INFO kablam! --> src/lib.rs:341:107 Oct 27 18:17:12.907 INFO kablam! | Oct 27 18:17:12.907 INFO kablam! 341 | pub fn emit_value_sync_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Send + Sync { Oct 27 18:17:12.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:12.907 INFO kablam! Oct 27 18:17:12.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 Oct 27 18:17:12.907 INFO kablam! --> src/lib.rs:620:53 Oct 27 18:17:12.907 INFO kablam! | Oct 27 18:17:12.907 INFO kablam! 620 | pub fn emit>(&mut self, event: E) -> BoxFuture> { Oct 27 18:17:12.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:12.907 INFO kablam! Oct 27 18:17:12.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 Oct 27 18:17:12.907 INFO kablam! --> src/lib.rs:648:72 Oct 27 18:17:12.907 INFO kablam! | Oct 27 18:17:12.907 INFO kablam! 648 | pub fn emit_value>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Clone + Send { Oct 27 18:17:12.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:12.907 INFO kablam! Oct 27 18:17:12.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 Oct 27 18:17:12.907 INFO kablam! --> src/lib.rs:676:77 Oct 27 18:17:12.907 INFO kablam! | Oct 27 18:17:12.907 INFO kablam! 676 | pub fn emit_value_sync>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Send + Sync { Oct 27 18:17:12.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:12.907 INFO kablam! Oct 27 18:17:12.979 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 Oct 27 18:17:12.979 INFO kablam! --> src/lib.rs:303:77 Oct 27 18:17:12.979 INFO kablam! | Oct 27 18:17:12.979 INFO kablam! 303 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Oct 27 18:17:12.979 INFO kablam! | ^^^^^ Oct 27 18:17:12.979 INFO kablam! Oct 27 18:17:12.980 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 Oct 27 18:17:12.980 INFO kablam! --> src/lib.rs:307:33 Oct 27 18:17:12.980 INFO kablam! | Oct 27 18:17:12.980 INFO kablam! 307 | Ok(futures::finished(0).boxed()) Oct 27 18:17:12.980 INFO kablam! | ^^^^^ Oct 27 18:17:12.980 INFO kablam! Oct 27 18:17:12.991 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 Oct 27 18:17:12.991 INFO kablam! --> src/lib.rs:333:77 Oct 27 18:17:12.991 INFO kablam! | Oct 27 18:17:12.991 INFO kablam! 333 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Oct 27 18:17:12.991 INFO kablam! | ^^^^^ Oct 27 18:17:12.991 INFO kablam! Oct 27 18:17:12.992 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 Oct 27 18:17:12.992 INFO kablam! --> src/lib.rs:337:33 Oct 27 18:17:12.992 INFO kablam! | Oct 27 18:17:12.992 INFO kablam! 337 | Ok(futures::finished(0).boxed()) Oct 27 18:17:12.992 INFO kablam! | ^^^^^ Oct 27 18:17:12.992 INFO kablam! Oct 27 18:17:13.007 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 Oct 27 18:17:13.007 INFO kablam! --> src/lib.rs:373:77 Oct 27 18:17:13.007 INFO kablam! | Oct 27 18:17:13.007 INFO kablam! 373 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Oct 27 18:17:13.007 INFO kablam! | ^^^^^ Oct 27 18:17:13.007 INFO kablam! Oct 27 18:17:13.007 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 Oct 27 18:17:13.007 INFO kablam! --> src/lib.rs:377:33 Oct 27 18:17:13.007 INFO kablam! | Oct 27 18:17:13.007 INFO kablam! 377 | Ok(futures::finished(0).boxed()) Oct 27 18:17:13.007 INFO kablam! | ^^^^^ Oct 27 18:17:13.007 INFO kablam! Oct 27 18:17:13.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 Oct 27 18:17:13.059 INFO kablam! --> src/lib.rs:624:88 Oct 27 18:17:13.059 INFO kablam! | Oct 27 18:17:13.059 INFO kablam! 624 | self.inner.pool.spawn_fn(move || internal::emit_spawn(inner, event)).flatten().boxed() Oct 27 18:17:13.059 INFO kablam! | ^^^^^ Oct 27 18:17:13.059 INFO kablam! Oct 27 18:17:13.067 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 Oct 27 18:17:13.067 INFO kablam! --> src/lib.rs:652:101 Oct 27 18:17:13.067 INFO kablam! | Oct 27 18:17:13.067 INFO kablam! 652 | self.inner.pool.spawn_fn(move || internal::emit_value_spawn(inner, event, value)).flatten().boxed() Oct 27 18:17:13.067 INFO kablam! | ^^^^^ Oct 27 18:17:13.067 INFO kablam! Oct 27 18:17:13.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 Oct 27 18:17:13.075 INFO kablam! --> src/lib.rs:680:106 Oct 27 18:17:13.075 INFO kablam! | Oct 27 18:17:13.075 INFO kablam! 680 | self.inner.pool.spawn_fn(move || internal::emit_value_sync_spawn(inner, event, value)).flatten().boxed() Oct 27 18:17:13.075 INFO kablam! | ^^^^^ Oct 27 18:17:13.075 INFO kablam! Oct 27 18:17:13.131 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 Oct 27 18:17:13.131 INFO kablam! --> src/lib.rs:127:5 Oct 27 18:17:13.131 INFO kablam! | Oct 27 18:17:13.131 INFO kablam! 127 | use futures::BoxFuture; Oct 27 18:17:13.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 18:17:13.131 INFO kablam! | Oct 27 18:17:13.131 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:17:13.131 INFO kablam! Oct 27 18:17:13.133 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 Oct 27 18:17:13.133 INFO kablam! --> src/lib.rs:161:41 Oct 27 18:17:13.133 INFO kablam! | Oct 27 18:17:13.133 INFO kablam! 161 | use futures::{self, future, Future, BoxFuture}; Oct 27 18:17:13.133 INFO kablam! | ^^^^^^^^^ Oct 27 18:17:13.133 INFO kablam! Oct 27 18:17:13.133 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 Oct 27 18:17:13.133 INFO kablam! --> src/lib.rs:284:83 Oct 27 18:17:13.133 INFO kablam! | Oct 27 18:17:13.133 INFO kablam! 284 | pub fn emit_spawn(inner: Arc>, event: K) -> EventResult>> { Oct 27 18:17:13.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:13.133 INFO kablam! Oct 27 18:17:13.133 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 Oct 27 18:17:13.133 INFO kablam! --> src/lib.rs:311:102 Oct 27 18:17:13.133 INFO kablam! | Oct 27 18:17:13.133 INFO kablam! 311 | pub fn emit_value_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Clone + Send { Oct 27 18:17:13.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:13.133 INFO kablam! Oct 27 18:17:13.133 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 Oct 27 18:17:13.133 INFO kablam! --> src/lib.rs:341:107 Oct 27 18:17:13.133 INFO kablam! | Oct 27 18:17:13.133 INFO kablam! 341 | pub fn emit_value_sync_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Send + Sync { Oct 27 18:17:13.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:13.133 INFO kablam! Oct 27 18:17:13.133 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 Oct 27 18:17:13.133 INFO kablam! --> src/lib.rs:620:53 Oct 27 18:17:13.133 INFO kablam! | Oct 27 18:17:13.133 INFO kablam! 620 | pub fn emit>(&mut self, event: E) -> BoxFuture> { Oct 27 18:17:13.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:13.133 INFO kablam! Oct 27 18:17:13.133 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 Oct 27 18:17:13.133 INFO kablam! --> src/lib.rs:648:72 Oct 27 18:17:13.133 INFO kablam! | Oct 27 18:17:13.133 INFO kablam! 648 | pub fn emit_value>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Clone + Send { Oct 27 18:17:13.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:13.133 INFO kablam! Oct 27 18:17:13.139 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 Oct 27 18:17:13.139 INFO kablam! --> src/lib.rs:676:77 Oct 27 18:17:13.139 INFO kablam! | Oct 27 18:17:13.139 INFO kablam! 676 | pub fn emit_value_sync>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Send + Sync { Oct 27 18:17:13.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:13.139 INFO kablam! Oct 27 18:17:13.218 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 Oct 27 18:17:13.218 INFO kablam! --> src/lib.rs:303:77 Oct 27 18:17:13.218 INFO kablam! | Oct 27 18:17:13.218 INFO kablam! 303 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Oct 27 18:17:13.218 INFO kablam! | ^^^^^ Oct 27 18:17:13.218 INFO kablam! Oct 27 18:17:13.218 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 Oct 27 18:17:13.218 INFO kablam! --> src/lib.rs:307:33 Oct 27 18:17:13.218 INFO kablam! | Oct 27 18:17:13.218 INFO kablam! 307 | Ok(futures::finished(0).boxed()) Oct 27 18:17:13.218 INFO kablam! | ^^^^^ Oct 27 18:17:13.218 INFO kablam! Oct 27 18:17:13.223 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 Oct 27 18:17:13.223 INFO kablam! --> src/lib.rs:333:77 Oct 27 18:17:13.223 INFO kablam! | Oct 27 18:17:13.223 INFO kablam! 333 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Oct 27 18:17:13.223 INFO kablam! | ^^^^^ Oct 27 18:17:13.223 INFO kablam! Oct 27 18:17:13.223 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 Oct 27 18:17:13.223 INFO kablam! --> src/lib.rs:337:33 Oct 27 18:17:13.223 INFO kablam! | Oct 27 18:17:13.223 INFO kablam! 337 | Ok(futures::finished(0).boxed()) Oct 27 18:17:13.223 INFO kablam! | ^^^^^ Oct 27 18:17:13.223 INFO kablam! Oct 27 18:17:13.239 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 Oct 27 18:17:13.239 INFO kablam! --> src/lib.rs:373:77 Oct 27 18:17:13.239 INFO kablam! | Oct 27 18:17:13.239 INFO kablam! 373 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Oct 27 18:17:13.239 INFO kablam! | ^^^^^ Oct 27 18:17:13.239 INFO kablam! Oct 27 18:17:13.239 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 Oct 27 18:17:13.239 INFO kablam! --> src/lib.rs:377:33 Oct 27 18:17:13.239 INFO kablam! | Oct 27 18:17:13.239 INFO kablam! 377 | Ok(futures::finished(0).boxed()) Oct 27 18:17:13.239 INFO kablam! | ^^^^^ Oct 27 18:17:13.239 INFO kablam! Oct 27 18:17:13.279 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 Oct 27 18:17:13.279 INFO kablam! --> src/lib.rs:624:88 Oct 27 18:17:13.279 INFO kablam! | Oct 27 18:17:13.279 INFO kablam! 624 | self.inner.pool.spawn_fn(move || internal::emit_spawn(inner, event)).flatten().boxed() Oct 27 18:17:13.279 INFO kablam! | ^^^^^ Oct 27 18:17:13.279 INFO kablam! Oct 27 18:17:13.287 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 Oct 27 18:17:13.287 INFO kablam! --> src/lib.rs:652:101 Oct 27 18:17:13.287 INFO kablam! | Oct 27 18:17:13.287 INFO kablam! 652 | self.inner.pool.spawn_fn(move || internal::emit_value_spawn(inner, event, value)).flatten().boxed() Oct 27 18:17:13.287 INFO kablam! | ^^^^^ Oct 27 18:17:13.287 INFO kablam! Oct 27 18:17:13.295 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 Oct 27 18:17:13.295 INFO kablam! --> src/lib.rs:680:106 Oct 27 18:17:13.295 INFO kablam! | Oct 27 18:17:13.295 INFO kablam! 680 | self.inner.pool.spawn_fn(move || internal::emit_value_sync_spawn(inner, event, value)).flatten().boxed() Oct 27 18:17:13.295 INFO kablam! | ^^^^^ Oct 27 18:17:13.295 INFO kablam! Oct 27 18:17:14.867 INFO kablam! warning: unused `#[macro_use]` import Oct 27 18:17:14.867 INFO kablam! --> examples/simple.rs:1:1 Oct 27 18:17:14.871 INFO kablam! | Oct 27 18:17:14.871 INFO kablam! 1 | #[macro_use] Oct 27 18:17:14.871 INFO kablam! | ^^^^^^^^^^^^ Oct 27 18:17:14.872 INFO kablam! | Oct 27 18:17:14.872 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 18:17:14.872 INFO kablam! Oct 27 18:17:14.921 INFO kablam! warning: unused `#[macro_use]` import Oct 27 18:17:14.921 INFO kablam! --> examples/custom_events.rs:1:1 Oct 27 18:17:14.922 INFO kablam! | Oct 27 18:17:14.922 INFO kablam! 1 | #[macro_use] Oct 27 18:17:14.922 INFO kablam! | ^^^^^^^^^^^^ Oct 27 18:17:14.922 INFO kablam! | Oct 27 18:17:14.923 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 18:17:14.923 INFO kablam! Oct 27 18:17:15.134 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.03s Oct 27 18:17:15.139 INFO kablam! su: No module specific data is present Oct 27 18:17:15.732 INFO running `"docker" "rm" "-f" "14be68b298fd686301709ebeb8bd09b1d1cd18834f56d6f02946b641cc7c53ab"` Oct 27 18:17:16.027 INFO blam! 14be68b298fd686301709ebeb8bd09b1d1cd18834f56d6f02946b641cc7c53ab