Oct 10 13:21:11.834 INFO testing tobybot11/async-testing against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:21:11.834 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:21:11.834 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 13:21:12.224 INFO blam! 2833fd269abdf4bc66f1dfef855e0f1db3fc661fb7ece5a109f9727719a41828 Oct 10 13:21:12.236 INFO running `"docker" "start" "-a" "2833fd269abdf4bc66f1dfef855e0f1db3fc661fb7ece5a109f9727719a41828"` Oct 10 13:21:13.208 INFO kablam! usermod: no changes Oct 10 13:21:13.276 INFO kablam! Compiling async-testing v0.1.0 (/source) Oct 10 13:21:13.768 INFO kablam! warning: unused import: `Error` Oct 10 13:21:13.768 INFO kablam! --> src/main.rs:3:30 Oct 10 13:21:13.768 INFO kablam! | Oct 10 13:21:13.768 INFO kablam! 3 | use std::io::{self, BufRead, Error}; Oct 10 13:21:13.768 INFO kablam! | ^^^^^ Oct 10 13:21:13.768 INFO kablam! | Oct 10 13:21:13.768 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:21:13.768 INFO kablam! Oct 10 13:21:13.768 INFO kablam! warning: unused import: `Poll` Oct 10 13:21:13.768 INFO kablam! --> src/main.rs:7:37 Oct 10 13:21:13.768 INFO kablam! | Oct 10 13:21:13.768 INFO kablam! 7 | use futures::{Future, Sink, Stream, Poll}; Oct 10 13:21:13.769 INFO kablam! | ^^^^ Oct 10 13:21:13.769 INFO kablam! Oct 10 13:21:13.769 INFO kablam! warning: unused import: `futures::future::Map` Oct 10 13:21:13.769 INFO kablam! --> src/main.rs:10:5 Oct 10 13:21:13.769 INFO kablam! | Oct 10 13:21:13.769 INFO kablam! 10 | use futures::future::Map; Oct 10 13:21:13.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 13:21:13.769 INFO kablam! Oct 10 13:21:13.784 INFO kablam! warning: use of deprecated item 'futures::stream::BoxStream': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 Oct 10 13:21:13.784 INFO kablam! --> src/main.rs:8:5 Oct 10 13:21:13.784 INFO kablam! | Oct 10 13:21:13.784 INFO kablam! 8 | use futures::stream::BoxStream; Oct 10 13:21:13.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:21:13.784 INFO kablam! | Oct 10 13:21:13.784 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 13:21:13.784 INFO kablam! Oct 10 13:21:13.784 INFO kablam! warning: use of deprecated item 'futures::stream::BoxStream': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 Oct 10 13:21:13.784 INFO kablam! --> src/main.rs:19:15 Oct 10 13:21:13.784 INFO kablam! | Oct 10 13:21:13.784 INFO kablam! 19 | fn stdin() -> BoxStream { Oct 10 13:21:13.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:21:13.784 INFO kablam! Oct 10 13:21:13.824 INFO kablam! warning: use of deprecated item 'futures::Stream::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 Oct 10 13:21:13.824 INFO kablam! --> src/main.rs:41:36 Oct 10 13:21:13.824 INFO kablam! | Oct 10 13:21:13.824 INFO kablam! 41 | return rx.then(|e| e.unwrap()).boxed(); Oct 10 13:21:13.824 INFO kablam! | ^^^^^ Oct 10 13:21:13.824 INFO kablam! Oct 10 13:21:13.846 INFO kablam! warning: unused `futures::sink::Send` which must be used Oct 10 13:21:13.846 INFO kablam! --> src/main.rs:38:9 Oct 10 13:21:13.846 INFO kablam! | Oct 10 13:21:13.846 INFO kablam! 38 | tx1.send(Ok(f)); Oct 10 13:21:13.847 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 13:21:13.847 INFO kablam! | Oct 10 13:21:13.847 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 13:21:13.847 INFO kablam! = note: futures do nothing unless polled Oct 10 13:21:13.847 INFO kablam! Oct 10 13:21:14.999 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 10 13:21:15.010 INFO kablam! su: No module specific data is present Oct 10 13:21:15.549 INFO running `"docker" "rm" "-f" "2833fd269abdf4bc66f1dfef855e0f1db3fc661fb7ece5a109f9727719a41828"` Oct 10 13:21:15.936 INFO blam! 2833fd269abdf4bc66f1dfef855e0f1db3fc661fb7ece5a109f9727719a41828 Oct 10 13:21:15.944 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:21:15.944 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 13:21:16.312 INFO blam! c883608a77f8696e0532567bfa1d77bbe1c740ad84e70ffd1509fc84f883ff20 Oct 10 13:21:16.316 INFO running `"docker" "start" "-a" "c883608a77f8696e0532567bfa1d77bbe1c740ad84e70ffd1509fc84f883ff20"` Oct 10 13:21:17.376 INFO kablam! usermod: no changes Oct 10 13:21:17.424 INFO kablam! Compiling async-testing v0.1.0 (/source) Oct 10 13:21:17.912 INFO kablam! warning: unused import: `Error` Oct 10 13:21:17.912 INFO kablam! --> src/main.rs:3:30 Oct 10 13:21:17.912 INFO kablam! | Oct 10 13:21:17.912 INFO kablam! 3 | use std::io::{self, BufRead, Error}; Oct 10 13:21:17.912 INFO kablam! | ^^^^^ Oct 10 13:21:17.912 INFO kablam! | Oct 10 13:21:17.912 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:21:17.912 INFO kablam! Oct 10 13:21:17.912 INFO kablam! warning: unused import: `Poll` Oct 10 13:21:17.912 INFO kablam! --> src/main.rs:7:37 Oct 10 13:21:17.912 INFO kablam! | Oct 10 13:21:17.912 INFO kablam! 7 | use futures::{Future, Sink, Stream, Poll}; Oct 10 13:21:17.912 INFO kablam! | ^^^^ Oct 10 13:21:17.912 INFO kablam! Oct 10 13:21:17.912 INFO kablam! warning: unused import: `futures::future::Map` Oct 10 13:21:17.912 INFO kablam! --> src/main.rs:10:5 Oct 10 13:21:17.912 INFO kablam! | Oct 10 13:21:17.913 INFO kablam! 10 | use futures::future::Map; Oct 10 13:21:17.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 13:21:17.913 INFO kablam! Oct 10 13:21:17.924 INFO kablam! warning: use of deprecated item 'futures::stream::BoxStream': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 Oct 10 13:21:17.924 INFO kablam! --> src/main.rs:8:5 Oct 10 13:21:17.924 INFO kablam! | Oct 10 13:21:17.924 INFO kablam! 8 | use futures::stream::BoxStream; Oct 10 13:21:17.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:21:17.924 INFO kablam! | Oct 10 13:21:17.924 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 13:21:17.924 INFO kablam! Oct 10 13:21:17.924 INFO kablam! warning: use of deprecated item 'futures::stream::BoxStream': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 Oct 10 13:21:17.924 INFO kablam! --> src/main.rs:19:15 Oct 10 13:21:17.924 INFO kablam! | Oct 10 13:21:17.924 INFO kablam! 19 | fn stdin() -> BoxStream { Oct 10 13:21:17.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:21:17.924 INFO kablam! Oct 10 13:21:17.958 INFO kablam! warning: use of deprecated item 'futures::Stream::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228 Oct 10 13:21:17.958 INFO kablam! --> src/main.rs:41:36 Oct 10 13:21:17.958 INFO kablam! | Oct 10 13:21:17.958 INFO kablam! 41 | return rx.then(|e| e.unwrap()).boxed(); Oct 10 13:21:17.958 INFO kablam! | ^^^^^ Oct 10 13:21:17.958 INFO kablam! Oct 10 13:21:17.984 INFO kablam! warning: unused `futures::sink::Send` which must be used Oct 10 13:21:17.984 INFO kablam! --> src/main.rs:38:9 Oct 10 13:21:17.984 INFO kablam! | Oct 10 13:21:17.984 INFO kablam! 38 | tx1.send(Ok(f)); Oct 10 13:21:17.984 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 13:21:17.984 INFO kablam! | Oct 10 13:21:17.984 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 13:21:17.984 INFO kablam! = note: futures do nothing unless polled Oct 10 13:21:17.984 INFO kablam! Oct 10 13:21:18.452 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Oct 10 13:21:18.452 INFO kablam! su: No module specific data is present Oct 10 13:21:19.000 INFO running `"docker" "rm" "-f" "c883608a77f8696e0532567bfa1d77bbe1c740ad84e70ffd1509fc84f883ff20"` Oct 10 13:21:19.276 INFO blam! c883608a77f8696e0532567bfa1d77bbe1c740ad84e70ffd1509fc84f883ff20 Oct 10 13:21:19.301 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:21:19.303 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 13:21:19.619 INFO blam! 12ab063bce3184f4e3991006b12d870719bfa8a816f80310ad63a89e51ceb5bd Oct 10 13:21:19.625 INFO running `"docker" "start" "-a" "12ab063bce3184f4e3991006b12d870719bfa8a816f80310ad63a89e51ceb5bd"` Oct 10 13:21:20.413 INFO kablam! usermod: no changes Oct 10 13:21:20.461 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 13:21:20.461 INFO kablam! Running /target/debug/deps/async_testing-43f4039f9f9014ab Oct 10 13:21:20.470 INFO blam! Oct 10 13:21:20.470 INFO blam! running 0 tests Oct 10 13:21:20.470 INFO blam! Oct 10 13:21:20.470 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:21:20.470 INFO blam! Oct 10 13:21:20.472 INFO kablam! su: No module specific data is present Oct 10 13:21:20.984 INFO running `"docker" "rm" "-f" "12ab063bce3184f4e3991006b12d870719bfa8a816f80310ad63a89e51ceb5bd"` Oct 10 13:21:21.428 INFO blam! 12ab063bce3184f4e3991006b12d870719bfa8a816f80310ad63a89e51ceb5bd