Oct 11 09:58:58.444 INFO testing tk-sendfile-0.4.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:58:58.444 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:58:58.444 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 09:58:58.636 INFO blam! b6d9af2a8e9a9b8e1871f73a9ea96aa66077a6969d52dea995dd32d552458d02 Oct 11 09:58:58.636 INFO running `"docker" "start" "-a" "b6d9af2a8e9a9b8e1871f73a9ea96aa66077a6969d52dea995dd32d552458d02"` Oct 11 09:58:59.292 INFO kablam! usermod: no changes Oct 11 09:58:59.424 INFO kablam! Compiling tk-sendfile v0.4.0 (/source) Oct 11 09:59:03.548 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 09:59:03.548 INFO kablam! --> src/lib.rs:40:36 Oct 11 09:59:03.548 INFO kablam! | Oct 11 09:59:03.548 INFO kablam! 40 | use futures::{Future, Poll, Async, BoxFuture, finished, failed}; Oct 11 09:59:03.548 INFO kablam! | ^^^^^^^^^ Oct 11 09:59:03.548 INFO kablam! | Oct 11 09:59:03.548 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:59:03.548 INFO kablam! Oct 11 09:59:03.548 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 09:59:03.548 INFO kablam! --> src/lib.rs:208:12 Oct 11 09:59:03.548 INFO kablam! | Oct 11 09:59:03.548 INFO kablam! 208 | -> BoxFuture, io::Error> Oct 11 09:59:03.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:59:03.548 INFO kablam! Oct 11 09:59:03.548 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 09:59:03.548 INFO kablam! --> src/lib.rs:246:12 Oct 11 09:59:03.548 INFO kablam! | Oct 11 09:59:03.549 INFO kablam! 246 | -> futures::BoxFuture Oct 11 09:59:03.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:59:03.549 INFO kablam! Oct 11 09:59:03.639 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 09:59:03.639 INFO kablam! --> src/lib.rs:217:34 Oct 11 09:59:03.639 INFO kablam! | Oct 11 09:59:03.639 INFO kablam! 217 | return failed(e).boxed(); Oct 11 09:59:03.639 INFO kablam! | ^^^^^ Oct 11 09:59:03.639 INFO kablam! Oct 11 09:59:03.639 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 09:59:03.639 INFO kablam! --> src/lib.rs:229:16 Oct 11 09:59:03.639 INFO kablam! | Oct 11 09:59:03.639 INFO kablam! 229 | }).boxed() Oct 11 09:59:03.639 INFO kablam! | ^^^^^ Oct 11 09:59:03.639 INFO kablam! Oct 11 09:59:03.641 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 09:59:03.641 INFO kablam! --> src/lib.rs:241:16 Oct 11 09:59:03.641 INFO kablam! | Oct 11 09:59:03.641 INFO kablam! 241 | }).boxed() Oct 11 09:59:03.641 INFO kablam! | ^^^^^ Oct 11 09:59:03.641 INFO kablam! Oct 11 09:59:03.652 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 09:59:03.652 INFO kablam! --> src/lib.rs:250:71 Oct 11 09:59:03.652 INFO kablam! | Oct 11 09:59:03.652 INFO kablam! 250 | self.open(file).and_then(|file| file.write_into(destination)).boxed() Oct 11 09:59:03.652 INFO kablam! | ^^^^^ Oct 11 09:59:03.652 INFO kablam! Oct 11 09:59:03.845 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.53s Oct 11 09:59:03.852 INFO kablam! su: No module specific data is present Oct 11 09:59:04.242 INFO running `"docker" "rm" "-f" "b6d9af2a8e9a9b8e1871f73a9ea96aa66077a6969d52dea995dd32d552458d02"` Oct 11 09:59:04.442 INFO blam! b6d9af2a8e9a9b8e1871f73a9ea96aa66077a6969d52dea995dd32d552458d02 Oct 11 09:59:04.452 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:59:04.452 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 09:59:04.750 INFO blam! 4f78d6de32f3be15cbce57a0e4a9d43a506ad42ff6b5c4a5476aa3cdd1321e43 Oct 11 09:59:04.751 INFO running `"docker" "start" "-a" "4f78d6de32f3be15cbce57a0e4a9d43a506ad42ff6b5c4a5476aa3cdd1321e43"` Oct 11 09:59:05.340 INFO kablam! usermod: no changes Oct 11 09:59:05.480 INFO kablam! Compiling tk-sendfile v0.4.0 (/source) Oct 11 09:59:10.448 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 09:59:10.449 INFO kablam! --> src/lib.rs:40:36 Oct 11 09:59:10.449 INFO kablam! | Oct 11 09:59:10.449 INFO kablam! 40 | use futures::{Future, Poll, Async, BoxFuture, finished, failed}; Oct 11 09:59:10.449 INFO kablam! | ^^^^^^^^^ Oct 11 09:59:10.450 INFO kablam! | Oct 11 09:59:10.450 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:59:10.450 INFO kablam! Oct 11 09:59:10.450 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 09:59:10.451 INFO kablam! --> src/lib.rs:208:12 Oct 11 09:59:10.451 INFO kablam! | Oct 11 09:59:10.451 INFO kablam! 208 | -> BoxFuture, io::Error> Oct 11 09:59:10.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:59:10.451 INFO kablam! Oct 11 09:59:10.452 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 09:59:10.452 INFO kablam! --> src/lib.rs:246:12 Oct 11 09:59:10.452 INFO kablam! | Oct 11 09:59:10.452 INFO kablam! 246 | -> futures::BoxFuture Oct 11 09:59:10.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:59:10.453 INFO kablam! Oct 11 09:59:10.520 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 09:59:10.521 INFO kablam! --> src/lib.rs:217:34 Oct 11 09:59:10.521 INFO kablam! | Oct 11 09:59:10.521 INFO kablam! 217 | return failed(e).boxed(); Oct 11 09:59:10.521 INFO kablam! | ^^^^^ Oct 11 09:59:10.522 INFO kablam! Oct 11 09:59:10.522 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 09:59:10.522 INFO kablam! --> src/lib.rs:229:16 Oct 11 09:59:10.523 INFO kablam! | Oct 11 09:59:10.523 INFO kablam! 229 | }).boxed() Oct 11 09:59:10.523 INFO kablam! | ^^^^^ Oct 11 09:59:10.523 INFO kablam! Oct 11 09:59:10.523 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 09:59:10.524 INFO kablam! --> src/lib.rs:241:16 Oct 11 09:59:10.524 INFO kablam! | Oct 11 09:59:10.524 INFO kablam! 241 | }).boxed() Oct 11 09:59:10.524 INFO kablam! | ^^^^^ Oct 11 09:59:10.525 INFO kablam! Oct 11 09:59:10.536 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 09:59:10.537 INFO kablam! --> src/lib.rs:250:71 Oct 11 09:59:10.537 INFO kablam! | Oct 11 09:59:10.537 INFO kablam! 250 | self.open(file).and_then(|file| file.write_into(destination)).boxed() Oct 11 09:59:10.537 INFO kablam! | ^^^^^ Oct 11 09:59:10.538 INFO kablam! Oct 11 09:59:13.224 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.86s Oct 11 09:59:13.228 INFO kablam! su: No module specific data is present Oct 11 09:59:13.602 INFO running `"docker" "rm" "-f" "4f78d6de32f3be15cbce57a0e4a9d43a506ad42ff6b5c4a5476aa3cdd1321e43"` Oct 11 09:59:13.984 INFO blam! 4f78d6de32f3be15cbce57a0e4a9d43a506ad42ff6b5c4a5476aa3cdd1321e43 Oct 11 09:59:13.993 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:59:13.993 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 09:59:14.380 INFO blam! b2e766ce72b35d88fedc482afb119e766fe67f36e98df71b0184abb4296e649a Oct 11 09:59:14.383 INFO running `"docker" "start" "-a" "b2e766ce72b35d88fedc482afb119e766fe67f36e98df71b0184abb4296e649a"` Oct 11 09:59:14.852 INFO kablam! usermod: no changes Oct 11 09:59:14.964 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 09:59:14.981 INFO kablam! Running /target/debug/deps/tk_sendfile-9fe0d926b5cb9a6d Oct 11 09:59:14.982 INFO blam! Oct 11 09:59:14.982 INFO blam! running 0 tests Oct 11 09:59:14.982 INFO blam! Oct 11 09:59:14.982 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:59:14.982 INFO blam! Oct 11 09:59:14.983 INFO kablam! Doc-tests tk_sendfile Oct 11 09:59:22.466 INFO blam! Oct 11 09:59:22.466 INFO blam! running 1 test Oct 11 09:59:22.466 INFO blam! test src/lib.rs - (line 8) ... ignored Oct 11 09:59:22.466 INFO blam! Oct 11 09:59:22.466 INFO blam! test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 11 09:59:22.466 INFO blam! Oct 11 09:59:22.475 INFO kablam! su: No module specific data is present Oct 11 09:59:22.902 INFO running `"docker" "rm" "-f" "b2e766ce72b35d88fedc482afb119e766fe67f36e98df71b0184abb4296e649a"` Oct 11 09:59:23.088 INFO blam! b2e766ce72b35d88fedc482afb119e766fe67f36e98df71b0184abb4296e649a