Oct 16 04:44:30.351 INFO testing kailua_langsvr-1.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 04:44:30.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 16 04:44:30.586 INFO blam! 64d24cdffce6a4c50fe53f822c3244a1448a21cc2b65a3a416847c2fe6bc0b29 Oct 16 04:44:30.591 INFO running `"docker" "start" "-a" "64d24cdffce6a4c50fe53f822c3244a1448a21cc2b65a3a416847c2fe6bc0b29"` Oct 16 04:44:31.020 INFO kablam! usermod: no changes Oct 16 04:44:31.159 INFO kablam! Compiling kailua_langsvr_protocol v1.0.5 Oct 16 04:44:31.159 INFO kablam! Compiling kailua_types v1.1.0 Oct 16 04:44:47.611 INFO kablam! Compiling kailua_check v1.1.0 Oct 16 04:44:56.150 INFO kablam! Compiling kailua_workspace v1.1.0 Oct 16 04:44:59.454 INFO kablam! Compiling kailua_langsvr v1.1.0 (/source) Oct 16 04:45:02.277 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 16 04:45:02.277 INFO kablam! --> src/server.rs:11:31 Oct 16 04:45:02.277 INFO kablam! | Oct 16 04:45:02.277 INFO kablam! 11 | use futures::future::{Future, BoxFuture}; Oct 16 04:45:02.277 INFO kablam! | ^^^^^^^^^ Oct 16 04:45:02.277 INFO kablam! | Oct 16 04:45:02.277 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:45:02.277 INFO kablam! Oct 16 04:45:02.277 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 16 04:45:02.277 INFO kablam! --> src/workspace.rs:11:47 Oct 16 04:45:02.277 INFO kablam! | Oct 16 04:45:02.277 INFO kablam! 11 | use futures::{future, stream, Future, Stream, BoxFuture}; Oct 16 04:45:02.277 INFO kablam! | ^^^^^^^^^ Oct 16 04:45:02.277 INFO kablam! Oct 16 04:45:02.277 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 16 04:45:02.277 INFO kablam! --> src/workspace.rs:160:20 Oct 16 04:45:02.277 INFO kablam! | Oct 16 04:45:02.277 INFO kablam! 160 | future::Shared>>; Oct 16 04:45:02.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:02.277 INFO kablam! Oct 16 04:45:02.277 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 16 04:45:02.277 INFO kablam! --> src/workspace.rs:162:20 Oct 16 04:45:02.277 INFO kablam! | Oct 16 04:45:02.277 INFO kablam! 162 | future::Shared>>; Oct 16 04:45:02.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:02.277 INFO kablam! Oct 16 04:45:02.277 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 16 04:45:02.277 INFO kablam! --> src/lib.rs:41:23 Oct 16 04:45:02.277 INFO kablam! | Oct 16 04:45:02.277 INFO kablam! 41 | use futures::{Future, BoxFuture}; Oct 16 04:45:02.277 INFO kablam! | ^^^^^^^^^ Oct 16 04:45:02.277 INFO kablam! Oct 16 04:45:02.277 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 16 04:45:02.277 INFO kablam! --> src/lib.rs:294:35 Oct 16 04:45:02.277 INFO kablam! | Oct 16 04:45:02.277 INFO kablam! 294 | timer: Timer) -> BoxFuture<(), ()> { Oct 16 04:45:02.277 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 04:45:02.277 INFO kablam! Oct 16 04:45:02.277 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 04:45:02.277 INFO kablam! --> src/lib.rs:749:36 Oct 16 04:45:02.277 INFO kablam! | Oct 16 04:45:02.277 INFO kablam! 749 | let chunk_stream = stream::iter(chunk_futs.into_iter()).and_then(|fut| fut); Oct 16 04:45:02.277 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:45:02.277 INFO kablam! Oct 16 04:45:02.277 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 04:45:02.277 INFO kablam! --> src/lib.rs:848:21 Oct 16 04:45:02.277 INFO kablam! | Oct 16 04:45:02.277 INFO kablam! 848 | stream::iter(tokens_and_chunk_futs.into_iter()).and_then(|fut| fut); Oct 16 04:45:02.277 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:45:02.277 INFO kablam! Oct 16 04:45:02.288 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 16 04:45:02.288 INFO kablam! --> src/server.rs:218:23 Oct 16 04:45:02.288 INFO kablam! | Oct 16 04:45:02.288 INFO kablam! 218 | -> io::Result, ResponseError>> Oct 16 04:45:02.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:02.288 INFO kablam! Oct 16 04:45:02.288 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 16 04:45:02.288 INFO kablam! --> src/workspace.rs:415:67 Oct 16 04:45:02.288 INFO kablam! | Oct 16 04:45:02.288 INFO kablam! 415 | pub fn translate_position(&self, pos: &protocol::Position) -> BoxFuture> { Oct 16 04:45:02.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:02.288 INFO kablam! Oct 16 04:45:02.288 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 16 04:45:02.288 INFO kablam! --> src/workspace.rs:925:28 Oct 16 04:45:02.288 INFO kablam! | Oct 16 04:45:02.288 INFO kablam! 925 | -> WorkspaceResult>, ReportTree), CancelError<()>>> Oct 16 04:45:02.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:02.288 INFO kablam! Oct 16 04:45:02.288 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 04:45:02.288 INFO kablam! --> src/workspace.rs:932:29 Oct 16 04:45:02.288 INFO kablam! | Oct 16 04:45:02.288 INFO kablam! 932 | let output_stream = stream::iter(output_futs.into_iter().map(Ok)).and_then(|fut| fut); Oct 16 04:45:02.288 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:45:02.288 INFO kablam! Oct 16 04:45:02.583 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 16 04:45:02.583 INFO kablam! --> src/lib.rs:332:16 Oct 16 04:45:02.583 INFO kablam! | Oct 16 04:45:02.583 INFO kablam! 332 | }).boxed() Oct 16 04:45:02.583 INFO kablam! | ^^^^^ Oct 16 04:45:02.583 INFO kablam! Oct 16 04:45:02.583 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 16 04:45:02.583 INFO kablam! --> src/lib.rs:340:35 Oct 16 04:45:02.583 INFO kablam! | Oct 16 04:45:02.583 INFO kablam! 340 | futures::finished(()).boxed() Oct 16 04:45:02.583 INFO kablam! | ^^^^^ Oct 16 04:45:02.583 INFO kablam! Oct 16 04:45:02.591 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 16 04:45:02.591 INFO kablam! --> src/lib.rs:342:20 Oct 16 04:45:02.591 INFO kablam! | Oct 16 04:45:02.591 INFO kablam! 342 | }).erase_err().boxed() Oct 16 04:45:02.591 INFO kablam! | ^^^^^ Oct 16 04:45:02.591 INFO kablam! Oct 16 04:45:02.627 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 16 04:45:02.627 INFO kablam! --> src/lib.rs:514:35 Oct 16 04:45:02.627 INFO kablam! | Oct 16 04:45:02.627 INFO kablam! 514 | return future::err(e).boxed(); Oct 16 04:45:02.627 INFO kablam! | ^^^^^ Oct 16 04:45:02.627 INFO kablam! Oct 16 04:45:02.630 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 16 04:45:02.630 INFO kablam! --> src/lib.rs:547:36 Oct 16 04:45:02.630 INFO kablam! | Oct 16 04:45:02.630 INFO kablam! 547 | future::ok(()).boxed() Oct 16 04:45:02.630 INFO kablam! | ^^^^^ Oct 16 04:45:02.632 INFO kablam! Oct 16 04:45:02.635 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 16 04:45:02.635 INFO kablam! --> src/lib.rs:553:24 Oct 16 04:45:02.635 INFO kablam! | Oct 16 04:45:02.635 INFO kablam! 553 | }).boxed() Oct 16 04:45:02.635 INFO kablam! | ^^^^^ Oct 16 04:45:02.635 INFO kablam! Oct 16 04:45:02.635 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 16 04:45:02.635 INFO kablam! --> src/lib.rs:571:36 Oct 16 04:45:02.635 INFO kablam! | Oct 16 04:45:02.635 INFO kablam! 571 | future::ok(()).boxed() Oct 16 04:45:02.635 INFO kablam! | ^^^^^ Oct 16 04:45:02.635 INFO kablam! Oct 16 04:45:02.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 16 04:45:02.639 INFO kablam! --> src/lib.rs:579:24 Oct 16 04:45:02.639 INFO kablam! | Oct 16 04:45:02.639 INFO kablam! 579 | }).boxed() Oct 16 04:45:02.639 INFO kablam! | ^^^^^ Oct 16 04:45:02.639 INFO kablam! Oct 16 04:45:02.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 16 04:45:02.639 INFO kablam! --> src/lib.rs:583:36 Oct 16 04:45:02.639 INFO kablam! | Oct 16 04:45:02.639 INFO kablam! 583 | future::ok(()).boxed() Oct 16 04:45:02.639 INFO kablam! | ^^^^^ Oct 16 04:45:02.639 INFO kablam! Oct 16 04:45:02.643 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 16 04:45:02.643 INFO kablam! --> src/lib.rs:589:32 Oct 16 04:45:02.643 INFO kablam! | Oct 16 04:45:02.643 INFO kablam! 589 | future::ok(()).boxed() Oct 16 04:45:02.643 INFO kablam! | ^^^^^ Oct 16 04:45:02.643 INFO kablam! Oct 16 04:45:02.655 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 16 04:45:02.655 INFO kablam! --> src/lib.rs:605:35 Oct 16 04:45:02.655 INFO kablam! | Oct 16 04:45:02.655 INFO kablam! 605 | return future::err(e).boxed(); Oct 16 04:45:02.655 INFO kablam! | ^^^^^ Oct 16 04:45:02.655 INFO kablam! Oct 16 04:45:02.663 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 16 04:45:02.663 INFO kablam! --> src/lib.rs:619:28 Oct 16 04:45:02.663 INFO kablam! | Oct 16 04:45:02.663 INFO kablam! 619 | future::ok(()).boxed() Oct 16 04:45:02.663 INFO kablam! | ^^^^^ Oct 16 04:45:02.663 INFO kablam! Oct 16 04:45:02.663 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 16 04:45:02.663 INFO kablam! --> src/lib.rs:629:16 Oct 16 04:45:02.663 INFO kablam! | Oct 16 04:45:02.663 INFO kablam! 629 | }).boxed() Oct 16 04:45:02.663 INFO kablam! | ^^^^^ Oct 16 04:45:02.663 INFO kablam! Oct 16 04:45:02.663 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 16 04:45:02.663 INFO kablam! --> src/lib.rs:631:28 Oct 16 04:45:02.663 INFO kablam! | Oct 16 04:45:02.663 INFO kablam! 631 | future::ok(()).boxed() Oct 16 04:45:02.663 INFO kablam! | ^^^^^ Oct 16 04:45:02.663 INFO kablam! Oct 16 04:45:02.671 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 16 04:45:02.671 INFO kablam! --> src/lib.rs:653:35 Oct 16 04:45:02.671 INFO kablam! | Oct 16 04:45:02.671 INFO kablam! 653 | return future::err(e).boxed(); Oct 16 04:45:02.671 INFO kablam! | ^^^^^ Oct 16 04:45:02.671 INFO kablam! Oct 16 04:45:02.671 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 16 04:45:02.671 INFO kablam! --> src/lib.rs:663:35 Oct 16 04:45:02.671 INFO kablam! | Oct 16 04:45:02.671 INFO kablam! 663 | return future::ok(()).boxed(); Oct 16 04:45:02.671 INFO kablam! | ^^^^^ Oct 16 04:45:02.671 INFO kablam! Oct 16 04:45:02.682 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 16 04:45:02.683 INFO kablam! --> src/lib.rs:677:28 Oct 16 04:45:02.683 INFO kablam! | Oct 16 04:45:02.683 INFO kablam! 677 | future::ok(()).boxed() Oct 16 04:45:02.683 INFO kablam! | ^^^^^ Oct 16 04:45:02.683 INFO kablam! Oct 16 04:45:02.683 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 16 04:45:02.683 INFO kablam! --> src/lib.rs:687:16 Oct 16 04:45:02.683 INFO kablam! | Oct 16 04:45:02.683 INFO kablam! 687 | }).boxed() Oct 16 04:45:02.683 INFO kablam! | ^^^^^ Oct 16 04:45:02.683 INFO kablam! Oct 16 04:45:02.687 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 16 04:45:02.687 INFO kablam! --> src/lib.rs:689:28 Oct 16 04:45:02.687 INFO kablam! | Oct 16 04:45:02.687 INFO kablam! 689 | future::ok(()).boxed() Oct 16 04:45:02.687 INFO kablam! | ^^^^^ Oct 16 04:45:02.687 INFO kablam! Oct 16 04:45:02.695 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 16 04:45:02.695 INFO kablam! --> src/lib.rs:713:35 Oct 16 04:45:02.695 INFO kablam! | Oct 16 04:45:02.695 INFO kablam! 713 | return future::err(e).boxed(); Oct 16 04:45:02.695 INFO kablam! | ^^^^^ Oct 16 04:45:02.695 INFO kablam! Oct 16 04:45:02.695 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 16 04:45:02.695 INFO kablam! --> src/lib.rs:740:32 Oct 16 04:45:02.695 INFO kablam! | Oct 16 04:45:02.695 INFO kablam! 740 | future::ok(()).boxed() Oct 16 04:45:02.695 INFO kablam! | ^^^^^ Oct 16 04:45:02.695 INFO kablam! Oct 16 04:45:02.707 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 16 04:45:02.707 INFO kablam! --> src/lib.rs:763:20 Oct 16 04:45:02.707 INFO kablam! | Oct 16 04:45:02.707 INFO kablam! 763 | }).boxed() Oct 16 04:45:02.707 INFO kablam! | ^^^^^ Oct 16 04:45:02.707 INFO kablam! Oct 16 04:45:02.707 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 16 04:45:02.707 INFO kablam! --> src/lib.rs:769:32 Oct 16 04:45:02.707 INFO kablam! | Oct 16 04:45:02.707 INFO kablam! 769 | future::ok(()).boxed() Oct 16 04:45:02.707 INFO kablam! | ^^^^^ Oct 16 04:45:02.707 INFO kablam! Oct 16 04:45:02.727 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 16 04:45:02.727 INFO kablam! --> src/lib.rs:796:35 Oct 16 04:45:02.727 INFO kablam! | Oct 16 04:45:02.727 INFO kablam! 796 | return future::err(e).boxed(); Oct 16 04:45:02.727 INFO kablam! | ^^^^^ Oct 16 04:45:02.727 INFO kablam! Oct 16 04:45:02.731 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 16 04:45:02.731 INFO kablam! --> src/lib.rs:837:32 Oct 16 04:45:02.731 INFO kablam! | Oct 16 04:45:02.731 INFO kablam! 837 | future::ok(()).boxed() Oct 16 04:45:02.731 INFO kablam! | ^^^^^ Oct 16 04:45:02.731 INFO kablam! Oct 16 04:45:02.747 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 16 04:45:02.747 INFO kablam! --> src/lib.rs:863:20 Oct 16 04:45:02.747 INFO kablam! | Oct 16 04:45:02.747 INFO kablam! 863 | }).boxed() Oct 16 04:45:02.747 INFO kablam! | ^^^^^ Oct 16 04:45:02.747 INFO kablam! Oct 16 04:45:02.747 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 16 04:45:02.747 INFO kablam! --> src/lib.rs:875:32 Oct 16 04:45:02.747 INFO kablam! | Oct 16 04:45:02.747 INFO kablam! 875 | future::ok(()).boxed() Oct 16 04:45:02.747 INFO kablam! | ^^^^^ Oct 16 04:45:02.747 INFO kablam! Oct 16 04:45:02.838 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 16 04:45:02.838 INFO kablam! --> src/server.rs:246:12 Oct 16 04:45:02.838 INFO kablam! | Oct 16 04:45:02.838 INFO kablam! 246 | }).boxed()) Oct 16 04:45:02.838 INFO kablam! | ^^^^^ Oct 16 04:45:02.838 INFO kablam! Oct 16 04:45:02.857 INFO kablam! warning: type annotations needed Oct 16 04:45:02.857 INFO kablam! --> src/diags.rs:97:28 Oct 16 04:45:02.857 INFO kablam! | Oct 16 04:45:02.857 INFO kablam! 97 | (self as *const _).hash(state) Oct 16 04:45:02.857 INFO kablam! | ^^^^ Oct 16 04:45:02.857 INFO kablam! | Oct 16 04:45:02.857 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 16 04:45:02.857 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 16 04:45:02.857 INFO kablam! = note: for more information, see issue #46906 Oct 16 04:45:02.857 INFO kablam! Oct 16 04:45:02.909 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 16 04:45:02.909 INFO kablam! --> src/workspace.rs:288:53 Oct 16 04:45:02.909 INFO kablam! | Oct 16 04:45:02.909 INFO kablam! 288 | inner.span = Some(inner.pool.spawn(fut).boxed().shared()); Oct 16 04:45:02.909 INFO kablam! | ^^^^^ Oct 16 04:45:02.909 INFO kablam! Oct 16 04:45:02.923 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 16 04:45:02.923 INFO kablam! --> src/workspace.rs:357:55 Oct 16 04:45:02.923 INFO kablam! | Oct 16 04:45:02.923 INFO kablam! 357 | inner.tokens = Some(inner.pool.spawn(fut).boxed().shared()); Oct 16 04:45:02.923 INFO kablam! | ^^^^^ Oct 16 04:45:02.923 INFO kablam! Oct 16 04:45:02.935 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 16 04:45:02.935 INFO kablam! --> src/workspace.rs:400:54 Oct 16 04:45:02.935 INFO kablam! | Oct 16 04:45:02.935 INFO kablam! 400 | inner.chunk = Some(inner.pool.spawn(fut).boxed().shared()); Oct 16 04:45:02.935 INFO kablam! | ^^^^^ Oct 16 04:45:02.935 INFO kablam! Oct 16 04:45:02.943 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 16 04:45:02.943 INFO kablam! --> src/workspace.rs:430:12 Oct 16 04:45:02.943 INFO kablam! | Oct 16 04:45:02.943 INFO kablam! 430 | }).boxed() Oct 16 04:45:02.943 INFO kablam! | ^^^^^ Oct 16 04:45:02.943 INFO kablam! Oct 16 04:45:03.000 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 16 04:45:03.001 INFO kablam! --> src/workspace.rs:895:30 Oct 16 04:45:03.001 INFO kablam! | Oct 16 04:45:03.001 INFO kablam! 895 | self.pool.spawn(fut).boxed().shared() Oct 16 04:45:03.002 INFO kablam! | ^^^^^ Oct 16 04:45:03.002 INFO kablam! Oct 16 04:45:03.031 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 16 04:45:03.031 INFO kablam! --> src/workspace.rs:944:12 Oct 16 04:45:03.031 INFO kablam! | Oct 16 04:45:03.031 INFO kablam! 944 | }).boxed()) Oct 16 04:45:03.031 INFO kablam! | ^^^^^ Oct 16 04:45:03.031 INFO kablam! Oct 16 04:45:19.459 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.42s Oct 16 04:45:19.463 INFO kablam! su: No module specific data is present Oct 16 04:45:20.295 INFO running `"docker" "rm" "-f" "64d24cdffce6a4c50fe53f822c3244a1448a21cc2b65a3a416847c2fe6bc0b29"` Oct 16 04:45:20.539 INFO blam! 64d24cdffce6a4c50fe53f822c3244a1448a21cc2b65a3a416847c2fe6bc0b29 Oct 16 04:45:20.540 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 16 04:45:21.091 INFO blam! 8a20fa4d51d4cbcb88b0ec67c03ee22db2363d3bc612e1dd1448941c893da54f Oct 16 04:45:21.092 INFO running `"docker" "start" "-a" "8a20fa4d51d4cbcb88b0ec67c03ee22db2363d3bc612e1dd1448941c893da54f"` Oct 16 04:45:22.174 INFO kablam! usermod: no changes Oct 16 04:45:22.415 INFO kablam! Compiling kailua_langsvr v1.1.0 (/source) Oct 16 04:45:25.067 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 16 04:45:25.068 INFO kablam! --> src/server.rs:11:31 Oct 16 04:45:25.068 INFO kablam! | Oct 16 04:45:25.068 INFO kablam! 11 | use futures::future::{Future, BoxFuture}; Oct 16 04:45:25.068 INFO kablam! | ^^^^^^^^^ Oct 16 04:45:25.069 INFO kablam! | Oct 16 04:45:25.069 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:45:25.069 INFO kablam! Oct 16 04:45:25.070 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 16 04:45:25.070 INFO kablam! --> src/workspace.rs:11:47 Oct 16 04:45:25.070 INFO kablam! | Oct 16 04:45:25.071 INFO kablam! 11 | use futures::{future, stream, Future, Stream, BoxFuture}; Oct 16 04:45:25.071 INFO kablam! | ^^^^^^^^^ Oct 16 04:45:25.071 INFO kablam! Oct 16 04:45:25.071 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 16 04:45:25.072 INFO kablam! --> src/workspace.rs:160:20 Oct 16 04:45:25.072 INFO kablam! | Oct 16 04:45:25.072 INFO kablam! 160 | future::Shared>>; Oct 16 04:45:25.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:25.073 INFO kablam! Oct 16 04:45:25.073 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 16 04:45:25.073 INFO kablam! --> src/workspace.rs:162:20 Oct 16 04:45:25.074 INFO kablam! | Oct 16 04:45:25.074 INFO kablam! 162 | future::Shared>>; Oct 16 04:45:25.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:25.074 INFO kablam! Oct 16 04:45:25.075 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 16 04:45:25.075 INFO kablam! --> src/lib.rs:41:23 Oct 16 04:45:25.075 INFO kablam! | Oct 16 04:45:25.075 INFO kablam! 41 | use futures::{Future, BoxFuture}; Oct 16 04:45:25.076 INFO kablam! | ^^^^^^^^^ Oct 16 04:45:25.076 INFO kablam! Oct 16 04:45:25.076 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 16 04:45:25.076 INFO kablam! --> src/lib.rs:294:35 Oct 16 04:45:25.077 INFO kablam! | Oct 16 04:45:25.077 INFO kablam! 294 | timer: Timer) -> BoxFuture<(), ()> { Oct 16 04:45:25.077 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 04:45:25.078 INFO kablam! Oct 16 04:45:25.078 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 04:45:25.078 INFO kablam! --> src/lib.rs:749:36 Oct 16 04:45:25.078 INFO kablam! | Oct 16 04:45:25.079 INFO kablam! 749 | let chunk_stream = stream::iter(chunk_futs.into_iter()).and_then(|fut| fut); Oct 16 04:45:25.079 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:45:25.079 INFO kablam! Oct 16 04:45:25.079 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 04:45:25.080 INFO kablam! --> src/lib.rs:848:21 Oct 16 04:45:25.080 INFO kablam! | Oct 16 04:45:25.080 INFO kablam! 848 | stream::iter(tokens_and_chunk_futs.into_iter()).and_then(|fut| fut); Oct 16 04:45:25.081 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:45:25.081 INFO kablam! Oct 16 04:45:25.081 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 16 04:45:25.082 INFO kablam! --> src/server.rs:218:23 Oct 16 04:45:25.082 INFO kablam! | Oct 16 04:45:25.082 INFO kablam! 218 | -> io::Result, ResponseError>> Oct 16 04:45:25.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:25.087 INFO kablam! Oct 16 04:45:25.087 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 16 04:45:25.088 INFO kablam! --> src/workspace.rs:415:67 Oct 16 04:45:25.088 INFO kablam! | Oct 16 04:45:25.088 INFO kablam! 415 | pub fn translate_position(&self, pos: &protocol::Position) -> BoxFuture> { Oct 16 04:45:25.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:25.089 INFO kablam! Oct 16 04:45:25.089 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 16 04:45:25.089 INFO kablam! --> src/workspace.rs:925:28 Oct 16 04:45:25.089 INFO kablam! | Oct 16 04:45:25.090 INFO kablam! 925 | -> WorkspaceResult>, ReportTree), CancelError<()>>> Oct 16 04:45:25.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:25.090 INFO kablam! Oct 16 04:45:25.091 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 04:45:25.091 INFO kablam! --> src/workspace.rs:932:29 Oct 16 04:45:25.091 INFO kablam! | Oct 16 04:45:25.091 INFO kablam! 932 | let output_stream = stream::iter(output_futs.into_iter().map(Ok)).and_then(|fut| fut); Oct 16 04:45:25.092 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:45:25.092 INFO kablam! Oct 16 04:45:25.355 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 16 04:45:25.356 INFO kablam! --> src/lib.rs:332:16 Oct 16 04:45:25.356 INFO kablam! | Oct 16 04:45:25.356 INFO kablam! 332 | }).boxed() Oct 16 04:45:25.356 INFO kablam! | ^^^^^ Oct 16 04:45:25.357 INFO kablam! Oct 16 04:45:25.359 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 16 04:45:25.359 INFO kablam! --> src/lib.rs:340:35 Oct 16 04:45:25.359 INFO kablam! | Oct 16 04:45:25.359 INFO kablam! 340 | futures::finished(()).boxed() Oct 16 04:45:25.359 INFO kablam! | ^^^^^ Oct 16 04:45:25.359 INFO kablam! Oct 16 04:45:25.359 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 16 04:45:25.359 INFO kablam! --> src/lib.rs:342:20 Oct 16 04:45:25.359 INFO kablam! | Oct 16 04:45:25.359 INFO kablam! 342 | }).erase_err().boxed() Oct 16 04:45:25.359 INFO kablam! | ^^^^^ Oct 16 04:45:25.359 INFO kablam! Oct 16 04:45:25.399 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 16 04:45:25.399 INFO kablam! --> src/lib.rs:514:35 Oct 16 04:45:25.399 INFO kablam! | Oct 16 04:45:25.399 INFO kablam! 514 | return future::err(e).boxed(); Oct 16 04:45:25.399 INFO kablam! | ^^^^^ Oct 16 04:45:25.399 INFO kablam! Oct 16 04:45:25.399 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 16 04:45:25.399 INFO kablam! --> src/lib.rs:547:36 Oct 16 04:45:25.399 INFO kablam! | Oct 16 04:45:25.399 INFO kablam! 547 | future::ok(()).boxed() Oct 16 04:45:25.399 INFO kablam! | ^^^^^ Oct 16 04:45:25.399 INFO kablam! Oct 16 04:45:25.407 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 16 04:45:25.407 INFO kablam! --> src/lib.rs:553:24 Oct 16 04:45:25.407 INFO kablam! | Oct 16 04:45:25.407 INFO kablam! 553 | }).boxed() Oct 16 04:45:25.407 INFO kablam! | ^^^^^ Oct 16 04:45:25.407 INFO kablam! Oct 16 04:45:25.407 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 16 04:45:25.407 INFO kablam! --> src/lib.rs:571:36 Oct 16 04:45:25.407 INFO kablam! | Oct 16 04:45:25.407 INFO kablam! 571 | future::ok(()).boxed() Oct 16 04:45:25.407 INFO kablam! | ^^^^^ Oct 16 04:45:25.407 INFO kablam! Oct 16 04:45:25.407 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 16 04:45:25.407 INFO kablam! --> src/lib.rs:579:24 Oct 16 04:45:25.407 INFO kablam! | Oct 16 04:45:25.407 INFO kablam! 579 | }).boxed() Oct 16 04:45:25.407 INFO kablam! | ^^^^^ Oct 16 04:45:25.407 INFO kablam! Oct 16 04:45:25.407 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 16 04:45:25.407 INFO kablam! --> src/lib.rs:583:36 Oct 16 04:45:25.407 INFO kablam! | Oct 16 04:45:25.407 INFO kablam! 583 | future::ok(()).boxed() Oct 16 04:45:25.407 INFO kablam! | ^^^^^ Oct 16 04:45:25.407 INFO kablam! Oct 16 04:45:25.407 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 16 04:45:25.407 INFO kablam! --> src/lib.rs:589:32 Oct 16 04:45:25.407 INFO kablam! | Oct 16 04:45:25.407 INFO kablam! 589 | future::ok(()).boxed() Oct 16 04:45:25.407 INFO kablam! | ^^^^^ Oct 16 04:45:25.415 INFO kablam! Oct 16 04:45:25.427 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 16 04:45:25.427 INFO kablam! --> src/lib.rs:605:35 Oct 16 04:45:25.427 INFO kablam! | Oct 16 04:45:25.427 INFO kablam! 605 | return future::err(e).boxed(); Oct 16 04:45:25.427 INFO kablam! | ^^^^^ Oct 16 04:45:25.427 INFO kablam! Oct 16 04:45:25.427 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 16 04:45:25.427 INFO kablam! --> src/lib.rs:619:28 Oct 16 04:45:25.427 INFO kablam! | Oct 16 04:45:25.427 INFO kablam! 619 | future::ok(()).boxed() Oct 16 04:45:25.427 INFO kablam! | ^^^^^ Oct 16 04:45:25.427 INFO kablam! Oct 16 04:45:25.427 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 16 04:45:25.427 INFO kablam! --> src/lib.rs:629:16 Oct 16 04:45:25.427 INFO kablam! | Oct 16 04:45:25.427 INFO kablam! 629 | }).boxed() Oct 16 04:45:25.427 INFO kablam! | ^^^^^ Oct 16 04:45:25.427 INFO kablam! Oct 16 04:45:25.427 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 16 04:45:25.427 INFO kablam! --> src/lib.rs:631:28 Oct 16 04:45:25.427 INFO kablam! | Oct 16 04:45:25.427 INFO kablam! 631 | future::ok(()).boxed() Oct 16 04:45:25.427 INFO kablam! | ^^^^^ Oct 16 04:45:25.427 INFO kablam! Oct 16 04:45:25.439 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 16 04:45:25.439 INFO kablam! --> src/lib.rs:653:35 Oct 16 04:45:25.439 INFO kablam! | Oct 16 04:45:25.439 INFO kablam! 653 | return future::err(e).boxed(); Oct 16 04:45:25.439 INFO kablam! | ^^^^^ Oct 16 04:45:25.439 INFO kablam! Oct 16 04:45:25.439 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 16 04:45:25.439 INFO kablam! --> src/lib.rs:663:35 Oct 16 04:45:25.439 INFO kablam! | Oct 16 04:45:25.439 INFO kablam! 663 | return future::ok(()).boxed(); Oct 16 04:45:25.439 INFO kablam! | ^^^^^ Oct 16 04:45:25.439 INFO kablam! Oct 16 04:45:25.439 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 16 04:45:25.439 INFO kablam! --> src/lib.rs:677:28 Oct 16 04:45:25.439 INFO kablam! | Oct 16 04:45:25.439 INFO kablam! 677 | future::ok(()).boxed() Oct 16 04:45:25.439 INFO kablam! | ^^^^^ Oct 16 04:45:25.439 INFO kablam! Oct 16 04:45:25.447 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 16 04:45:25.447 INFO kablam! --> src/lib.rs:687:16 Oct 16 04:45:25.447 INFO kablam! | Oct 16 04:45:25.447 INFO kablam! 687 | }).boxed() Oct 16 04:45:25.447 INFO kablam! | ^^^^^ Oct 16 04:45:25.447 INFO kablam! Oct 16 04:45:25.447 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 16 04:45:25.447 INFO kablam! --> src/lib.rs:689:28 Oct 16 04:45:25.447 INFO kablam! | Oct 16 04:45:25.447 INFO kablam! 689 | future::ok(()).boxed() Oct 16 04:45:25.447 INFO kablam! | ^^^^^ Oct 16 04:45:25.447 INFO kablam! Oct 16 04:45:25.455 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 16 04:45:25.455 INFO kablam! --> src/lib.rs:713:35 Oct 16 04:45:25.455 INFO kablam! | Oct 16 04:45:25.455 INFO kablam! 713 | return future::err(e).boxed(); Oct 16 04:45:25.455 INFO kablam! | ^^^^^ Oct 16 04:45:25.455 INFO kablam! Oct 16 04:45:25.463 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 16 04:45:25.463 INFO kablam! --> src/lib.rs:740:32 Oct 16 04:45:25.463 INFO kablam! | Oct 16 04:45:25.463 INFO kablam! 740 | future::ok(()).boxed() Oct 16 04:45:25.463 INFO kablam! | ^^^^^ Oct 16 04:45:25.463 INFO kablam! Oct 16 04:45:25.475 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 16 04:45:25.475 INFO kablam! --> src/lib.rs:763:20 Oct 16 04:45:25.475 INFO kablam! | Oct 16 04:45:25.475 INFO kablam! 763 | }).boxed() Oct 16 04:45:25.475 INFO kablam! | ^^^^^ Oct 16 04:45:25.475 INFO kablam! Oct 16 04:45:25.475 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 16 04:45:25.475 INFO kablam! --> src/lib.rs:769:32 Oct 16 04:45:25.475 INFO kablam! | Oct 16 04:45:25.475 INFO kablam! 769 | future::ok(()).boxed() Oct 16 04:45:25.475 INFO kablam! | ^^^^^ Oct 16 04:45:25.475 INFO kablam! Oct 16 04:45:25.495 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 16 04:45:25.495 INFO kablam! --> src/lib.rs:796:35 Oct 16 04:45:25.495 INFO kablam! | Oct 16 04:45:25.495 INFO kablam! 796 | return future::err(e).boxed(); Oct 16 04:45:25.495 INFO kablam! | ^^^^^ Oct 16 04:45:25.495 INFO kablam! Oct 16 04:45:25.495 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 16 04:45:25.495 INFO kablam! --> src/lib.rs:837:32 Oct 16 04:45:25.495 INFO kablam! | Oct 16 04:45:25.495 INFO kablam! 837 | future::ok(()).boxed() Oct 16 04:45:25.495 INFO kablam! | ^^^^^ Oct 16 04:45:25.495 INFO kablam! Oct 16 04:45:25.515 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 16 04:45:25.515 INFO kablam! --> src/lib.rs:863:20 Oct 16 04:45:25.515 INFO kablam! | Oct 16 04:45:25.515 INFO kablam! 863 | }).boxed() Oct 16 04:45:25.515 INFO kablam! | ^^^^^ Oct 16 04:45:25.515 INFO kablam! Oct 16 04:45:25.515 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 16 04:45:25.515 INFO kablam! --> src/lib.rs:875:32 Oct 16 04:45:25.515 INFO kablam! | Oct 16 04:45:25.515 INFO kablam! 875 | future::ok(()).boxed() Oct 16 04:45:25.515 INFO kablam! | ^^^^^ Oct 16 04:45:25.515 INFO kablam! Oct 16 04:45:25.615 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 16 04:45:25.615 INFO kablam! --> src/server.rs:246:12 Oct 16 04:45:25.615 INFO kablam! | Oct 16 04:45:25.615 INFO kablam! 246 | }).boxed()) Oct 16 04:45:25.615 INFO kablam! | ^^^^^ Oct 16 04:45:25.615 INFO kablam! Oct 16 04:45:25.642 INFO kablam! warning: type annotations needed Oct 16 04:45:25.642 INFO kablam! --> src/diags.rs:97:28 Oct 16 04:45:25.642 INFO kablam! | Oct 16 04:45:25.642 INFO kablam! 97 | (self as *const _).hash(state) Oct 16 04:45:25.642 INFO kablam! | ^^^^ Oct 16 04:45:25.642 INFO kablam! | Oct 16 04:45:25.642 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 16 04:45:25.642 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 16 04:45:25.642 INFO kablam! = note: for more information, see issue #46906 Oct 16 04:45:25.642 INFO kablam! Oct 16 04:45:25.699 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 16 04:45:25.699 INFO kablam! --> src/workspace.rs:288:53 Oct 16 04:45:25.699 INFO kablam! | Oct 16 04:45:25.699 INFO kablam! 288 | inner.span = Some(inner.pool.spawn(fut).boxed().shared()); Oct 16 04:45:25.699 INFO kablam! | ^^^^^ Oct 16 04:45:25.699 INFO kablam! Oct 16 04:45:25.735 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 16 04:45:25.735 INFO kablam! --> src/workspace.rs:357:55 Oct 16 04:45:25.735 INFO kablam! | Oct 16 04:45:25.735 INFO kablam! 357 | inner.tokens = Some(inner.pool.spawn(fut).boxed().shared()); Oct 16 04:45:25.735 INFO kablam! | ^^^^^ Oct 16 04:45:25.735 INFO kablam! Oct 16 04:45:25.735 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 16 04:45:25.735 INFO kablam! --> src/workspace.rs:400:54 Oct 16 04:45:25.735 INFO kablam! | Oct 16 04:45:25.735 INFO kablam! 400 | inner.chunk = Some(inner.pool.spawn(fut).boxed().shared()); Oct 16 04:45:25.735 INFO kablam! | ^^^^^ Oct 16 04:45:25.735 INFO kablam! Oct 16 04:45:25.743 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 16 04:45:25.743 INFO kablam! --> src/workspace.rs:430:12 Oct 16 04:45:25.743 INFO kablam! | Oct 16 04:45:25.743 INFO kablam! 430 | }).boxed() Oct 16 04:45:25.743 INFO kablam! | ^^^^^ Oct 16 04:45:25.743 INFO kablam! Oct 16 04:45:25.807 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 16 04:45:25.807 INFO kablam! --> src/workspace.rs:895:30 Oct 16 04:45:25.807 INFO kablam! | Oct 16 04:45:25.807 INFO kablam! 895 | self.pool.spawn(fut).boxed().shared() Oct 16 04:45:25.807 INFO kablam! | ^^^^^ Oct 16 04:45:25.807 INFO kablam! Oct 16 04:45:25.839 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 16 04:45:25.839 INFO kablam! --> src/workspace.rs:944:12 Oct 16 04:45:25.839 INFO kablam! | Oct 16 04:45:25.839 INFO kablam! 944 | }).boxed()) Oct 16 04:45:25.839 INFO kablam! | ^^^^^ Oct 16 04:45:25.839 INFO kablam! Oct 16 04:45:28.372 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.15s Oct 16 04:45:28.395 INFO kablam! su: No module specific data is present Oct 16 04:45:29.473 INFO running `"docker" "rm" "-f" "8a20fa4d51d4cbcb88b0ec67c03ee22db2363d3bc612e1dd1448941c893da54f"` Oct 16 04:45:29.799 INFO blam! 8a20fa4d51d4cbcb88b0ec67c03ee22db2363d3bc612e1dd1448941c893da54f Oct 16 04:45:29.805 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 16 04:45:30.228 INFO blam! 527a66386fc84622e7a9c87828844f57291de81f0a54e60dfbd65cc03e5cd3b1 Oct 16 04:45:30.231 INFO running `"docker" "start" "-a" "527a66386fc84622e7a9c87828844f57291de81f0a54e60dfbd65cc03e5cd3b1"` Oct 16 04:45:31.527 INFO kablam! usermod: no changes Oct 16 04:45:31.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 16 04:45:31.731 INFO kablam! Running /target/debug/deps/kailua_langsvr-53e474ec76097a73 Oct 16 04:45:31.735 INFO blam! Oct 16 04:45:31.735 INFO blam! running 1 test Oct 16 04:45:31.743 INFO blam! test ops::completion::test_index_and_neighbor ... ok Oct 16 04:45:31.743 INFO blam! Oct 16 04:45:31.743 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:45:31.743 INFO blam! Oct 16 04:45:31.744 INFO kablam! Doc-tests kailua_langsvr Oct 16 04:45:36.647 INFO blam! Oct 16 04:45:36.647 INFO blam! running 0 tests Oct 16 04:45:36.648 INFO blam! Oct 16 04:45:36.648 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:45:36.648 INFO blam! Oct 16 04:45:36.658 INFO kablam! su: No module specific data is present Oct 16 04:45:37.346 INFO running `"docker" "rm" "-f" "527a66386fc84622e7a9c87828844f57291de81f0a54e60dfbd65cc03e5cd3b1"` Oct 16 04:45:37.559 INFO blam! 527a66386fc84622e7a9c87828844f57291de81f0a54e60dfbd65cc03e5cd3b1