Oct 11 15:24:07.319 INFO testing parallel-event-emitter-0.2.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 15:24:07.319 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 15:24:07.319 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:24:07.618 INFO blam! cae51d8fd876c74575ebfafb8b89fab8ca15d017f1d3d36796719f5b05d42a19 Oct 11 15:24:07.625 INFO running `"docker" "start" "-a" "cae51d8fd876c74575ebfafb8b89fab8ca15d017f1d3d36796719f5b05d42a19"` Oct 11 15:24:08.561 INFO kablam! usermod: no changes Oct 11 15:24:08.644 INFO kablam! Compiling trace-error v0.1.5 Oct 11 15:24:10.186 INFO kablam! Compiling parallel-event-emitter v0.2.4 (/source) Oct 11 15:24:11.556 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 11 15:24:11.556 INFO kablam! --> src/lib.rs:127:5 Oct 11 15:24:11.556 INFO kablam! | Oct 11 15:24:11.556 INFO kablam! 127 | use futures::BoxFuture; Oct 11 15:24:11.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 15:24:11.556 INFO kablam! | Oct 11 15:24:11.556 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 15:24:11.556 INFO kablam! Oct 11 15:24:11.556 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 11 15:24:11.557 INFO kablam! --> src/lib.rs:161:41 Oct 11 15:24:11.557 INFO kablam! | Oct 11 15:24:11.557 INFO kablam! 161 | use futures::{self, future, Future, BoxFuture}; Oct 11 15:24:11.557 INFO kablam! | ^^^^^^^^^ Oct 11 15:24:11.557 INFO kablam! Oct 11 15:24:11.557 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 11 15:24:11.557 INFO kablam! --> src/lib.rs:284:83 Oct 11 15:24:11.557 INFO kablam! | Oct 11 15:24:11.557 INFO kablam! 284 | pub fn emit_spawn(inner: Arc>, event: K) -> EventResult>> { Oct 11 15:24:11.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:24:11.557 INFO kablam! Oct 11 15:24:11.557 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 11 15:24:11.557 INFO kablam! --> src/lib.rs:311:102 Oct 11 15:24:11.557 INFO kablam! | Oct 11 15:24:11.557 INFO kablam! 311 | pub fn emit_value_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Clone + Send { Oct 11 15:24:11.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:24:11.557 INFO kablam! Oct 11 15:24:11.557 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 11 15:24:11.557 INFO kablam! --> src/lib.rs:341:107 Oct 11 15:24:11.557 INFO kablam! | Oct 11 15:24:11.557 INFO kablam! 341 | pub fn emit_value_sync_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Send + Sync { Oct 11 15:24:11.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:24:11.557 INFO kablam! Oct 11 15:24:11.576 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 11 15:24:11.576 INFO kablam! --> src/lib.rs:620:53 Oct 11 15:24:11.576 INFO kablam! | Oct 11 15:24:11.576 INFO kablam! 620 | pub fn emit>(&mut self, event: E) -> BoxFuture> { Oct 11 15:24:11.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:24:11.576 INFO kablam! Oct 11 15:24:11.576 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 11 15:24:11.576 INFO kablam! --> src/lib.rs:648:72 Oct 11 15:24:11.576 INFO kablam! | Oct 11 15:24:11.576 INFO kablam! 648 | pub fn emit_value>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Clone + Send { Oct 11 15:24:11.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:24:11.576 INFO kablam! Oct 11 15:24:11.576 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 11 15:24:11.576 INFO kablam! --> src/lib.rs:676:77 Oct 11 15:24:11.576 INFO kablam! | Oct 11 15:24:11.576 INFO kablam! 676 | pub fn emit_value_sync>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Send + Sync { Oct 11 15:24:11.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:24:11.576 INFO kablam! Oct 11 15:24:11.640 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 11 15:24:11.640 INFO kablam! --> src/lib.rs:303:77 Oct 11 15:24:11.640 INFO kablam! | Oct 11 15:24:11.640 INFO kablam! 303 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Oct 11 15:24:11.640 INFO kablam! | ^^^^^ Oct 11 15:24:11.640 INFO kablam! Oct 11 15:24:11.640 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 11 15:24:11.640 INFO kablam! --> src/lib.rs:307:33 Oct 11 15:24:11.640 INFO kablam! | Oct 11 15:24:11.640 INFO kablam! 307 | Ok(futures::finished(0).boxed()) Oct 11 15:24:11.640 INFO kablam! | ^^^^^ Oct 11 15:24:11.640 INFO kablam! Oct 11 15:24:11.650 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 11 15:24:11.650 INFO kablam! --> src/lib.rs:333:77 Oct 11 15:24:11.650 INFO kablam! | Oct 11 15:24:11.650 INFO kablam! 333 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Oct 11 15:24:11.650 INFO kablam! | ^^^^^ Oct 11 15:24:11.650 INFO kablam! Oct 11 15:24:11.656 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 11 15:24:11.656 INFO kablam! --> src/lib.rs:337:33 Oct 11 15:24:11.656 INFO kablam! | Oct 11 15:24:11.656 INFO kablam! 337 | Ok(futures::finished(0).boxed()) Oct 11 15:24:11.656 INFO kablam! | ^^^^^ Oct 11 15:24:11.656 INFO kablam! Oct 11 15:24:11.664 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 11 15:24:11.664 INFO kablam! --> src/lib.rs:373:77 Oct 11 15:24:11.664 INFO kablam! | Oct 11 15:24:11.664 INFO kablam! 373 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Oct 11 15:24:11.664 INFO kablam! | ^^^^^ Oct 11 15:24:11.664 INFO kablam! Oct 11 15:24:11.664 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 11 15:24:11.664 INFO kablam! --> src/lib.rs:377:33 Oct 11 15:24:11.664 INFO kablam! | Oct 11 15:24:11.664 INFO kablam! 377 | Ok(futures::finished(0).boxed()) Oct 11 15:24:11.664 INFO kablam! | ^^^^^ Oct 11 15:24:11.664 INFO kablam! Oct 11 15:24:11.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 Oct 11 15:24:11.712 INFO kablam! --> src/lib.rs:624:88 Oct 11 15:24:11.712 INFO kablam! | Oct 11 15:24:11.712 INFO kablam! 624 | self.inner.pool.spawn_fn(move || internal::emit_spawn(inner, event)).flatten().boxed() Oct 11 15:24:11.712 INFO kablam! | ^^^^^ Oct 11 15:24:11.712 INFO kablam! Oct 11 15:24:11.714 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 11 15:24:11.714 INFO kablam! --> src/lib.rs:652:101 Oct 11 15:24:11.714 INFO kablam! | Oct 11 15:24:11.714 INFO kablam! 652 | self.inner.pool.spawn_fn(move || internal::emit_value_spawn(inner, event, value)).flatten().boxed() Oct 11 15:24:11.714 INFO kablam! | ^^^^^ Oct 11 15:24:11.714 INFO kablam! Oct 11 15:24:11.714 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 11 15:24:11.714 INFO kablam! --> src/lib.rs:680:106 Oct 11 15:24:11.714 INFO kablam! | Oct 11 15:24:11.714 INFO kablam! 680 | self.inner.pool.spawn_fn(move || internal::emit_value_sync_spawn(inner, event, value)).flatten().boxed() Oct 11 15:24:11.714 INFO kablam! | ^^^^^ Oct 11 15:24:11.714 INFO kablam! Oct 11 15:24:12.041 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.44s Oct 11 15:24:12.041 INFO kablam! su: No module specific data is present Oct 11 15:24:12.667 INFO running `"docker" "rm" "-f" "cae51d8fd876c74575ebfafb8b89fab8ca15d017f1d3d36796719f5b05d42a19"` Oct 11 15:24:12.880 INFO blam! cae51d8fd876c74575ebfafb8b89fab8ca15d017f1d3d36796719f5b05d42a19 Oct 11 15:24:12.892 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 15:24:12.892 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:24:13.336 INFO blam! e20f928b3dc60ac73689291d205e99f8faec146f7be36a86eae71e40de763313 Oct 11 15:24:13.340 INFO running `"docker" "start" "-a" "e20f928b3dc60ac73689291d205e99f8faec146f7be36a86eae71e40de763313"` Oct 11 15:24:14.327 INFO kablam! usermod: no changes Oct 11 15:24:14.404 INFO kablam! Compiling parallel-event-emitter v0.2.4 (/source) Oct 11 15:24:16.227 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 11 15:24:16.227 INFO kablam! --> src/lib.rs:127:5 Oct 11 15:24:16.227 INFO kablam! | Oct 11 15:24:16.227 INFO kablam! 127 | use futures::BoxFuture; Oct 11 15:24:16.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 15:24:16.227 INFO kablam! | Oct 11 15:24:16.227 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 15:24:16.227 INFO kablam! Oct 11 15:24:16.227 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 11 15:24:16.227 INFO kablam! --> src/lib.rs:161:41 Oct 11 15:24:16.227 INFO kablam! | Oct 11 15:24:16.227 INFO kablam! 161 | use futures::{self, future, Future, BoxFuture}; Oct 11 15:24:16.227 INFO kablam! | ^^^^^^^^^ Oct 11 15:24:16.227 INFO kablam! Oct 11 15:24:16.236 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 11 15:24:16.236 INFO kablam! --> src/lib.rs:284:83 Oct 11 15:24:16.236 INFO kablam! | Oct 11 15:24:16.236 INFO kablam! 284 | pub fn emit_spawn(inner: Arc>, event: K) -> EventResult>> { Oct 11 15:24:16.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:24:16.236 INFO kablam! Oct 11 15:24:16.236 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 11 15:24:16.236 INFO kablam! --> src/lib.rs:311:102 Oct 11 15:24:16.236 INFO kablam! | Oct 11 15:24:16.236 INFO kablam! 311 | pub fn emit_value_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Clone + Send { Oct 11 15:24:16.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:24:16.236 INFO kablam! Oct 11 15:24:16.236 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 11 15:24:16.236 INFO kablam! --> src/lib.rs:341:107 Oct 11 15:24:16.236 INFO kablam! | Oct 11 15:24:16.237 INFO kablam! 341 | pub fn emit_value_sync_spawn(inner: Arc>, event: K, value: T) -> EventResult>> where T: Any + Send + Sync { Oct 11 15:24:16.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:24:16.237 INFO kablam! Oct 11 15:24:16.237 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 11 15:24:16.237 INFO kablam! --> src/lib.rs:620:53 Oct 11 15:24:16.237 INFO kablam! | Oct 11 15:24:16.237 INFO kablam! 620 | pub fn emit>(&mut self, event: E) -> BoxFuture> { Oct 11 15:24:16.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:24:16.237 INFO kablam! Oct 11 15:24:16.237 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 11 15:24:16.237 INFO kablam! --> src/lib.rs:648:72 Oct 11 15:24:16.237 INFO kablam! | Oct 11 15:24:16.237 INFO kablam! 648 | pub fn emit_value>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Clone + Send { Oct 11 15:24:16.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:24:16.237 INFO kablam! Oct 11 15:24:16.237 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 11 15:24:16.237 INFO kablam! --> src/lib.rs:676:77 Oct 11 15:24:16.237 INFO kablam! | Oct 11 15:24:16.237 INFO kablam! 676 | pub fn emit_value_sync>(&mut self, event: E, value: T) -> BoxFuture> where T: Any + Send + Sync { Oct 11 15:24:16.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:24:16.237 INFO kablam! Oct 11 15:24:16.320 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 11 15:24:16.320 INFO kablam! --> src/lib.rs:303:77 Oct 11 15:24:16.320 INFO kablam! | Oct 11 15:24:16.320 INFO kablam! 303 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Oct 11 15:24:16.320 INFO kablam! | ^^^^^ Oct 11 15:24:16.320 INFO kablam! Oct 11 15:24:16.328 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 11 15:24:16.328 INFO kablam! --> src/lib.rs:307:33 Oct 11 15:24:16.328 INFO kablam! | Oct 11 15:24:16.328 INFO kablam! 307 | Ok(futures::finished(0).boxed()) Oct 11 15:24:16.328 INFO kablam! | ^^^^^ Oct 11 15:24:16.328 INFO kablam! Oct 11 15:24:16.330 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 11 15:24:16.330 INFO kablam! --> src/lib.rs:333:77 Oct 11 15:24:16.330 INFO kablam! | Oct 11 15:24:16.330 INFO kablam! 333 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Oct 11 15:24:16.330 INFO kablam! | ^^^^^ Oct 11 15:24:16.330 INFO kablam! Oct 11 15:24:16.330 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 11 15:24:16.330 INFO kablam! --> src/lib.rs:337:33 Oct 11 15:24:16.330 INFO kablam! | Oct 11 15:24:16.330 INFO kablam! 337 | Ok(futures::finished(0).boxed()) Oct 11 15:24:16.330 INFO kablam! | ^^^^^ Oct 11 15:24:16.330 INFO kablam! Oct 11 15:24:16.341 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 11 15:24:16.341 INFO kablam! --> src/lib.rs:373:77 Oct 11 15:24:16.341 INFO kablam! | Oct 11 15:24:16.341 INFO kablam! 373 | return Ok(future::join_all(listener_futures).map(count_ran).boxed()); Oct 11 15:24:16.341 INFO kablam! | ^^^^^ Oct 11 15:24:16.341 INFO kablam! Oct 11 15:24:16.345 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 11 15:24:16.345 INFO kablam! --> src/lib.rs:377:33 Oct 11 15:24:16.345 INFO kablam! | Oct 11 15:24:16.345 INFO kablam! 377 | Ok(futures::finished(0).boxed()) Oct 11 15:24:16.345 INFO kablam! | ^^^^^ Oct 11 15:24:16.345 INFO kablam! Oct 11 15:24:16.392 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 11 15:24:16.392 INFO kablam! --> src/lib.rs:624:88 Oct 11 15:24:16.392 INFO kablam! | Oct 11 15:24:16.392 INFO kablam! 624 | self.inner.pool.spawn_fn(move || internal::emit_spawn(inner, event)).flatten().boxed() Oct 11 15:24:16.392 INFO kablam! | ^^^^^ Oct 11 15:24:16.392 INFO kablam! Oct 11 15:24:16.396 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 11 15:24:16.396 INFO kablam! --> src/lib.rs:652:101 Oct 11 15:24:16.396 INFO kablam! | Oct 11 15:24:16.396 INFO kablam! 652 | self.inner.pool.spawn_fn(move || internal::emit_value_spawn(inner, event, value)).flatten().boxed() Oct 11 15:24:16.396 INFO kablam! | ^^^^^ Oct 11 15:24:16.396 INFO kablam! Oct 11 15:24:16.404 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 11 15:24:16.404 INFO kablam! --> src/lib.rs:680:106 Oct 11 15:24:16.404 INFO kablam! | Oct 11 15:24:16.404 INFO kablam! 680 | self.inner.pool.spawn_fn(move || internal::emit_value_sync_spawn(inner, event, value)).flatten().boxed() Oct 11 15:24:16.404 INFO kablam! | ^^^^^ Oct 11 15:24:16.404 INFO kablam! Oct 11 15:24:16.480 INFO kablam! warning: unused `#[macro_use]` import Oct 11 15:24:16.480 INFO kablam! --> examples/custom_events.rs:1:1 Oct 11 15:24:16.480 INFO kablam! | Oct 11 15:24:16.480 INFO kablam! 1 | #[macro_use] Oct 11 15:24:16.480 INFO kablam! | ^^^^^^^^^^^^ Oct 11 15:24:16.480 INFO kablam! | Oct 11 15:24:16.480 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 15:24:16.481 INFO kablam! Oct 11 15:24:16.673 INFO kablam! warning: unused `#[macro_use]` import Oct 11 15:24:16.673 INFO kablam! --> examples/simple.rs:1:1 Oct 11 15:24:16.673 INFO kablam! | Oct 11 15:24:16.673 INFO kablam! 1 | #[macro_use] Oct 11 15:24:16.674 INFO kablam! | ^^^^^^^^^^^^ Oct 11 15:24:16.674 INFO kablam! | Oct 11 15:24:16.674 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 15:24:16.674 INFO kablam! Oct 11 15:24:18.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.57s Oct 11 15:24:18.927 INFO kablam! su: No module specific data is present Oct 11 15:24:19.250 INFO running `"docker" "rm" "-f" "e20f928b3dc60ac73689291d205e99f8faec146f7be36a86eae71e40de763313"` Oct 11 15:24:19.351 INFO blam! e20f928b3dc60ac73689291d205e99f8faec146f7be36a86eae71e40de763313 Oct 11 15:24:19.351 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 15:24:19.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:24:19.532 INFO blam! 977dd7af717d2845d16e0c1e8cdb8fc88ec923932eca44a77b925ee4767f0564 Oct 11 15:24:19.532 INFO running `"docker" "start" "-a" "977dd7af717d2845d16e0c1e8cdb8fc88ec923932eca44a77b925ee4767f0564"` Oct 11 15:24:20.152 INFO kablam! usermod: no changes Oct 11 15:24:20.206 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 15:24:20.208 INFO kablam! Running /target/debug/deps/parallel_event_emitter-d0040d68c1e900d5 Oct 11 15:24:20.210 INFO kablam! Doc-tests parallel-event-emitter Oct 11 15:24:20.210 INFO blam! Oct 11 15:24:20.210 INFO blam! running 0 tests Oct 11 15:24:20.210 INFO blam! Oct 11 15:24:20.210 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:24:20.210 INFO blam! Oct 11 15:24:22.536 INFO blam! Oct 11 15:24:22.536 INFO blam! running 3 tests Oct 11 15:24:22.536 INFO blam! test src/lib.rs - EventKey (line 139) ... ignored Oct 11 15:24:27.628 INFO blam! test src/lib.rs - (line 42) ... ok Oct 11 15:24:27.792 INFO blam! test src/lib.rs - (line 20) ... ok Oct 11 15:24:27.792 INFO blam! Oct 11 15:24:27.792 INFO blam! test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 11 15:24:27.792 INFO blam! Oct 11 15:24:27.805 INFO kablam! su: No module specific data is present Oct 11 15:24:28.432 INFO running `"docker" "rm" "-f" "977dd7af717d2845d16e0c1e8cdb8fc88ec923932eca44a77b925ee4767f0564"` Oct 11 15:24:28.699 INFO blam! 977dd7af717d2845d16e0c1e8cdb8fc88ec923932eca44a77b925ee4767f0564