Oct 13 07:22:00.425 INFO checking tk-sendfile-0.4.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:22:00.425 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 07:22:00.837 INFO blam! dfda694b1e3669dfd30bd1b8249928e9f55afd5fca907146d324feff91378ef4 Oct 13 07:22:00.840 INFO running `"docker" "start" "-a" "dfda694b1e3669dfd30bd1b8249928e9f55afd5fca907146d324feff91378ef4"` Oct 13 07:22:02.535 INFO kablam! usermod: no changes Oct 13 07:22:02.848 INFO kablam! Checking tk-sendfile v0.4.0 (/source) Oct 13 07:22:08.284 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 13 07:22:08.284 INFO kablam! --> src/lib.rs:40:36 Oct 13 07:22:08.284 INFO kablam! | Oct 13 07:22:08.284 INFO kablam! 40 | use futures::{Future, Poll, Async, BoxFuture, finished, failed}; Oct 13 07:22:08.284 INFO kablam! | ^^^^^^^^^ Oct 13 07:22:08.284 INFO kablam! | Oct 13 07:22:08.284 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:22:08.284 INFO kablam! Oct 13 07:22:08.284 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 13 07:22:08.284 INFO kablam! --> src/lib.rs:208:12 Oct 13 07:22:08.284 INFO kablam! | Oct 13 07:22:08.284 INFO kablam! 208 | -> BoxFuture, io::Error> Oct 13 07:22:08.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:22:08.284 INFO kablam! Oct 13 07:22:08.284 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 13 07:22:08.284 INFO kablam! --> src/lib.rs:246:12 Oct 13 07:22:08.284 INFO kablam! | Oct 13 07:22:08.285 INFO kablam! 246 | -> futures::BoxFuture Oct 13 07:22:08.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:22:08.285 INFO kablam! Oct 13 07:22:08.404 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 13 07:22:08.404 INFO kablam! --> src/lib.rs:40:36 Oct 13 07:22:08.404 INFO kablam! | Oct 13 07:22:08.404 INFO kablam! 40 | use futures::{Future, Poll, Async, BoxFuture, finished, failed}; Oct 13 07:22:08.404 INFO kablam! | ^^^^^^^^^ Oct 13 07:22:08.404 INFO kablam! | Oct 13 07:22:08.404 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:22:08.404 INFO kablam! Oct 13 07:22:08.404 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 13 07:22:08.404 INFO kablam! --> src/lib.rs:208:12 Oct 13 07:22:08.404 INFO kablam! | Oct 13 07:22:08.404 INFO kablam! 208 | -> BoxFuture, io::Error> Oct 13 07:22:08.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:22:08.404 INFO kablam! Oct 13 07:22:08.404 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 13 07:22:08.404 INFO kablam! --> src/lib.rs:246:12 Oct 13 07:22:08.404 INFO kablam! | Oct 13 07:22:08.404 INFO kablam! 246 | -> futures::BoxFuture Oct 13 07:22:08.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:22:08.404 INFO kablam! Oct 13 07:22:08.405 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 13 07:22:08.405 INFO kablam! --> src/lib.rs:217:34 Oct 13 07:22:08.405 INFO kablam! | Oct 13 07:22:08.405 INFO kablam! 217 | return failed(e).boxed(); Oct 13 07:22:08.405 INFO kablam! | ^^^^^ Oct 13 07:22:08.405 INFO kablam! Oct 13 07:22:08.405 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 13 07:22:08.405 INFO kablam! --> src/lib.rs:229:16 Oct 13 07:22:08.405 INFO kablam! | Oct 13 07:22:08.405 INFO kablam! 229 | }).boxed() Oct 13 07:22:08.405 INFO kablam! | ^^^^^ Oct 13 07:22:08.405 INFO kablam! Oct 13 07:22:08.416 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 13 07:22:08.416 INFO kablam! --> src/lib.rs:241:16 Oct 13 07:22:08.416 INFO kablam! | Oct 13 07:22:08.416 INFO kablam! 241 | }).boxed() Oct 13 07:22:08.416 INFO kablam! | ^^^^^ Oct 13 07:22:08.416 INFO kablam! Oct 13 07:22:08.424 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 13 07:22:08.424 INFO kablam! --> src/lib.rs:250:71 Oct 13 07:22:08.424 INFO kablam! | Oct 13 07:22:08.424 INFO kablam! 250 | self.open(file).and_then(|file| file.write_into(destination)).boxed() Oct 13 07:22:08.424 INFO kablam! | ^^^^^ Oct 13 07:22:08.424 INFO kablam! Oct 13 07:22:08.548 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 13 07:22:08.548 INFO kablam! --> src/lib.rs:217:34 Oct 13 07:22:08.548 INFO kablam! | Oct 13 07:22:08.548 INFO kablam! 217 | return failed(e).boxed(); Oct 13 07:22:08.548 INFO kablam! | ^^^^^ Oct 13 07:22:08.548 INFO kablam! Oct 13 07:22:08.548 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 13 07:22:08.548 INFO kablam! --> src/lib.rs:229:16 Oct 13 07:22:08.548 INFO kablam! | Oct 13 07:22:08.548 INFO kablam! 229 | }).boxed() Oct 13 07:22:08.548 INFO kablam! | ^^^^^ Oct 13 07:22:08.548 INFO kablam! Oct 13 07:22:08.549 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 13 07:22:08.550 INFO kablam! --> src/lib.rs:241:16 Oct 13 07:22:08.550 INFO kablam! | Oct 13 07:22:08.550 INFO kablam! 241 | }).boxed() Oct 13 07:22:08.550 INFO kablam! | ^^^^^ Oct 13 07:22:08.550 INFO kablam! Oct 13 07:22:08.556 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 13 07:22:08.556 INFO kablam! --> src/lib.rs:250:71 Oct 13 07:22:08.556 INFO kablam! | Oct 13 07:22:08.556 INFO kablam! 250 | self.open(file).and_then(|file| file.write_into(destination)).boxed() Oct 13 07:22:08.556 INFO kablam! | ^^^^^ Oct 13 07:22:08.556 INFO kablam! Oct 13 07:22:12.396 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.82s Oct 13 07:22:12.406 INFO kablam! su: No module specific data is present Oct 13 07:22:12.716 INFO running `"docker" "rm" "-f" "dfda694b1e3669dfd30bd1b8249928e9f55afd5fca907146d324feff91378ef4"` Oct 13 07:22:12.892 INFO blam! dfda694b1e3669dfd30bd1b8249928e9f55afd5fca907146d324feff91378ef4