Oct 16 04:44:30.482 INFO testing kailua_langsvr-1.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 04:44:30.482 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.637 INFO blam! fa55e6715d51f7856a255b8fecc833b0e99645aa3d03b4c7708d1fba89c7bb14 Oct 16 04:44:30.641 INFO running `"docker" "start" "-a" "fa55e6715d51f7856a255b8fecc833b0e99645aa3d03b4c7708d1fba89c7bb14"` Oct 16 04:44:31.107 INFO kablam! usermod: no changes Oct 16 04:44:31.266 INFO kablam! Compiling parse-generics-shim v0.1.1 Oct 16 04:44:31.267 INFO kablam! Compiling kailua_env v1.0.4 Oct 16 04:44:31.267 INFO kablam! Compiling take_mut v0.1.3 Oct 16 04:44:31.268 INFO kablam! Compiling atomic v0.3.4 Oct 16 04:44:31.280 INFO kablam! Compiling kailua_langsvr_protocol v1.0.5 Oct 16 04:44:34.439 INFO kablam! Compiling kailua_diag v1.0.4 Oct 16 04:44:36.563 INFO kablam! Compiling kailua_syntax v1.1.0 Oct 16 04:44:48.283 INFO kablam! Compiling kailua_types v1.1.0 Oct 16 04:44:59.378 INFO kablam! Compiling kailua_check v1.1.0 Oct 16 04:45:06.171 INFO kablam! Compiling kailua_workspace v1.1.0 Oct 16 04:45:10.317 INFO kablam! Compiling kailua_langsvr v1.1.0 (/source) Oct 16 04:45:13.335 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:13.335 INFO kablam! --> src/server.rs:11:31 Oct 16 04:45:13.335 INFO kablam! | Oct 16 04:45:13.335 INFO kablam! 11 | use futures::future::{Future, BoxFuture}; Oct 16 04:45:13.335 INFO kablam! | ^^^^^^^^^ Oct 16 04:45:13.335 INFO kablam! | Oct 16 04:45:13.335 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:45:13.335 INFO kablam! Oct 16 04:45:13.335 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:13.335 INFO kablam! --> src/workspace.rs:11:47 Oct 16 04:45:13.335 INFO kablam! | Oct 16 04:45:13.335 INFO kablam! 11 | use futures::{future, stream, Future, Stream, BoxFuture}; Oct 16 04:45:13.335 INFO kablam! | ^^^^^^^^^ Oct 16 04:45:13.335 INFO kablam! Oct 16 04:45:13.335 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:13.335 INFO kablam! --> src/workspace.rs:160:20 Oct 16 04:45:13.335 INFO kablam! | Oct 16 04:45:13.335 INFO kablam! 160 | future::Shared>>; Oct 16 04:45:13.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:13.335 INFO kablam! Oct 16 04:45:13.335 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:13.335 INFO kablam! --> src/workspace.rs:162:20 Oct 16 04:45:13.335 INFO kablam! | Oct 16 04:45:13.335 INFO kablam! 162 | future::Shared>>; Oct 16 04:45:13.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:13.335 INFO kablam! Oct 16 04:45:13.336 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:13.337 INFO kablam! --> src/lib.rs:41:23 Oct 16 04:45:13.337 INFO kablam! | Oct 16 04:45:13.337 INFO kablam! 41 | use futures::{Future, BoxFuture}; Oct 16 04:45:13.337 INFO kablam! | ^^^^^^^^^ Oct 16 04:45:13.337 INFO kablam! Oct 16 04:45:13.343 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:13.343 INFO kablam! --> src/lib.rs:294:35 Oct 16 04:45:13.343 INFO kablam! | Oct 16 04:45:13.343 INFO kablam! 294 | timer: Timer) -> BoxFuture<(), ()> { Oct 16 04:45:13.343 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 04:45:13.343 INFO kablam! Oct 16 04:45:13.343 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 04:45:13.343 INFO kablam! --> src/lib.rs:749:36 Oct 16 04:45:13.343 INFO kablam! | Oct 16 04:45:13.343 INFO kablam! 749 | let chunk_stream = stream::iter(chunk_futs.into_iter()).and_then(|fut| fut); Oct 16 04:45:13.343 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:45:13.343 INFO kablam! Oct 16 04:45:13.343 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 04:45:13.343 INFO kablam! --> src/lib.rs:848:21 Oct 16 04:45:13.343 INFO kablam! | Oct 16 04:45:13.343 INFO kablam! 848 | stream::iter(tokens_and_chunk_futs.into_iter()).and_then(|fut| fut); Oct 16 04:45:13.343 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:45:13.343 INFO kablam! Oct 16 04:45:13.343 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:13.343 INFO kablam! --> src/server.rs:218:23 Oct 16 04:45:13.343 INFO kablam! | Oct 16 04:45:13.343 INFO kablam! 218 | -> io::Result, ResponseError>> Oct 16 04:45:13.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:13.343 INFO kablam! Oct 16 04:45:13.343 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:13.343 INFO kablam! --> src/workspace.rs:415:67 Oct 16 04:45:13.343 INFO kablam! | Oct 16 04:45:13.343 INFO kablam! 415 | pub fn translate_position(&self, pos: &protocol::Position) -> BoxFuture> { Oct 16 04:45:13.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:13.343 INFO kablam! Oct 16 04:45:13.343 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:13.343 INFO kablam! --> src/workspace.rs:925:28 Oct 16 04:45:13.343 INFO kablam! | Oct 16 04:45:13.343 INFO kablam! 925 | -> WorkspaceResult>, ReportTree), CancelError<()>>> Oct 16 04:45:13.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:13.343 INFO kablam! Oct 16 04:45:13.343 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 04:45:13.343 INFO kablam! --> src/workspace.rs:932:29 Oct 16 04:45:13.343 INFO kablam! | Oct 16 04:45:13.343 INFO kablam! 932 | let output_stream = stream::iter(output_futs.into_iter().map(Ok)).and_then(|fut| fut); Oct 16 04:45:13.343 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:45:13.343 INFO kablam! Oct 16 04:45:13.649 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:13.649 INFO kablam! --> src/lib.rs:332:16 Oct 16 04:45:13.649 INFO kablam! | Oct 16 04:45:13.650 INFO kablam! 332 | }).boxed() Oct 16 04:45:13.650 INFO kablam! | ^^^^^ Oct 16 04:45:13.650 INFO kablam! Oct 16 04:45:13.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 16 04:45:13.652 INFO kablam! --> src/lib.rs:340:35 Oct 16 04:45:13.652 INFO kablam! | Oct 16 04:45:13.653 INFO kablam! 340 | futures::finished(()).boxed() Oct 16 04:45:13.653 INFO kablam! | ^^^^^ Oct 16 04:45:13.653 INFO kablam! Oct 16 04:45:13.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 16 04:45:13.656 INFO kablam! --> src/lib.rs:342:20 Oct 16 04:45:13.656 INFO kablam! | Oct 16 04:45:13.656 INFO kablam! 342 | }).erase_err().boxed() Oct 16 04:45:13.657 INFO kablam! | ^^^^^ Oct 16 04:45:13.657 INFO kablam! Oct 16 04:45:13.703 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:13.703 INFO kablam! --> src/lib.rs:514:35 Oct 16 04:45:13.703 INFO kablam! | Oct 16 04:45:13.704 INFO kablam! 514 | return future::err(e).boxed(); Oct 16 04:45:13.704 INFO kablam! | ^^^^^ Oct 16 04:45:13.705 INFO kablam! Oct 16 04:45:13.711 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:13.711 INFO kablam! --> src/lib.rs:547:36 Oct 16 04:45:13.712 INFO kablam! | Oct 16 04:45:13.712 INFO kablam! 547 | future::ok(()).boxed() Oct 16 04:45:13.712 INFO kablam! | ^^^^^ Oct 16 04:45:13.712 INFO kablam! Oct 16 04:45:13.713 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:13.713 INFO kablam! --> src/lib.rs:553:24 Oct 16 04:45:13.713 INFO kablam! | Oct 16 04:45:13.714 INFO kablam! 553 | }).boxed() Oct 16 04:45:13.714 INFO kablam! | ^^^^^ Oct 16 04:45:13.714 INFO kablam! Oct 16 04:45:13.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 16 04:45:13.715 INFO kablam! --> src/lib.rs:571:36 Oct 16 04:45:13.715 INFO kablam! | Oct 16 04:45:13.716 INFO kablam! 571 | future::ok(()).boxed() Oct 16 04:45:13.716 INFO kablam! | ^^^^^ Oct 16 04:45:13.716 INFO kablam! Oct 16 04:45:13.717 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:13.718 INFO kablam! --> src/lib.rs:579:24 Oct 16 04:45:13.718 INFO kablam! | Oct 16 04:45:13.718 INFO kablam! 579 | }).boxed() Oct 16 04:45:13.718 INFO kablam! | ^^^^^ Oct 16 04:45:13.719 INFO kablam! Oct 16 04:45:13.719 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:13.719 INFO kablam! --> src/lib.rs:583:36 Oct 16 04:45:13.720 INFO kablam! | Oct 16 04:45:13.720 INFO kablam! 583 | future::ok(()).boxed() Oct 16 04:45:13.720 INFO kablam! | ^^^^^ Oct 16 04:45:13.720 INFO kablam! Oct 16 04:45:13.720 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:13.721 INFO kablam! --> src/lib.rs:589:32 Oct 16 04:45:13.721 INFO kablam! | Oct 16 04:45:13.723 INFO kablam! 589 | future::ok(()).boxed() Oct 16 04:45:13.723 INFO kablam! | ^^^^^ Oct 16 04:45:13.723 INFO kablam! Oct 16 04:45:13.739 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:13.739 INFO kablam! --> src/lib.rs:605:35 Oct 16 04:45:13.739 INFO kablam! | Oct 16 04:45:13.739 INFO kablam! 605 | return future::err(e).boxed(); Oct 16 04:45:13.739 INFO kablam! | ^^^^^ Oct 16 04:45:13.739 INFO kablam! Oct 16 04:45:13.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:13.743 INFO kablam! --> src/lib.rs:619:28 Oct 16 04:45:13.743 INFO kablam! | Oct 16 04:45:13.743 INFO kablam! 619 | future::ok(()).boxed() Oct 16 04:45:13.743 INFO kablam! | ^^^^^ Oct 16 04:45:13.743 INFO kablam! Oct 16 04:45:13.744 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:13.744 INFO kablam! --> src/lib.rs:629:16 Oct 16 04:45:13.744 INFO kablam! | Oct 16 04:45:13.745 INFO kablam! 629 | }).boxed() Oct 16 04:45:13.745 INFO kablam! | ^^^^^ Oct 16 04:45:13.745 INFO kablam! Oct 16 04:45:13.751 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:13.751 INFO kablam! --> src/lib.rs:631:28 Oct 16 04:45:13.751 INFO kablam! | Oct 16 04:45:13.751 INFO kablam! 631 | future::ok(()).boxed() Oct 16 04:45:13.751 INFO kablam! | ^^^^^ Oct 16 04:45:13.751 INFO kablam! Oct 16 04:45:13.754 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:13.754 INFO kablam! --> src/lib.rs:653:35 Oct 16 04:45:13.754 INFO kablam! | Oct 16 04:45:13.755 INFO kablam! 653 | return future::err(e).boxed(); Oct 16 04:45:13.755 INFO kablam! | ^^^^^ Oct 16 04:45:13.755 INFO kablam! Oct 16 04:45:13.757 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:13.757 INFO kablam! --> src/lib.rs:663:35 Oct 16 04:45:13.757 INFO kablam! | Oct 16 04:45:13.757 INFO kablam! 663 | return future::ok(()).boxed(); Oct 16 04:45:13.757 INFO kablam! | ^^^^^ Oct 16 04:45:13.757 INFO kablam! Oct 16 04:45:13.761 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:13.761 INFO kablam! --> src/lib.rs:677:28 Oct 16 04:45:13.761 INFO kablam! | Oct 16 04:45:13.761 INFO kablam! 677 | future::ok(()).boxed() Oct 16 04:45:13.761 INFO kablam! | ^^^^^ Oct 16 04:45:13.761 INFO kablam! Oct 16 04:45:13.762 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:13.762 INFO kablam! --> src/lib.rs:687:16 Oct 16 04:45:13.762 INFO kablam! | Oct 16 04:45:13.762 INFO kablam! 687 | }).boxed() Oct 16 04:45:13.762 INFO kablam! | ^^^^^ Oct 16 04:45:13.762 INFO kablam! Oct 16 04:45:13.767 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:13.767 INFO kablam! --> src/lib.rs:689:28 Oct 16 04:45:13.767 INFO kablam! | Oct 16 04:45:13.767 INFO kablam! 689 | future::ok(()).boxed() Oct 16 04:45:13.767 INFO kablam! | ^^^^^ Oct 16 04:45:13.767 INFO kablam! Oct 16 04:45:13.775 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:13.775 INFO kablam! --> src/lib.rs:713:35 Oct 16 04:45:13.775 INFO kablam! | Oct 16 04:45:13.775 INFO kablam! 713 | return future::err(e).boxed(); Oct 16 04:45:13.775 INFO kablam! | ^^^^^ Oct 16 04:45:13.775 INFO kablam! Oct 16 04:45:13.779 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:13.779 INFO kablam! --> src/lib.rs:740:32 Oct 16 04:45:13.779 INFO kablam! | Oct 16 04:45:13.779 INFO kablam! 740 | future::ok(()).boxed() Oct 16 04:45:13.779 INFO kablam! | ^^^^^ Oct 16 04:45:13.779 INFO kablam! Oct 16 04:45:13.791 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:13.791 INFO kablam! --> src/lib.rs:763:20 Oct 16 04:45:13.791 INFO kablam! | Oct 16 04:45:13.791 INFO kablam! 763 | }).boxed() Oct 16 04:45:13.791 INFO kablam! | ^^^^^ Oct 16 04:45:13.791 INFO kablam! Oct 16 04:45:13.795 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:13.795 INFO kablam! --> src/lib.rs:769:32 Oct 16 04:45:13.795 INFO kablam! | Oct 16 04:45:13.795 INFO kablam! 769 | future::ok(()).boxed() Oct 16 04:45:13.795 INFO kablam! | ^^^^^ Oct 16 04:45:13.795 INFO kablam! Oct 16 04:45:13.815 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:13.815 INFO kablam! --> src/lib.rs:796:35 Oct 16 04:45:13.815 INFO kablam! | Oct 16 04:45:13.815 INFO kablam! 796 | return future::err(e).boxed(); Oct 16 04:45:13.815 INFO kablam! | ^^^^^ Oct 16 04:45:13.816 INFO kablam! Oct 16 04:45:13.819 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:13.823 INFO kablam! --> src/lib.rs:837:32 Oct 16 04:45:13.823 INFO kablam! | Oct 16 04:45:13.823 INFO kablam! 837 | future::ok(()).boxed() Oct 16 04:45:13.823 INFO kablam! | ^^^^^ Oct 16 04:45:13.823 INFO kablam! Oct 16 04:45:13.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:13.838 INFO kablam! --> src/lib.rs:863:20 Oct 16 04:45:13.838 INFO kablam! | Oct 16 04:45:13.838 INFO kablam! 863 | }).boxed() Oct 16 04:45:13.838 INFO kablam! | ^^^^^ Oct 16 04:45:13.838 INFO kablam! Oct 16 04:45:13.843 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:13.843 INFO kablam! --> src/lib.rs:875:32 Oct 16 04:45:13.843 INFO kablam! | Oct 16 04:45:13.843 INFO kablam! 875 | future::ok(()).boxed() Oct 16 04:45:13.843 INFO kablam! | ^^^^^ Oct 16 04:45:13.843 INFO kablam! Oct 16 04:45:13.947 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:13.947 INFO kablam! --> src/server.rs:246:12 Oct 16 04:45:13.947 INFO kablam! | Oct 16 04:45:13.947 INFO kablam! 246 | }).boxed()) Oct 16 04:45:13.947 INFO kablam! | ^^^^^ Oct 16 04:45:13.947 INFO kablam! Oct 16 04:45:13.967 INFO kablam! warning: type annotations needed Oct 16 04:45:13.967 INFO kablam! --> src/diags.rs:97:28 Oct 16 04:45:13.967 INFO kablam! | Oct 16 04:45:13.967 INFO kablam! 97 | (self as *const _).hash(state) Oct 16 04:45:13.967 INFO kablam! | ^^^^ Oct 16 04:45:13.967 INFO kablam! | Oct 16 04:45:13.967 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 16 04:45:13.967 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:13.967 INFO kablam! = note: for more information, see issue #46906 Oct 16 04:45:13.967 INFO kablam! Oct 16 04:45:14.020 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:14.020 INFO kablam! --> src/workspace.rs:288:53 Oct 16 04:45:14.020 INFO kablam! | Oct 16 04:45:14.020 INFO kablam! 288 | inner.span = Some(inner.pool.spawn(fut).boxed().shared()); Oct 16 04:45:14.020 INFO kablam! | ^^^^^ Oct 16 04:45:14.020 INFO kablam! Oct 16 04:45:14.043 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:14.043 INFO kablam! --> src/workspace.rs:357:55 Oct 16 04:45:14.044 INFO kablam! | Oct 16 04:45:14.044 INFO kablam! 357 | inner.tokens = Some(inner.pool.spawn(fut).boxed().shared()); Oct 16 04:45:14.044 INFO kablam! | ^^^^^ Oct 16 04:45:14.045 INFO kablam! Oct 16 04:45:14.059 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:14.059 INFO kablam! --> src/workspace.rs:400:54 Oct 16 04:45:14.060 INFO kablam! | Oct 16 04:45:14.060 INFO kablam! 400 | inner.chunk = Some(inner.pool.spawn(fut).boxed().shared()); Oct 16 04:45:14.060 INFO kablam! | ^^^^^ Oct 16 04:45:14.061 INFO kablam! Oct 16 04:45:14.063 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:14.063 INFO kablam! --> src/workspace.rs:430:12 Oct 16 04:45:14.063 INFO kablam! | Oct 16 04:45:14.063 INFO kablam! 430 | }).boxed() Oct 16 04:45:14.063 INFO kablam! | ^^^^^ Oct 16 04:45:14.063 INFO kablam! Oct 16 04:45:14.116 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:14.116 INFO kablam! --> src/workspace.rs:895:30 Oct 16 04:45:14.116 INFO kablam! | Oct 16 04:45:14.116 INFO kablam! 895 | self.pool.spawn(fut).boxed().shared() Oct 16 04:45:14.116 INFO kablam! | ^^^^^ Oct 16 04:45:14.116 INFO kablam! Oct 16 04:45:14.147 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:14.147 INFO kablam! --> src/workspace.rs:944:12 Oct 16 04:45:14.147 INFO kablam! | Oct 16 04:45:14.147 INFO kablam! 944 | }).boxed()) Oct 16 04:45:14.147 INFO kablam! | ^^^^^ Oct 16 04:45:14.147 INFO kablam! Oct 16 04:45:28.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.62s Oct 16 04:45:28.751 INFO kablam! su: No module specific data is present Oct 16 04:45:29.473 INFO running `"docker" "rm" "-f" "fa55e6715d51f7856a255b8fecc833b0e99645aa3d03b4c7708d1fba89c7bb14"` Oct 16 04:45:29.743 INFO blam! fa55e6715d51f7856a255b8fecc833b0e99645aa3d03b4c7708d1fba89c7bb14 Oct 16 04:45:29.749 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:30.351 INFO blam! 510596c5949f84a4069364a51f5430efaf02a2009cf23a2e69e81d18e835925b Oct 16 04:45:30.363 INFO running `"docker" "start" "-a" "510596c5949f84a4069364a51f5430efaf02a2009cf23a2e69e81d18e835925b"` Oct 16 04:45:32.065 INFO kablam! usermod: no changes Oct 16 04:45:32.211 INFO kablam! Compiling kailua_langsvr v1.1.0 (/source) Oct 16 04:45:35.047 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:35.047 INFO kablam! --> src/server.rs:11:31 Oct 16 04:45:35.047 INFO kablam! | Oct 16 04:45:35.047 INFO kablam! 11 | use futures::future::{Future, BoxFuture}; Oct 16 04:45:35.047 INFO kablam! | ^^^^^^^^^ Oct 16 04:45:35.047 INFO kablam! | Oct 16 04:45:35.047 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:45:35.047 INFO kablam! Oct 16 04:45:35.047 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:35.047 INFO kablam! --> src/workspace.rs:11:47 Oct 16 04:45:35.047 INFO kablam! | Oct 16 04:45:35.047 INFO kablam! 11 | use futures::{future, stream, Future, Stream, BoxFuture}; Oct 16 04:45:35.047 INFO kablam! | ^^^^^^^^^ Oct 16 04:45:35.047 INFO kablam! Oct 16 04:45:35.047 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:35.047 INFO kablam! --> src/workspace.rs:160:20 Oct 16 04:45:35.047 INFO kablam! | Oct 16 04:45:35.047 INFO kablam! 160 | future::Shared>>; Oct 16 04:45:35.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:35.047 INFO kablam! Oct 16 04:45:35.047 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:35.047 INFO kablam! --> src/workspace.rs:162:20 Oct 16 04:45:35.047 INFO kablam! | Oct 16 04:45:35.047 INFO kablam! 162 | future::Shared>>; Oct 16 04:45:35.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:35.047 INFO kablam! Oct 16 04:45:35.047 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:35.047 INFO kablam! --> src/lib.rs:41:23 Oct 16 04:45:35.047 INFO kablam! | Oct 16 04:45:35.047 INFO kablam! 41 | use futures::{Future, BoxFuture}; Oct 16 04:45:35.047 INFO kablam! | ^^^^^^^^^ Oct 16 04:45:35.047 INFO kablam! Oct 16 04:45:35.047 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:35.047 INFO kablam! --> src/lib.rs:294:35 Oct 16 04:45:35.047 INFO kablam! | Oct 16 04:45:35.047 INFO kablam! 294 | timer: Timer) -> BoxFuture<(), ()> { Oct 16 04:45:35.047 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 04:45:35.047 INFO kablam! Oct 16 04:45:35.047 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 04:45:35.048 INFO kablam! --> src/lib.rs:749:36 Oct 16 04:45:35.048 INFO kablam! | Oct 16 04:45:35.048 INFO kablam! 749 | let chunk_stream = stream::iter(chunk_futs.into_iter()).and_then(|fut| fut); Oct 16 04:45:35.048 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:45:35.048 INFO kablam! Oct 16 04:45:35.048 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 04:45:35.048 INFO kablam! --> src/lib.rs:848:21 Oct 16 04:45:35.048 INFO kablam! | Oct 16 04:45:35.048 INFO kablam! 848 | stream::iter(tokens_and_chunk_futs.into_iter()).and_then(|fut| fut); Oct 16 04:45:35.048 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:45:35.048 INFO kablam! Oct 16 04:45:35.048 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:35.048 INFO kablam! --> src/server.rs:218:23 Oct 16 04:45:35.048 INFO kablam! | Oct 16 04:45:35.048 INFO kablam! 218 | -> io::Result, ResponseError>> Oct 16 04:45:35.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:35.048 INFO kablam! Oct 16 04:45:35.048 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:35.048 INFO kablam! --> src/workspace.rs:415:67 Oct 16 04:45:35.048 INFO kablam! | Oct 16 04:45:35.048 INFO kablam! 415 | pub fn translate_position(&self, pos: &protocol::Position) -> BoxFuture> { Oct 16 04:45:35.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:35.048 INFO kablam! Oct 16 04:45:35.052 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:35.052 INFO kablam! --> src/workspace.rs:925:28 Oct 16 04:45:35.052 INFO kablam! | Oct 16 04:45:35.052 INFO kablam! 925 | -> WorkspaceResult>, ReportTree), CancelError<()>>> Oct 16 04:45:35.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:35.052 INFO kablam! Oct 16 04:45:35.052 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 04:45:35.052 INFO kablam! --> src/workspace.rs:932:29 Oct 16 04:45:35.052 INFO kablam! | Oct 16 04:45:35.052 INFO kablam! 932 | let output_stream = stream::iter(output_futs.into_iter().map(Ok)).and_then(|fut| fut); Oct 16 04:45:35.052 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:45:35.052 INFO kablam! Oct 16 04:45:35.307 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:35.307 INFO kablam! --> src/lib.rs:332:16 Oct 16 04:45:35.307 INFO kablam! | Oct 16 04:45:35.307 INFO kablam! 332 | }).boxed() Oct 16 04:45:35.307 INFO kablam! | ^^^^^ Oct 16 04:45:35.307 INFO kablam! Oct 16 04:45:35.310 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:35.310 INFO kablam! --> src/lib.rs:340:35 Oct 16 04:45:35.310 INFO kablam! | Oct 16 04:45:35.310 INFO kablam! 340 | futures::finished(()).boxed() Oct 16 04:45:35.310 INFO kablam! | ^^^^^ Oct 16 04:45:35.310 INFO kablam! Oct 16 04:45:35.311 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:35.311 INFO kablam! --> src/lib.rs:342:20 Oct 16 04:45:35.311 INFO kablam! | Oct 16 04:45:35.311 INFO kablam! 342 | }).erase_err().boxed() Oct 16 04:45:35.311 INFO kablam! | ^^^^^ Oct 16 04:45:35.311 INFO kablam! Oct 16 04:45:35.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:35.355 INFO kablam! --> src/lib.rs:514:35 Oct 16 04:45:35.355 INFO kablam! | Oct 16 04:45:35.355 INFO kablam! 514 | return future::err(e).boxed(); Oct 16 04:45:35.355 INFO kablam! | ^^^^^ Oct 16 04:45:35.355 INFO kablam! Oct 16 04:45:35.363 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:35.363 INFO kablam! --> src/lib.rs:547:36 Oct 16 04:45:35.363 INFO kablam! | Oct 16 04:45:35.363 INFO kablam! 547 | future::ok(()).boxed() Oct 16 04:45:35.363 INFO kablam! | ^^^^^ Oct 16 04:45:35.363 INFO kablam! Oct 16 04:45:35.363 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:35.363 INFO kablam! --> src/lib.rs:553:24 Oct 16 04:45:35.363 INFO kablam! | Oct 16 04:45:35.363 INFO kablam! 553 | }).boxed() Oct 16 04:45:35.363 INFO kablam! | ^^^^^ Oct 16 04:45:35.363 INFO kablam! Oct 16 04:45:35.363 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:35.363 INFO kablam! --> src/lib.rs:571:36 Oct 16 04:45:35.363 INFO kablam! | Oct 16 04:45:35.363 INFO kablam! 571 | future::ok(()).boxed() Oct 16 04:45:35.363 INFO kablam! | ^^^^^ Oct 16 04:45:35.363 INFO kablam! Oct 16 04:45:35.371 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:35.371 INFO kablam! --> src/lib.rs:579:24 Oct 16 04:45:35.371 INFO kablam! | Oct 16 04:45:35.371 INFO kablam! 579 | }).boxed() Oct 16 04:45:35.371 INFO kablam! | ^^^^^ Oct 16 04:45:35.371 INFO kablam! Oct 16 04:45:35.371 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:35.371 INFO kablam! --> src/lib.rs:583:36 Oct 16 04:45:35.371 INFO kablam! | Oct 16 04:45:35.371 INFO kablam! 583 | future::ok(()).boxed() Oct 16 04:45:35.371 INFO kablam! | ^^^^^ Oct 16 04:45:35.371 INFO kablam! Oct 16 04:45:35.371 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:35.371 INFO kablam! --> src/lib.rs:589:32 Oct 16 04:45:35.371 INFO kablam! | Oct 16 04:45:35.371 INFO kablam! 589 | future::ok(()).boxed() Oct 16 04:45:35.371 INFO kablam! | ^^^^^ Oct 16 04:45:35.371 INFO kablam! Oct 16 04:45:35.387 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:35.387 INFO kablam! --> src/lib.rs:605:35 Oct 16 04:45:35.387 INFO kablam! | Oct 16 04:45:35.387 INFO kablam! 605 | return future::err(e).boxed(); Oct 16 04:45:35.387 INFO kablam! | ^^^^^ Oct 16 04:45:35.387 INFO kablam! Oct 16 04:45:35.387 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:35.387 INFO kablam! --> src/lib.rs:619:28 Oct 16 04:45:35.387 INFO kablam! | Oct 16 04:45:35.387 INFO kablam! 619 | future::ok(()).boxed() Oct 16 04:45:35.387 INFO kablam! | ^^^^^ Oct 16 04:45:35.387 INFO kablam! Oct 16 04:45:35.395 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:35.395 INFO kablam! --> src/lib.rs:629:16 Oct 16 04:45:35.395 INFO kablam! | Oct 16 04:45:35.395 INFO kablam! 629 | }).boxed() Oct 16 04:45:35.395 INFO kablam! | ^^^^^ Oct 16 04:45:35.395 INFO kablam! Oct 16 04:45:35.395 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:35.395 INFO kablam! --> src/lib.rs:631:28 Oct 16 04:45:35.395 INFO kablam! | Oct 16 04:45:35.395 INFO kablam! 631 | future::ok(()).boxed() Oct 16 04:45:35.395 INFO kablam! | ^^^^^ Oct 16 04:45:35.395 INFO kablam! Oct 16 04:45:35.403 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:35.403 INFO kablam! --> src/lib.rs:653:35 Oct 16 04:45:35.403 INFO kablam! | Oct 16 04:45:35.403 INFO kablam! 653 | return future::err(e).boxed(); Oct 16 04:45:35.403 INFO kablam! | ^^^^^ Oct 16 04:45:35.403 INFO kablam! Oct 16 04:45:35.403 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:35.403 INFO kablam! --> src/lib.rs:663:35 Oct 16 04:45:35.403 INFO kablam! | Oct 16 04:45:35.403 INFO kablam! 663 | return future::ok(()).boxed(); Oct 16 04:45:35.403 INFO kablam! | ^^^^^ Oct 16 04:45:35.403 INFO kablam! Oct 16 04:45:35.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:35.407 INFO kablam! --> src/lib.rs:677:28 Oct 16 04:45:35.407 INFO kablam! | Oct 16 04:45:35.407 INFO kablam! 677 | future::ok(()).boxed() Oct 16 04:45:35.407 INFO kablam! | ^^^^^ Oct 16 04:45:35.407 INFO kablam! Oct 16 04:45:35.411 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:35.411 INFO kablam! --> src/lib.rs:687:16 Oct 16 04:45:35.411 INFO kablam! | Oct 16 04:45:35.411 INFO kablam! 687 | }).boxed() Oct 16 04:45:35.411 INFO kablam! | ^^^^^ Oct 16 04:45:35.411 INFO kablam! Oct 16 04:45:35.411 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:35.411 INFO kablam! --> src/lib.rs:689:28 Oct 16 04:45:35.411 INFO kablam! | Oct 16 04:45:35.411 INFO kablam! 689 | future::ok(()).boxed() Oct 16 04:45:35.411 INFO kablam! | ^^^^^ Oct 16 04:45:35.411 INFO kablam! Oct 16 04:45:35.423 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:35.423 INFO kablam! --> src/lib.rs:713:35 Oct 16 04:45:35.423 INFO kablam! | Oct 16 04:45:35.423 INFO kablam! 713 | return future::err(e).boxed(); Oct 16 04:45:35.423 INFO kablam! | ^^^^^ Oct 16 04:45:35.423 INFO kablam! Oct 16 04:45:35.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:35.427 INFO kablam! --> src/lib.rs:740:32 Oct 16 04:45:35.427 INFO kablam! | Oct 16 04:45:35.427 INFO kablam! 740 | future::ok(()).boxed() Oct 16 04:45:35.427 INFO kablam! | ^^^^^ Oct 16 04:45:35.427 INFO kablam! Oct 16 04:45:35.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:35.439 INFO kablam! --> src/lib.rs:763:20 Oct 16 04:45:35.439 INFO kablam! | Oct 16 04:45:35.439 INFO kablam! 763 | }).boxed() Oct 16 04:45:35.439 INFO kablam! | ^^^^^ Oct 16 04:45:35.439 INFO kablam! Oct 16 04:45:35.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:35.439 INFO kablam! --> src/lib.rs:769:32 Oct 16 04:45:35.439 INFO kablam! | Oct 16 04:45:35.439 INFO kablam! 769 | future::ok(()).boxed() Oct 16 04:45:35.439 INFO kablam! | ^^^^^ Oct 16 04:45:35.439 INFO kablam! Oct 16 04:45:35.459 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:35.459 INFO kablam! --> src/lib.rs:796:35 Oct 16 04:45:35.459 INFO kablam! | Oct 16 04:45:35.459 INFO kablam! 796 | return future::err(e).boxed(); Oct 16 04:45:35.459 INFO kablam! | ^^^^^ Oct 16 04:45:35.459 INFO kablam! Oct 16 04:45:35.459 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:35.459 INFO kablam! --> src/lib.rs:837:32 Oct 16 04:45:35.459 INFO kablam! | Oct 16 04:45:35.459 INFO kablam! 837 | future::ok(()).boxed() Oct 16 04:45:35.459 INFO kablam! | ^^^^^ Oct 16 04:45:35.459 INFO kablam! Oct 16 04:45:35.477 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:35.477 INFO kablam! --> src/lib.rs:863:20 Oct 16 04:45:35.477 INFO kablam! | Oct 16 04:45:35.477 INFO kablam! 863 | }).boxed() Oct 16 04:45:35.477 INFO kablam! | ^^^^^ Oct 16 04:45:35.477 INFO kablam! Oct 16 04:45:35.487 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:35.487 INFO kablam! --> src/lib.rs:875:32 Oct 16 04:45:35.487 INFO kablam! | Oct 16 04:45:35.487 INFO kablam! 875 | future::ok(()).boxed() Oct 16 04:45:35.487 INFO kablam! | ^^^^^ Oct 16 04:45:35.487 INFO kablam! Oct 16 04:45:35.567 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:35.567 INFO kablam! --> src/server.rs:246:12 Oct 16 04:45:35.567 INFO kablam! | Oct 16 04:45:35.567 INFO kablam! 246 | }).boxed()) Oct 16 04:45:35.567 INFO kablam! | ^^^^^ Oct 16 04:45:35.567 INFO kablam! Oct 16 04:45:35.582 INFO kablam! warning: type annotations needed Oct 16 04:45:35.582 INFO kablam! --> src/diags.rs:97:28 Oct 16 04:45:35.582 INFO kablam! | Oct 16 04:45:35.582 INFO kablam! 97 | (self as *const _).hash(state) Oct 16 04:45:35.582 INFO kablam! | ^^^^ Oct 16 04:45:35.582 INFO kablam! | Oct 16 04:45:35.582 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 16 04:45:35.582 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:35.582 INFO kablam! = note: for more information, see issue #46906 Oct 16 04:45:35.582 INFO kablam! Oct 16 04:45:35.631 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:35.631 INFO kablam! --> src/workspace.rs:288:53 Oct 16 04:45:35.631 INFO kablam! | Oct 16 04:45:35.631 INFO kablam! 288 | inner.span = Some(inner.pool.spawn(fut).boxed().shared()); Oct 16 04:45:35.631 INFO kablam! | ^^^^^ Oct 16 04:45:35.631 INFO kablam! Oct 16 04:45:35.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:35.639 INFO kablam! --> src/workspace.rs:357:55 Oct 16 04:45:35.639 INFO kablam! | Oct 16 04:45:35.639 INFO kablam! 357 | inner.tokens = Some(inner.pool.spawn(fut).boxed().shared()); Oct 16 04:45:35.639 INFO kablam! | ^^^^^ Oct 16 04:45:35.639 INFO kablam! Oct 16 04:45:35.651 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:35.651 INFO kablam! --> src/workspace.rs:400:54 Oct 16 04:45:35.651 INFO kablam! | Oct 16 04:45:35.651 INFO kablam! 400 | inner.chunk = Some(inner.pool.spawn(fut).boxed().shared()); Oct 16 04:45:35.651 INFO kablam! | ^^^^^ Oct 16 04:45:35.651 INFO kablam! Oct 16 04:45:35.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:35.655 INFO kablam! --> src/workspace.rs:430:12 Oct 16 04:45:35.655 INFO kablam! | Oct 16 04:45:35.655 INFO kablam! 430 | }).boxed() Oct 16 04:45:35.655 INFO kablam! | ^^^^^ Oct 16 04:45:35.655 INFO kablam! Oct 16 04:45:35.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:35.707 INFO kablam! --> src/workspace.rs:895:30 Oct 16 04:45:35.707 INFO kablam! | Oct 16 04:45:35.707 INFO kablam! 895 | self.pool.spawn(fut).boxed().shared() Oct 16 04:45:35.707 INFO kablam! | ^^^^^ Oct 16 04:45:35.707 INFO kablam! Oct 16 04:45:35.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:35.731 INFO kablam! --> src/workspace.rs:944:12 Oct 16 04:45:35.731 INFO kablam! | Oct 16 04:45:35.731 INFO kablam! 944 | }).boxed()) Oct 16 04:45:35.731 INFO kablam! | ^^^^^ Oct 16 04:45:35.731 INFO kablam! Oct 16 04:45:38.127 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.03s Oct 16 04:45:38.131 INFO kablam! su: No module specific data is present Oct 16 04:45:38.604 INFO running `"docker" "rm" "-f" "510596c5949f84a4069364a51f5430efaf02a2009cf23a2e69e81d18e835925b"` Oct 16 04:45:38.707 INFO blam! 510596c5949f84a4069364a51f5430efaf02a2009cf23a2e69e81d18e835925b Oct 16 04:45:38.709 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:38.952 INFO blam! 4b2f268bf6f4da8c4156f1a3c82e0a4b266df4976e05abbaa4baea393a793c26 Oct 16 04:45:38.954 INFO running `"docker" "start" "-a" "4b2f268bf6f4da8c4156f1a3c82e0a4b266df4976e05abbaa4baea393a793c26"` Oct 16 04:45:39.671 INFO kablam! usermod: no changes Oct 16 04:45:39.814 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 16 04:45:39.829 INFO kablam! Running /target/debug/deps/kailua_langsvr-fe5dcbcc554f63fa Oct 16 04:45:39.833 INFO blam! Oct 16 04:45:39.833 INFO blam! running 1 test Oct 16 04:45:39.836 INFO blam! test ops::completion::test_index_and_neighbor ... ok Oct 16 04:45:39.837 INFO blam! Oct 16 04:45:39.838 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:45:39.838 INFO blam! Oct 16 04:45:39.840 INFO kablam! Doc-tests kailua_langsvr Oct 16 04:45:44.651 INFO blam! Oct 16 04:45:44.651 INFO blam! running 0 tests Oct 16 04:45:44.651 INFO blam! Oct 16 04:45:44.651 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:45:44.651 INFO blam! Oct 16 04:45:44.662 INFO kablam! su: No module specific data is present Oct 16 04:45:45.608 INFO running `"docker" "rm" "-f" "4b2f268bf6f4da8c4156f1a3c82e0a4b266df4976e05abbaa4baea393a793c26"` Oct 16 04:45:45.775 INFO blam! 4b2f268bf6f4da8c4156f1a3c82e0a4b266df4976e05abbaa4baea393a793c26