Oct 11 18:08:04.529 INFO testing kailua_langsvr-1.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 18:08:04.529 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 18:08:04.529 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 18:08:04.919 INFO blam! 3ce664bfaf453014df75005375b07a566afe9cad47611976e8722f52546234a3 Oct 11 18:08:04.920 INFO running `"docker" "start" "-a" "3ce664bfaf453014df75005375b07a566afe9cad47611976e8722f52546234a3"` Oct 11 18:08:05.768 INFO kablam! usermod: no changes Oct 11 18:08:05.960 INFO kablam! Compiling parse-generics-shim v0.1.1 Oct 11 18:08:05.960 INFO kablam! Compiling kailua_env v1.0.4 Oct 11 18:08:05.960 INFO kablam! Compiling kailua_langsvr_protocol v1.0.5 Oct 11 18:08:08.684 INFO kablam! Compiling kailua_diag v1.0.4 Oct 11 18:08:10.390 INFO kablam! Compiling kailua_syntax v1.1.0 Oct 11 18:08:19.372 INFO kablam! Compiling kailua_types v1.1.0 Oct 11 18:08:30.784 INFO kablam! Compiling kailua_check v1.1.0 Oct 11 18:08:37.564 INFO kablam! Compiling kailua_workspace v1.1.0 Oct 11 18:08:41.758 INFO kablam! Compiling kailua_langsvr v1.1.0 (/source) Oct 11 18:08:45.644 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.644 INFO kablam! --> src/server.rs:11:31 Oct 11 18:08:45.644 INFO kablam! | Oct 11 18:08:45.644 INFO kablam! 11 | use futures::future::{Future, BoxFuture}; Oct 11 18:08:45.644 INFO kablam! | ^^^^^^^^^ Oct 11 18:08:45.644 INFO kablam! | Oct 11 18:08:45.644 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 18:08:45.644 INFO kablam! Oct 11 18:08:45.644 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.644 INFO kablam! --> src/workspace.rs:11:47 Oct 11 18:08:45.644 INFO kablam! | Oct 11 18:08:45.644 INFO kablam! 11 | use futures::{future, stream, Future, Stream, BoxFuture}; Oct 11 18:08:45.644 INFO kablam! | ^^^^^^^^^ Oct 11 18:08:45.644 INFO kablam! Oct 11 18:08:45.645 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.645 INFO kablam! --> src/workspace.rs:160:20 Oct 11 18:08:45.645 INFO kablam! | Oct 11 18:08:45.645 INFO kablam! 160 | future::Shared>>; Oct 11 18:08:45.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:08:45.645 INFO kablam! Oct 11 18:08:45.646 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.646 INFO kablam! --> src/workspace.rs:162:20 Oct 11 18:08:45.646 INFO kablam! | Oct 11 18:08:45.646 INFO kablam! 162 | future::Shared>>; Oct 11 18:08:45.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:08:45.646 INFO kablam! Oct 11 18:08:45.646 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.646 INFO kablam! --> src/lib.rs:41:23 Oct 11 18:08:45.646 INFO kablam! | Oct 11 18:08:45.646 INFO kablam! 41 | use futures::{Future, BoxFuture}; Oct 11 18:08:45.646 INFO kablam! | ^^^^^^^^^ Oct 11 18:08:45.646 INFO kablam! Oct 11 18:08:45.646 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.646 INFO kablam! --> src/lib.rs:294:35 Oct 11 18:08:45.646 INFO kablam! | Oct 11 18:08:45.646 INFO kablam! 294 | timer: Timer) -> BoxFuture<(), ()> { Oct 11 18:08:45.647 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 18:08:45.647 INFO kablam! Oct 11 18:08:45.647 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 11 18:08:45.647 INFO kablam! --> src/lib.rs:749:36 Oct 11 18:08:45.647 INFO kablam! | Oct 11 18:08:45.647 INFO kablam! 749 | let chunk_stream = stream::iter(chunk_futs.into_iter()).and_then(|fut| fut); Oct 11 18:08:45.647 INFO kablam! | ^^^^^^^^^^^^ Oct 11 18:08:45.647 INFO kablam! Oct 11 18:08:45.647 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 11 18:08:45.647 INFO kablam! --> src/lib.rs:848:21 Oct 11 18:08:45.647 INFO kablam! | Oct 11 18:08:45.647 INFO kablam! 848 | stream::iter(tokens_and_chunk_futs.into_iter()).and_then(|fut| fut); Oct 11 18:08:45.647 INFO kablam! | ^^^^^^^^^^^^ Oct 11 18:08:45.647 INFO kablam! Oct 11 18:08:45.647 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.647 INFO kablam! --> src/server.rs:218:23 Oct 11 18:08:45.647 INFO kablam! | Oct 11 18:08:45.647 INFO kablam! 218 | -> io::Result, ResponseError>> Oct 11 18:08:45.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:08:45.647 INFO kablam! Oct 11 18:08:45.648 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.648 INFO kablam! --> src/workspace.rs:415:67 Oct 11 18:08:45.648 INFO kablam! | Oct 11 18:08:45.648 INFO kablam! 415 | pub fn translate_position(&self, pos: &protocol::Position) -> BoxFuture> { Oct 11 18:08:45.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:08:45.648 INFO kablam! Oct 11 18:08:45.648 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.648 INFO kablam! --> src/workspace.rs:925:28 Oct 11 18:08:45.648 INFO kablam! | Oct 11 18:08:45.648 INFO kablam! 925 | -> WorkspaceResult>, ReportTree), CancelError<()>>> Oct 11 18:08:45.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:08:45.648 INFO kablam! Oct 11 18:08:45.648 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 11 18:08:45.648 INFO kablam! --> src/workspace.rs:932:29 Oct 11 18:08:45.648 INFO kablam! | Oct 11 18:08:45.648 INFO kablam! 932 | let output_stream = stream::iter(output_futs.into_iter().map(Ok)).and_then(|fut| fut); Oct 11 18:08:45.648 INFO kablam! | ^^^^^^^^^^^^ Oct 11 18:08:45.648 INFO kablam! Oct 11 18:08:45.888 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.888 INFO kablam! --> src/lib.rs:332:16 Oct 11 18:08:45.888 INFO kablam! | Oct 11 18:08:45.888 INFO kablam! 332 | }).boxed() Oct 11 18:08:45.888 INFO kablam! | ^^^^^ Oct 11 18:08:45.888 INFO kablam! Oct 11 18:08:45.889 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.889 INFO kablam! --> src/lib.rs:340:35 Oct 11 18:08:45.889 INFO kablam! | Oct 11 18:08:45.889 INFO kablam! 340 | futures::finished(()).boxed() Oct 11 18:08:45.889 INFO kablam! | ^^^^^ Oct 11 18:08:45.889 INFO kablam! Oct 11 18:08:45.890 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.890 INFO kablam! --> src/lib.rs:342:20 Oct 11 18:08:45.890 INFO kablam! | Oct 11 18:08:45.890 INFO kablam! 342 | }).erase_err().boxed() Oct 11 18:08:45.890 INFO kablam! | ^^^^^ Oct 11 18:08:45.890 INFO kablam! Oct 11 18:08:45.933 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.933 INFO kablam! --> src/lib.rs:514:35 Oct 11 18:08:45.933 INFO kablam! | Oct 11 18:08:45.933 INFO kablam! 514 | return future::err(e).boxed(); Oct 11 18:08:45.933 INFO kablam! | ^^^^^ Oct 11 18:08:45.933 INFO kablam! Oct 11 18:08:45.933 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.933 INFO kablam! --> src/lib.rs:547:36 Oct 11 18:08:45.933 INFO kablam! | Oct 11 18:08:45.933 INFO kablam! 547 | future::ok(()).boxed() Oct 11 18:08:45.933 INFO kablam! | ^^^^^ Oct 11 18:08:45.933 INFO kablam! Oct 11 18:08:45.934 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.934 INFO kablam! --> src/lib.rs:553:24 Oct 11 18:08:45.934 INFO kablam! | Oct 11 18:08:45.934 INFO kablam! 553 | }).boxed() Oct 11 18:08:45.934 INFO kablam! | ^^^^^ Oct 11 18:08:45.934 INFO kablam! Oct 11 18:08:45.936 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.936 INFO kablam! --> src/lib.rs:571:36 Oct 11 18:08:45.936 INFO kablam! | Oct 11 18:08:45.936 INFO kablam! 571 | future::ok(()).boxed() Oct 11 18:08:45.936 INFO kablam! | ^^^^^ Oct 11 18:08:45.936 INFO kablam! Oct 11 18:08:45.938 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.938 INFO kablam! --> src/lib.rs:579:24 Oct 11 18:08:45.938 INFO kablam! | Oct 11 18:08:45.938 INFO kablam! 579 | }).boxed() Oct 11 18:08:45.938 INFO kablam! | ^^^^^ Oct 11 18:08:45.938 INFO kablam! Oct 11 18:08:45.939 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.939 INFO kablam! --> src/lib.rs:583:36 Oct 11 18:08:45.939 INFO kablam! | Oct 11 18:08:45.939 INFO kablam! 583 | future::ok(()).boxed() Oct 11 18:08:45.939 INFO kablam! | ^^^^^ Oct 11 18:08:45.939 INFO kablam! Oct 11 18:08:45.945 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.945 INFO kablam! --> src/lib.rs:589:32 Oct 11 18:08:45.945 INFO kablam! | Oct 11 18:08:45.945 INFO kablam! 589 | future::ok(()).boxed() Oct 11 18:08:45.945 INFO kablam! | ^^^^^ Oct 11 18:08:45.945 INFO kablam! Oct 11 18:08:45.950 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.951 INFO kablam! --> src/lib.rs:605:35 Oct 11 18:08:45.951 INFO kablam! | Oct 11 18:08:45.951 INFO kablam! 605 | return future::err(e).boxed(); Oct 11 18:08:45.951 INFO kablam! | ^^^^^ Oct 11 18:08:45.951 INFO kablam! Oct 11 18:08:45.952 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.952 INFO kablam! --> src/lib.rs:619:28 Oct 11 18:08:45.952 INFO kablam! | Oct 11 18:08:45.952 INFO kablam! 619 | future::ok(()).boxed() Oct 11 18:08:45.952 INFO kablam! | ^^^^^ Oct 11 18:08:45.952 INFO kablam! Oct 11 18:08:45.956 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.957 INFO kablam! --> src/lib.rs:629:16 Oct 11 18:08:45.957 INFO kablam! | Oct 11 18:08:45.957 INFO kablam! 629 | }).boxed() Oct 11 18:08:45.957 INFO kablam! | ^^^^^ Oct 11 18:08:45.958 INFO kablam! Oct 11 18:08:45.958 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.958 INFO kablam! --> src/lib.rs:631:28 Oct 11 18:08:45.958 INFO kablam! | Oct 11 18:08:45.958 INFO kablam! 631 | future::ok(()).boxed() Oct 11 18:08:45.958 INFO kablam! | ^^^^^ Oct 11 18:08:45.958 INFO kablam! Oct 11 18:08:45.968 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.968 INFO kablam! --> src/lib.rs:653:35 Oct 11 18:08:45.968 INFO kablam! | Oct 11 18:08:45.968 INFO kablam! 653 | return future::err(e).boxed(); Oct 11 18:08:45.968 INFO kablam! | ^^^^^ Oct 11 18:08:45.968 INFO kablam! Oct 11 18:08:45.968 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.968 INFO kablam! --> src/lib.rs:663:35 Oct 11 18:08:45.968 INFO kablam! | Oct 11 18:08:45.968 INFO kablam! 663 | return future::ok(()).boxed(); Oct 11 18:08:45.968 INFO kablam! | ^^^^^ Oct 11 18:08:45.968 INFO kablam! Oct 11 18:08:45.970 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.970 INFO kablam! --> src/lib.rs:677:28 Oct 11 18:08:45.970 INFO kablam! | Oct 11 18:08:45.970 INFO kablam! 677 | future::ok(()).boxed() Oct 11 18:08:45.970 INFO kablam! | ^^^^^ Oct 11 18:08:45.970 INFO kablam! Oct 11 18:08:45.972 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.972 INFO kablam! --> src/lib.rs:687:16 Oct 11 18:08:45.972 INFO kablam! | Oct 11 18:08:45.972 INFO kablam! 687 | }).boxed() Oct 11 18:08:45.972 INFO kablam! | ^^^^^ Oct 11 18:08:45.972 INFO kablam! Oct 11 18:08:45.972 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.972 INFO kablam! --> src/lib.rs:689:28 Oct 11 18:08:45.972 INFO kablam! | Oct 11 18:08:45.972 INFO kablam! 689 | future::ok(()).boxed() Oct 11 18:08:45.972 INFO kablam! | ^^^^^ Oct 11 18:08:45.972 INFO kablam! Oct 11 18:08:45.983 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.983 INFO kablam! --> src/lib.rs:713:35 Oct 11 18:08:45.983 INFO kablam! | Oct 11 18:08:45.983 INFO kablam! 713 | return future::err(e).boxed(); Oct 11 18:08:45.983 INFO kablam! | ^^^^^ Oct 11 18:08:45.983 INFO kablam! Oct 11 18:08:45.985 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.985 INFO kablam! --> src/lib.rs:740:32 Oct 11 18:08:45.985 INFO kablam! | Oct 11 18:08:45.985 INFO kablam! 740 | future::ok(()).boxed() Oct 11 18:08:45.985 INFO kablam! | ^^^^^ Oct 11 18:08:45.985 INFO kablam! Oct 11 18:08:45.992 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.992 INFO kablam! --> src/lib.rs:763:20 Oct 11 18:08:45.992 INFO kablam! | Oct 11 18:08:45.992 INFO kablam! 763 | }).boxed() Oct 11 18:08:45.992 INFO kablam! | ^^^^^ Oct 11 18:08:45.992 INFO kablam! Oct 11 18:08:45.993 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:45.993 INFO kablam! --> src/lib.rs:769:32 Oct 11 18:08:45.993 INFO kablam! | Oct 11 18:08:45.993 INFO kablam! 769 | future::ok(()).boxed() Oct 11 18:08:45.993 INFO kablam! | ^^^^^ Oct 11 18:08:45.993 INFO kablam! Oct 11 18:08:46.007 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:46.007 INFO kablam! --> src/lib.rs:796:35 Oct 11 18:08:46.007 INFO kablam! | Oct 11 18:08:46.007 INFO kablam! 796 | return future::err(e).boxed(); Oct 11 18:08:46.007 INFO kablam! | ^^^^^ Oct 11 18:08:46.007 INFO kablam! Oct 11 18:08:46.011 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:46.011 INFO kablam! --> src/lib.rs:837:32 Oct 11 18:08:46.011 INFO kablam! | Oct 11 18:08:46.011 INFO kablam! 837 | future::ok(()).boxed() Oct 11 18:08:46.011 INFO kablam! | ^^^^^ Oct 11 18:08:46.011 INFO kablam! Oct 11 18:08:46.022 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:46.023 INFO kablam! --> src/lib.rs:863:20 Oct 11 18:08:46.023 INFO kablam! | Oct 11 18:08:46.023 INFO kablam! 863 | }).boxed() Oct 11 18:08:46.023 INFO kablam! | ^^^^^ Oct 11 18:08:46.023 INFO kablam! Oct 11 18:08:46.024 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:46.024 INFO kablam! --> src/lib.rs:875:32 Oct 11 18:08:46.024 INFO kablam! | Oct 11 18:08:46.024 INFO kablam! 875 | future::ok(()).boxed() Oct 11 18:08:46.024 INFO kablam! | ^^^^^ Oct 11 18:08:46.024 INFO kablam! Oct 11 18:08:46.120 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:46.120 INFO kablam! --> src/server.rs:246:12 Oct 11 18:08:46.120 INFO kablam! | Oct 11 18:08:46.120 INFO kablam! 246 | }).boxed()) Oct 11 18:08:46.120 INFO kablam! | ^^^^^ Oct 11 18:08:46.120 INFO kablam! Oct 11 18:08:46.144 INFO kablam! warning: type annotations needed Oct 11 18:08:46.144 INFO kablam! --> src/diags.rs:97:28 Oct 11 18:08:46.144 INFO kablam! | Oct 11 18:08:46.144 INFO kablam! 97 | (self as *const _).hash(state) Oct 11 18:08:46.144 INFO kablam! | ^^^^ Oct 11 18:08:46.144 INFO kablam! | Oct 11 18:08:46.144 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 11 18:08:46.144 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 11 18:08:46.144 INFO kablam! = note: for more information, see issue #46906 Oct 11 18:08:46.144 INFO kablam! Oct 11 18:08:46.199 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:46.199 INFO kablam! --> src/workspace.rs:288:53 Oct 11 18:08:46.199 INFO kablam! | Oct 11 18:08:46.199 INFO kablam! 288 | inner.span = Some(inner.pool.spawn(fut).boxed().shared()); Oct 11 18:08:46.199 INFO kablam! | ^^^^^ Oct 11 18:08:46.199 INFO kablam! Oct 11 18:08:46.224 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:46.224 INFO kablam! --> src/workspace.rs:357:55 Oct 11 18:08:46.224 INFO kablam! | Oct 11 18:08:46.224 INFO kablam! 357 | inner.tokens = Some(inner.pool.spawn(fut).boxed().shared()); Oct 11 18:08:46.224 INFO kablam! | ^^^^^ Oct 11 18:08:46.224 INFO kablam! Oct 11 18:08:46.230 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:46.230 INFO kablam! --> src/workspace.rs:400:54 Oct 11 18:08:46.230 INFO kablam! | Oct 11 18:08:46.230 INFO kablam! 400 | inner.chunk = Some(inner.pool.spawn(fut).boxed().shared()); Oct 11 18:08:46.230 INFO kablam! | ^^^^^ Oct 11 18:08:46.230 INFO kablam! Oct 11 18:08:46.239 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:46.239 INFO kablam! --> src/workspace.rs:430:12 Oct 11 18:08:46.239 INFO kablam! | Oct 11 18:08:46.239 INFO kablam! 430 | }).boxed() Oct 11 18:08:46.239 INFO kablam! | ^^^^^ Oct 11 18:08:46.239 INFO kablam! Oct 11 18:08:46.291 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:46.291 INFO kablam! --> src/workspace.rs:895:30 Oct 11 18:08:46.291 INFO kablam! | Oct 11 18:08:46.291 INFO kablam! 895 | self.pool.spawn(fut).boxed().shared() Oct 11 18:08:46.291 INFO kablam! | ^^^^^ Oct 11 18:08:46.291 INFO kablam! Oct 11 18:08:46.313 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:08:46.313 INFO kablam! --> src/workspace.rs:944:12 Oct 11 18:08:46.313 INFO kablam! | Oct 11 18:08:46.313 INFO kablam! 944 | }).boxed()) Oct 11 18:08:46.313 INFO kablam! | ^^^^^ Oct 11 18:08:46.313 INFO kablam! Oct 11 18:08:57.836 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 52.05s Oct 11 18:08:57.848 INFO kablam! su: No module specific data is present Oct 11 18:08:58.402 INFO running `"docker" "rm" "-f" "3ce664bfaf453014df75005375b07a566afe9cad47611976e8722f52546234a3"` Oct 11 18:08:58.756 INFO blam! 3ce664bfaf453014df75005375b07a566afe9cad47611976e8722f52546234a3 Oct 11 18:08:58.757 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 18:08:58.757 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 18:08:59.179 INFO blam! 1a5404e4907d6ca34c8587339e6fd1dae05a7d76056f3feab8159762813e3f86 Oct 11 18:08:59.185 INFO running `"docker" "start" "-a" "1a5404e4907d6ca34c8587339e6fd1dae05a7d76056f3feab8159762813e3f86"` Oct 11 18:09:00.355 INFO kablam! usermod: no changes Oct 11 18:09:00.580 INFO kablam! Compiling kailua_langsvr v1.1.0 (/source) Oct 11 18:09:04.869 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:04.869 INFO kablam! --> src/server.rs:11:31 Oct 11 18:09:04.869 INFO kablam! | Oct 11 18:09:04.869 INFO kablam! 11 | use futures::future::{Future, BoxFuture}; Oct 11 18:09:04.869 INFO kablam! | ^^^^^^^^^ Oct 11 18:09:04.869 INFO kablam! | Oct 11 18:09:04.869 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 18:09:04.869 INFO kablam! Oct 11 18:09:04.869 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:04.869 INFO kablam! --> src/workspace.rs:11:47 Oct 11 18:09:04.869 INFO kablam! | Oct 11 18:09:04.869 INFO kablam! 11 | use futures::{future, stream, Future, Stream, BoxFuture}; Oct 11 18:09:04.869 INFO kablam! | ^^^^^^^^^ Oct 11 18:09:04.870 INFO kablam! Oct 11 18:09:04.870 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:04.870 INFO kablam! --> src/workspace.rs:160:20 Oct 11 18:09:04.870 INFO kablam! | Oct 11 18:09:04.870 INFO kablam! 160 | future::Shared>>; Oct 11 18:09:04.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:09:04.870 INFO kablam! Oct 11 18:09:04.870 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:04.870 INFO kablam! --> src/workspace.rs:162:20 Oct 11 18:09:04.870 INFO kablam! | Oct 11 18:09:04.870 INFO kablam! 162 | future::Shared>>; Oct 11 18:09:04.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:09:04.870 INFO kablam! Oct 11 18:09:04.874 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:04.874 INFO kablam! --> src/lib.rs:41:23 Oct 11 18:09:04.874 INFO kablam! | Oct 11 18:09:04.874 INFO kablam! 41 | use futures::{Future, BoxFuture}; Oct 11 18:09:04.874 INFO kablam! | ^^^^^^^^^ Oct 11 18:09:04.874 INFO kablam! Oct 11 18:09:04.874 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:04.874 INFO kablam! --> src/lib.rs:294:35 Oct 11 18:09:04.874 INFO kablam! | Oct 11 18:09:04.875 INFO kablam! 294 | timer: Timer) -> BoxFuture<(), ()> { Oct 11 18:09:04.875 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 18:09:04.875 INFO kablam! Oct 11 18:09:04.875 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 11 18:09:04.875 INFO kablam! --> src/lib.rs:749:36 Oct 11 18:09:04.875 INFO kablam! | Oct 11 18:09:04.875 INFO kablam! 749 | let chunk_stream = stream::iter(chunk_futs.into_iter()).and_then(|fut| fut); Oct 11 18:09:04.875 INFO kablam! | ^^^^^^^^^^^^ Oct 11 18:09:04.875 INFO kablam! Oct 11 18:09:04.875 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 11 18:09:04.875 INFO kablam! --> src/lib.rs:848:21 Oct 11 18:09:04.875 INFO kablam! | Oct 11 18:09:04.875 INFO kablam! 848 | stream::iter(tokens_and_chunk_futs.into_iter()).and_then(|fut| fut); Oct 11 18:09:04.875 INFO kablam! | ^^^^^^^^^^^^ Oct 11 18:09:04.875 INFO kablam! Oct 11 18:09:04.875 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:04.875 INFO kablam! --> src/server.rs:218:23 Oct 11 18:09:04.875 INFO kablam! | Oct 11 18:09:04.875 INFO kablam! 218 | -> io::Result, ResponseError>> Oct 11 18:09:04.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:09:04.875 INFO kablam! Oct 11 18:09:04.875 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:04.875 INFO kablam! --> src/workspace.rs:415:67 Oct 11 18:09:04.875 INFO kablam! | Oct 11 18:09:04.875 INFO kablam! 415 | pub fn translate_position(&self, pos: &protocol::Position) -> BoxFuture> { Oct 11 18:09:04.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:09:04.875 INFO kablam! Oct 11 18:09:04.875 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:04.875 INFO kablam! --> src/workspace.rs:925:28 Oct 11 18:09:04.875 INFO kablam! | Oct 11 18:09:04.875 INFO kablam! 925 | -> WorkspaceResult>, ReportTree), CancelError<()>>> Oct 11 18:09:04.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 18:09:04.875 INFO kablam! Oct 11 18:09:04.875 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 11 18:09:04.875 INFO kablam! --> src/workspace.rs:932:29 Oct 11 18:09:04.875 INFO kablam! | Oct 11 18:09:04.875 INFO kablam! 932 | let output_stream = stream::iter(output_futs.into_iter().map(Ok)).and_then(|fut| fut); Oct 11 18:09:04.875 INFO kablam! | ^^^^^^^^^^^^ Oct 11 18:09:04.875 INFO kablam! Oct 11 18:09:05.140 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.140 INFO kablam! --> src/lib.rs:332:16 Oct 11 18:09:05.140 INFO kablam! | Oct 11 18:09:05.140 INFO kablam! 332 | }).boxed() Oct 11 18:09:05.140 INFO kablam! | ^^^^^ Oct 11 18:09:05.140 INFO kablam! Oct 11 18:09:05.144 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.144 INFO kablam! --> src/lib.rs:340:35 Oct 11 18:09:05.144 INFO kablam! | Oct 11 18:09:05.144 INFO kablam! 340 | futures::finished(()).boxed() Oct 11 18:09:05.144 INFO kablam! | ^^^^^ Oct 11 18:09:05.144 INFO kablam! Oct 11 18:09:05.146 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.146 INFO kablam! --> src/lib.rs:342:20 Oct 11 18:09:05.146 INFO kablam! | Oct 11 18:09:05.146 INFO kablam! 342 | }).erase_err().boxed() Oct 11 18:09:05.146 INFO kablam! | ^^^^^ Oct 11 18:09:05.146 INFO kablam! Oct 11 18:09:05.192 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.192 INFO kablam! --> src/lib.rs:514:35 Oct 11 18:09:05.192 INFO kablam! | Oct 11 18:09:05.192 INFO kablam! 514 | return future::err(e).boxed(); Oct 11 18:09:05.192 INFO kablam! | ^^^^^ Oct 11 18:09:05.192 INFO kablam! Oct 11 18:09:05.196 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.196 INFO kablam! --> src/lib.rs:547:36 Oct 11 18:09:05.196 INFO kablam! | Oct 11 18:09:05.197 INFO kablam! 547 | future::ok(()).boxed() Oct 11 18:09:05.197 INFO kablam! | ^^^^^ Oct 11 18:09:05.197 INFO kablam! Oct 11 18:09:05.204 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.204 INFO kablam! --> src/lib.rs:553:24 Oct 11 18:09:05.204 INFO kablam! | Oct 11 18:09:05.204 INFO kablam! 553 | }).boxed() Oct 11 18:09:05.204 INFO kablam! | ^^^^^ Oct 11 18:09:05.204 INFO kablam! Oct 11 18:09:05.204 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.204 INFO kablam! --> src/lib.rs:571:36 Oct 11 18:09:05.204 INFO kablam! | Oct 11 18:09:05.204 INFO kablam! 571 | future::ok(()).boxed() Oct 11 18:09:05.204 INFO kablam! | ^^^^^ Oct 11 18:09:05.204 INFO kablam! Oct 11 18:09:05.204 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.204 INFO kablam! --> src/lib.rs:579:24 Oct 11 18:09:05.204 INFO kablam! | Oct 11 18:09:05.204 INFO kablam! 579 | }).boxed() Oct 11 18:09:05.204 INFO kablam! | ^^^^^ Oct 11 18:09:05.204 INFO kablam! Oct 11 18:09:05.204 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.204 INFO kablam! --> src/lib.rs:583:36 Oct 11 18:09:05.204 INFO kablam! | Oct 11 18:09:05.204 INFO kablam! 583 | future::ok(()).boxed() Oct 11 18:09:05.204 INFO kablam! | ^^^^^ Oct 11 18:09:05.204 INFO kablam! Oct 11 18:09:05.204 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.204 INFO kablam! --> src/lib.rs:589:32 Oct 11 18:09:05.205 INFO kablam! | Oct 11 18:09:05.205 INFO kablam! 589 | future::ok(()).boxed() Oct 11 18:09:05.205 INFO kablam! | ^^^^^ Oct 11 18:09:05.205 INFO kablam! Oct 11 18:09:05.224 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.224 INFO kablam! --> src/lib.rs:605:35 Oct 11 18:09:05.224 INFO kablam! | Oct 11 18:09:05.224 INFO kablam! 605 | return future::err(e).boxed(); Oct 11 18:09:05.224 INFO kablam! | ^^^^^ Oct 11 18:09:05.224 INFO kablam! Oct 11 18:09:05.224 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.224 INFO kablam! --> src/lib.rs:619:28 Oct 11 18:09:05.224 INFO kablam! | Oct 11 18:09:05.224 INFO kablam! 619 | future::ok(()).boxed() Oct 11 18:09:05.224 INFO kablam! | ^^^^^ Oct 11 18:09:05.224 INFO kablam! Oct 11 18:09:05.226 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.226 INFO kablam! --> src/lib.rs:629:16 Oct 11 18:09:05.226 INFO kablam! | Oct 11 18:09:05.226 INFO kablam! 629 | }).boxed() Oct 11 18:09:05.226 INFO kablam! | ^^^^^ Oct 11 18:09:05.226 INFO kablam! Oct 11 18:09:05.236 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.236 INFO kablam! --> src/lib.rs:631:28 Oct 11 18:09:05.236 INFO kablam! | Oct 11 18:09:05.236 INFO kablam! 631 | future::ok(()).boxed() Oct 11 18:09:05.236 INFO kablam! | ^^^^^ Oct 11 18:09:05.236 INFO kablam! Oct 11 18:09:05.240 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.240 INFO kablam! --> src/lib.rs:653:35 Oct 11 18:09:05.240 INFO kablam! | Oct 11 18:09:05.240 INFO kablam! 653 | return future::err(e).boxed(); Oct 11 18:09:05.240 INFO kablam! | ^^^^^ Oct 11 18:09:05.240 INFO kablam! Oct 11 18:09:05.244 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.244 INFO kablam! --> src/lib.rs:663:35 Oct 11 18:09:05.244 INFO kablam! | Oct 11 18:09:05.244 INFO kablam! 663 | return future::ok(()).boxed(); Oct 11 18:09:05.244 INFO kablam! | ^^^^^ Oct 11 18:09:05.244 INFO kablam! Oct 11 18:09:05.244 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.244 INFO kablam! --> src/lib.rs:677:28 Oct 11 18:09:05.244 INFO kablam! | Oct 11 18:09:05.244 INFO kablam! 677 | future::ok(()).boxed() Oct 11 18:09:05.244 INFO kablam! | ^^^^^ Oct 11 18:09:05.244 INFO kablam! Oct 11 18:09:05.248 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.248 INFO kablam! --> src/lib.rs:687:16 Oct 11 18:09:05.248 INFO kablam! | Oct 11 18:09:05.248 INFO kablam! 687 | }).boxed() Oct 11 18:09:05.248 INFO kablam! | ^^^^^ Oct 11 18:09:05.248 INFO kablam! Oct 11 18:09:05.248 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.248 INFO kablam! --> src/lib.rs:689:28 Oct 11 18:09:05.248 INFO kablam! | Oct 11 18:09:05.248 INFO kablam! 689 | future::ok(()).boxed() Oct 11 18:09:05.248 INFO kablam! | ^^^^^ Oct 11 18:09:05.248 INFO kablam! Oct 11 18:09:05.264 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.264 INFO kablam! --> src/lib.rs:713:35 Oct 11 18:09:05.264 INFO kablam! | Oct 11 18:09:05.264 INFO kablam! 713 | return future::err(e).boxed(); Oct 11 18:09:05.264 INFO kablam! | ^^^^^ Oct 11 18:09:05.264 INFO kablam! Oct 11 18:09:05.264 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.264 INFO kablam! --> src/lib.rs:740:32 Oct 11 18:09:05.264 INFO kablam! | Oct 11 18:09:05.264 INFO kablam! 740 | future::ok(()).boxed() Oct 11 18:09:05.264 INFO kablam! | ^^^^^ Oct 11 18:09:05.264 INFO kablam! Oct 11 18:09:05.284 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.284 INFO kablam! --> src/lib.rs:763:20 Oct 11 18:09:05.284 INFO kablam! | Oct 11 18:09:05.284 INFO kablam! 763 | }).boxed() Oct 11 18:09:05.284 INFO kablam! | ^^^^^ Oct 11 18:09:05.284 INFO kablam! Oct 11 18:09:05.284 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.284 INFO kablam! --> src/lib.rs:769:32 Oct 11 18:09:05.284 INFO kablam! | Oct 11 18:09:05.284 INFO kablam! 769 | future::ok(()).boxed() Oct 11 18:09:05.284 INFO kablam! | ^^^^^ Oct 11 18:09:05.284 INFO kablam! Oct 11 18:09:05.304 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.304 INFO kablam! --> src/lib.rs:796:35 Oct 11 18:09:05.304 INFO kablam! | Oct 11 18:09:05.304 INFO kablam! 796 | return future::err(e).boxed(); Oct 11 18:09:05.304 INFO kablam! | ^^^^^ Oct 11 18:09:05.304 INFO kablam! Oct 11 18:09:05.304 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.304 INFO kablam! --> src/lib.rs:837:32 Oct 11 18:09:05.304 INFO kablam! | Oct 11 18:09:05.304 INFO kablam! 837 | future::ok(()).boxed() Oct 11 18:09:05.304 INFO kablam! | ^^^^^ Oct 11 18:09:05.304 INFO kablam! Oct 11 18:09:05.324 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.324 INFO kablam! --> src/lib.rs:863:20 Oct 11 18:09:05.324 INFO kablam! | Oct 11 18:09:05.324 INFO kablam! 863 | }).boxed() Oct 11 18:09:05.324 INFO kablam! | ^^^^^ Oct 11 18:09:05.324 INFO kablam! Oct 11 18:09:05.324 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.324 INFO kablam! --> src/lib.rs:875:32 Oct 11 18:09:05.324 INFO kablam! | Oct 11 18:09:05.324 INFO kablam! 875 | future::ok(()).boxed() Oct 11 18:09:05.324 INFO kablam! | ^^^^^ Oct 11 18:09:05.324 INFO kablam! Oct 11 18:09:05.420 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.420 INFO kablam! --> src/server.rs:246:12 Oct 11 18:09:05.420 INFO kablam! | Oct 11 18:09:05.420 INFO kablam! 246 | }).boxed()) Oct 11 18:09:05.420 INFO kablam! | ^^^^^ Oct 11 18:09:05.420 INFO kablam! Oct 11 18:09:05.432 INFO kablam! warning: type annotations needed Oct 11 18:09:05.432 INFO kablam! --> src/diags.rs:97:28 Oct 11 18:09:05.432 INFO kablam! | Oct 11 18:09:05.432 INFO kablam! 97 | (self as *const _).hash(state) Oct 11 18:09:05.432 INFO kablam! | ^^^^ Oct 11 18:09:05.432 INFO kablam! | Oct 11 18:09:05.432 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 11 18:09:05.432 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 11 18:09:05.432 INFO kablam! = note: for more information, see issue #46906 Oct 11 18:09:05.432 INFO kablam! Oct 11 18:09:05.513 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.513 INFO kablam! --> src/workspace.rs:288:53 Oct 11 18:09:05.513 INFO kablam! | Oct 11 18:09:05.513 INFO kablam! 288 | inner.span = Some(inner.pool.spawn(fut).boxed().shared()); Oct 11 18:09:05.513 INFO kablam! | ^^^^^ Oct 11 18:09:05.513 INFO kablam! Oct 11 18:09:05.524 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.524 INFO kablam! --> src/workspace.rs:357:55 Oct 11 18:09:05.524 INFO kablam! | Oct 11 18:09:05.524 INFO kablam! 357 | inner.tokens = Some(inner.pool.spawn(fut).boxed().shared()); Oct 11 18:09:05.524 INFO kablam! | ^^^^^ Oct 11 18:09:05.524 INFO kablam! Oct 11 18:09:05.536 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.536 INFO kablam! --> src/workspace.rs:400:54 Oct 11 18:09:05.536 INFO kablam! | Oct 11 18:09:05.536 INFO kablam! 400 | inner.chunk = Some(inner.pool.spawn(fut).boxed().shared()); Oct 11 18:09:05.536 INFO kablam! | ^^^^^ Oct 11 18:09:05.536 INFO kablam! Oct 11 18:09:05.544 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.544 INFO kablam! --> src/workspace.rs:430:12 Oct 11 18:09:05.544 INFO kablam! | Oct 11 18:09:05.544 INFO kablam! 430 | }).boxed() Oct 11 18:09:05.544 INFO kablam! | ^^^^^ Oct 11 18:09:05.544 INFO kablam! Oct 11 18:09:05.600 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.600 INFO kablam! --> src/workspace.rs:895:30 Oct 11 18:09:05.600 INFO kablam! | Oct 11 18:09:05.600 INFO kablam! 895 | self.pool.spawn(fut).boxed().shared() Oct 11 18:09:05.600 INFO kablam! | ^^^^^ Oct 11 18:09:05.600 INFO kablam! Oct 11 18:09:05.628 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 11 18:09:05.628 INFO kablam! --> src/workspace.rs:944:12 Oct 11 18:09:05.628 INFO kablam! | Oct 11 18:09:05.628 INFO kablam! 944 | }).boxed()) Oct 11 18:09:05.628 INFO kablam! | ^^^^^ Oct 11 18:09:05.628 INFO kablam! Oct 11 18:09:08.045 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.66s Oct 11 18:09:08.054 INFO kablam! su: No module specific data is present Oct 11 18:09:08.610 INFO running `"docker" "rm" "-f" "1a5404e4907d6ca34c8587339e6fd1dae05a7d76056f3feab8159762813e3f86"` Oct 11 18:09:08.881 INFO blam! 1a5404e4907d6ca34c8587339e6fd1dae05a7d76056f3feab8159762813e3f86 Oct 11 18:09:08.892 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 18:09:08.892 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 18:09:09.404 INFO blam! d43a4e2dae0bc6e90ed561bb68c1072d9bd1042786fbd5f9972aa3f2027c4e2e Oct 11 18:09:09.404 INFO running `"docker" "start" "-a" "d43a4e2dae0bc6e90ed561bb68c1072d9bd1042786fbd5f9972aa3f2027c4e2e"` Oct 11 18:09:10.395 INFO kablam! usermod: no changes Oct 11 18:09:10.540 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 11 18:09:10.550 INFO kablam! Running /target/debug/deps/kailua_langsvr-f899e98f332b0fce Oct 11 18:09:10.550 INFO blam! Oct 11 18:09:10.551 INFO blam! running 1 test Oct 11 18:09:10.556 INFO blam! test ops::completion::test_index_and_neighbor ... ok Oct 11 18:09:10.556 INFO kablam! Doc-tests kailua_langsvr Oct 11 18:09:10.556 INFO blam! Oct 11 18:09:10.556 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 18:09:10.556 INFO blam! Oct 11 18:09:18.284 INFO blam! Oct 11 18:09:18.284 INFO blam! running 0 tests Oct 11 18:09:18.284 INFO blam! Oct 11 18:09:18.284 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 18:09:18.284 INFO blam! Oct 11 18:09:18.314 INFO kablam! su: No module specific data is present Oct 11 18:09:18.870 INFO running `"docker" "rm" "-f" "d43a4e2dae0bc6e90ed561bb68c1072d9bd1042786fbd5f9972aa3f2027c4e2e"` Oct 11 18:09:18.968 INFO blam! d43a4e2dae0bc6e90ed561bb68c1072d9bd1042786fbd5f9972aa3f2027c4e2e