Oct 16 06:51:11.390 INFO testing handy_io-0.1.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 06:51:11.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 06:51:11.832 INFO blam! 57112065b33339b0073f3bd431b53c9b4f26c872a5a31cc6a3b7e4da922c9595 Oct 16 06:51:11.834 INFO running `"docker" "start" "-a" "57112065b33339b0073f3bd431b53c9b4f26c872a5a31cc6a3b7e4da922c9595"` Oct 16 06:51:12.943 INFO kablam! usermod: no changes Oct 16 06:51:13.019 INFO kablam! Compiling handy_io v0.1.2 (/source) Oct 16 06:51:13.867 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 06:51:13.868 INFO kablam! --> src/io/mod.rs:9:31 Oct 16 06:51:13.868 INFO kablam! | Oct 16 06:51:13.869 INFO kablam! 9 | pub type IoFuture = ::futures::BoxFuture<(S, T), (S, ::std::io::Error)>; Oct 16 06:51:13.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:13.870 INFO kablam! | Oct 16 06:51:13.871 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 06:51:13.871 INFO kablam! Oct 16 06:51:14.327 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 06:51:14.327 INFO kablam! --> src/io/read/mod.rs:77:75 Oct 16 06:51:14.327 INFO kablam! | Oct 16 06:51:14.327 INFO kablam! 77 | let mut f = Some(move |reader: R| self.lossless_read_from(reader).boxed()); Oct 16 06:51:14.327 INFO kablam! | ^^^^^ Oct 16 06:51:14.327 INFO kablam! Oct 16 06:51:14.687 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:51:14.687 INFO kablam! --> src/io/write/mod.rs:75:74 Oct 16 06:51:14.687 INFO kablam! | Oct 16 06:51:14.687 INFO kablam! 75 | let mut f = Some(move |writer: W| self.lossless_write_to(writer).boxed()); Oct 16 06:51:14.687 INFO kablam! | ^^^^^ Oct 16 06:51:14.687 INFO kablam! Oct 16 06:51:15.543 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:15.543 INFO kablam! --> src/io/read/primitives.rs:114:31 Oct 16 06:51:15.544 INFO kablam! | Oct 16 06:51:15.544 INFO kablam! 114 | type MapFuture where P: Pattern = Oct 16 06:51:15.544 INFO kablam! | ^^^^^^^^^^ Oct 16 06:51:15.544 INFO kablam! | Oct 16 06:51:15.545 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 16 06:51:15.545 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:15.545 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.546 INFO kablam! --> src/io/read/primitives.rs:115:38 Oct 16 06:51:15.546 INFO kablam! | Oct 16 06:51:15.546 INFO kablam! 115 | T> as ReadFrom>::Future; Oct 16 06:51:15.546 INFO kablam! | ^^^^^^^^ Oct 16 06:51:15.547 INFO kablam! Oct 16 06:51:15.547 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:15.547 INFO kablam! --> src/io/read/primitives.rs:208:27 Oct 16 06:51:15.548 INFO kablam! | Oct 16 06:51:15.548 INFO kablam! 208 | pub type ReadEos where R: Read = io_futures::ReadThen src/io/read/combinators.rs:86:11 Oct 16 06:51:15.550 INFO kablam! | Oct 16 06:51:15.550 INFO kablam! 86 | where P0: ReadFrom, Oct 16 06:51:15.550 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 06:51:15.551 INFO kablam! 87 | P1: ReadFrom, Oct 16 06:51:15.551 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 06:51:15.551 INFO kablam! 88 | F: FnOnce(P0::Value) -> P1, Oct 16 06:51:15.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.552 INFO kablam! 89 | R: Read = ReadThen::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.553 INFO kablam! --> src/io/read/combinators.rs:91:52 Oct 16 06:51:15.553 INFO kablam! | Oct 16 06:51:15.554 INFO kablam! 91 | Branch>, Oct 16 06:51:15.554 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.554 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.554 INFO kablam! --> src/io/read/combinators.rs:92:45 Oct 16 06:51:15.555 INFO kablam! | Oct 16 06:51:15.555 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:15.555 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.556 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.556 INFO kablam! --> src/io/read/combinators.rs:92:86 Oct 16 06:51:15.556 INFO kablam! | Oct 16 06:51:15.556 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:15.557 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.557 INFO kablam! Oct 16 06:51:15.557 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:15.558 INFO kablam! --> src/io/read/combinators.rs:197:11 Oct 16 06:51:15.558 INFO kablam! | Oct 16 06:51:15.558 INFO kablam! 197 | where P: ReadFrom, Oct 16 06:51:15.558 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:15.559 INFO kablam! 198 | F: FnOnce(P::Value) -> T, Oct 16 06:51:15.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.559 INFO kablam! 199 | R: Read = ReadAndThen::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.561 INFO kablam! --> src/io/read/combinators.rs:202:37 Oct 16 06:51:15.561 INFO kablam! | Oct 16 06:51:15.561 INFO kablam! 202 | fn((P::Value, F)) -> io::Result>; Oct 16 06:51:15.561 INFO kablam! | ^^^^^^^^ Oct 16 06:51:15.562 INFO kablam! Oct 16 06:51:15.562 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:15.562 INFO kablam! --> src/io/read/combinators.rs:343:11 Oct 16 06:51:15.563 INFO kablam! | Oct 16 06:51:15.563 INFO kablam! 343 | where I: Iterator, Oct 16 06:51:15.563 INFO kablam! | ^^^^^^^^^^^ Oct 16 06:51:15.563 INFO kablam! 344 | I::Item: ReadFrom, Oct 16 06:51:15.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.564 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 16 06:51:15.564 INFO kablam! | ^^^^^^^ Oct 16 06:51:15.564 INFO kablam! | Oct 16 06:51:15.565 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:15.565 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.565 INFO kablam! --> src/io/read/combinators.rs:345:37 Oct 16 06:51:15.566 INFO kablam! | Oct 16 06:51:15.566 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 16 06:51:15.566 INFO kablam! | ^^^^^^^ Oct 16 06:51:15.566 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.567 INFO kablam! --> src/io/read/combinators.rs:345:57 Oct 16 06:51:15.567 INFO kablam! | Oct 16 06:51:15.567 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 16 06:51:15.568 INFO kablam! | ^^^^^^^ Oct 16 06:51:15.568 INFO kablam! Oct 16 06:51:15.568 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:15.568 INFO kablam! --> src/io/read/combinators.rs:375:11 Oct 16 06:51:15.569 INFO kablam! | Oct 16 06:51:15.569 INFO kablam! 375 | where R: Read, Oct 16 06:51:15.569 INFO kablam! | ^^^^^^^ Oct 16 06:51:15.569 INFO kablam! 376 | P: ReadFrom = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.571 INFO kablam! --> src/io/read/combinators.rs:378:46 Oct 16 06:51:15.571 INFO kablam! | Oct 16 06:51:15.571 INFO kablam! 378 | fn(P::Value) -> Option, Oct 16 06:51:15.572 INFO kablam! | ^^^^^^^^ Oct 16 06:51:15.572 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.572 INFO kablam! --> src/io/read/combinators.rs:378:66 Oct 16 06:51:15.572 INFO kablam! | Oct 16 06:51:15.573 INFO kablam! 378 | fn(P::Value) -> Option, Oct 16 06:51:15.573 INFO kablam! | ^^^^^^^^ Oct 16 06:51:15.573 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.573 INFO kablam! --> src/io/read/combinators.rs:379:50 Oct 16 06:51:15.574 INFO kablam! | Oct 16 06:51:15.574 INFO kablam! 379 | Option>, Oct 16 06:51:15.574 INFO kablam! | ^^^^^^^^ Oct 16 06:51:15.579 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.579 INFO kablam! --> src/io/read/combinators.rs:380:60 Oct 16 06:51:15.579 INFO kablam! | Oct 16 06:51:15.579 INFO kablam! 380 | futures::Done<(R, Option), (R, io::Error)>>; Oct 16 06:51:15.580 INFO kablam! | ^^^^^^^^ Oct 16 06:51:15.580 INFO kablam! Oct 16 06:51:15.580 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:15.580 INFO kablam! --> src/io/read/combinators.rs:434:28 Oct 16 06:51:15.581 INFO kablam! | Oct 16 06:51:15.581 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 16 06:51:15.581 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.581 INFO kablam! | Oct 16 06:51:15.582 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:15.582 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.582 INFO kablam! --> src/io/read/combinators.rs:434:59 Oct 16 06:51:15.582 INFO kablam! | Oct 16 06:51:15.582 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 16 06:51:15.582 INFO kablam! | ^^^^^^^ Oct 16 06:51:15.582 INFO kablam! Oct 16 06:51:15.582 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:15.582 INFO kablam! --> src/io/read/combinators.rs:479:11 Oct 16 06:51:15.582 INFO kablam! | Oct 16 06:51:15.582 INFO kablam! 479 | where A: ReadFrom, Oct 16 06:51:15.582 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:15.582 INFO kablam! 480 | B: ReadFrom, Oct 16 06:51:15.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.582 INFO kablam! 481 | C: ReadFrom, Oct 16 06:51:15.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.582 INFO kablam! 482 | D: ReadFrom, Oct 16 06:51:15.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.582 INFO kablam! 483 | E: ReadFrom, Oct 16 06:51:15.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.582 INFO kablam! 484 | F: ReadFrom, Oct 16 06:51:15.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.582 INFO kablam! 485 | G: ReadFrom, Oct 16 06:51:15.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.582 INFO kablam! 486 | H: ReadFrom, Oct 16 06:51:15.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.582 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.582 INFO kablam! --> src/io/read/combinators.rs:487:28 Oct 16 06:51:15.582 INFO kablam! | Oct 16 06:51:15.582 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.582 INFO kablam! --> src/io/read/combinators.rs:488:28 Oct 16 06:51:15.582 INFO kablam! | Oct 16 06:51:15.582 INFO kablam! 488 | B::Future, Oct 16 06:51:15.582 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.582 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.582 INFO kablam! --> src/io/read/combinators.rs:489:28 Oct 16 06:51:15.582 INFO kablam! | Oct 16 06:51:15.582 INFO kablam! 489 | C::Future, Oct 16 06:51:15.582 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.582 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.582 INFO kablam! --> src/io/read/combinators.rs:490:28 Oct 16 06:51:15.582 INFO kablam! | Oct 16 06:51:15.582 INFO kablam! 490 | D::Future, Oct 16 06:51:15.582 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.582 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.582 INFO kablam! --> src/io/read/combinators.rs:491:28 Oct 16 06:51:15.582 INFO kablam! | Oct 16 06:51:15.582 INFO kablam! 491 | E::Future, Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.583 INFO kablam! --> src/io/read/combinators.rs:492:28 Oct 16 06:51:15.583 INFO kablam! | Oct 16 06:51:15.583 INFO kablam! 492 | F::Future, Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.583 INFO kablam! --> src/io/read/combinators.rs:493:28 Oct 16 06:51:15.583 INFO kablam! | Oct 16 06:51:15.583 INFO kablam! 493 | G::Future, Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.583 INFO kablam! --> src/io/read/combinators.rs:494:28 Oct 16 06:51:15.583 INFO kablam! | Oct 16 06:51:15.583 INFO kablam! 494 | H::Future>; Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! Oct 16 06:51:15.583 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:15.583 INFO kablam! --> src/io/write/primitives.rs:101:29 Oct 16 06:51:15.583 INFO kablam! | Oct 16 06:51:15.583 INFO kablam! 101 | type MapFuture where P: WriteTo = Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! | Oct 16 06:51:15.583 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:15.583 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.583 INFO kablam! --> src/io/write/primitives.rs:102:40 Oct 16 06:51:15.583 INFO kablam! | Oct 16 06:51:15.583 INFO kablam! 102 | T> as WriteTo>::Future; Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! Oct 16 06:51:15.583 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:15.583 INFO kablam! --> src/io/write/combinators.rs:92:11 Oct 16 06:51:15.583 INFO kablam! | Oct 16 06:51:15.583 INFO kablam! 92 | where P0: WriteTo, Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! 93 | P1: WriteTo, Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! 94 | F: FnOnce(P0::Value) -> P1, Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! 95 | W: Write = WriteThen::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.583 INFO kablam! --> src/io/write/combinators.rs:97:54 Oct 16 06:51:15.583 INFO kablam! | Oct 16 06:51:15.583 INFO kablam! 97 | Branch>, Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.583 INFO kablam! --> src/io/write/combinators.rs:98:47 Oct 16 06:51:15.583 INFO kablam! | Oct 16 06:51:15.583 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.583 INFO kablam! --> src/io/write/combinators.rs:98:88 Oct 16 06:51:15.583 INFO kablam! | Oct 16 06:51:15.583 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! Oct 16 06:51:15.583 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:15.583 INFO kablam! --> src/io/write/combinators.rs:301:29 Oct 16 06:51:15.583 INFO kablam! | Oct 16 06:51:15.583 INFO kablam! 301 | type MapFuture where P: WriteTo = Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! | Oct 16 06:51:15.583 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:15.583 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.583 INFO kablam! --> src/io/write/combinators.rs:302:40 Oct 16 06:51:15.583 INFO kablam! | Oct 16 06:51:15.583 INFO kablam! 302 | T> as WriteTo>::Future; Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! Oct 16 06:51:15.583 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:15.583 INFO kablam! --> src/io/write/combinators.rs:346:11 Oct 16 06:51:15.583 INFO kablam! | Oct 16 06:51:15.583 INFO kablam! 346 | where A: WriteTo, Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! 347 | B: WriteTo, Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! 348 | C: WriteTo, Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! 349 | D: WriteTo, Oct 16 06:51:15.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.583 INFO kablam! 350 | E: WriteTo, Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.584 INFO kablam! 351 | F: WriteTo, Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.584 INFO kablam! 352 | G: WriteTo, Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.584 INFO kablam! 353 | H: WriteTo, Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:15.584 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.584 INFO kablam! --> src/io/write/combinators.rs:354:29 Oct 16 06:51:15.584 INFO kablam! | Oct 16 06:51:15.584 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.584 INFO kablam! --> src/io/write/combinators.rs:355:29 Oct 16 06:51:15.584 INFO kablam! | Oct 16 06:51:15.584 INFO kablam! 355 | B::Future, Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.584 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.584 INFO kablam! --> src/io/write/combinators.rs:356:29 Oct 16 06:51:15.584 INFO kablam! | Oct 16 06:51:15.584 INFO kablam! 356 | C::Future, Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.584 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.584 INFO kablam! --> src/io/write/combinators.rs:357:29 Oct 16 06:51:15.584 INFO kablam! | Oct 16 06:51:15.584 INFO kablam! 357 | D::Future, Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.584 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.584 INFO kablam! --> src/io/write/combinators.rs:358:29 Oct 16 06:51:15.584 INFO kablam! | Oct 16 06:51:15.584 INFO kablam! 358 | E::Future, Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.584 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.584 INFO kablam! --> src/io/write/combinators.rs:359:29 Oct 16 06:51:15.584 INFO kablam! | Oct 16 06:51:15.584 INFO kablam! 359 | F::Future, Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.584 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.584 INFO kablam! --> src/io/write/combinators.rs:360:29 Oct 16 06:51:15.584 INFO kablam! | Oct 16 06:51:15.584 INFO kablam! 360 | G::Future, Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.584 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.584 INFO kablam! --> src/io/write/combinators.rs:361:29 Oct 16 06:51:15.584 INFO kablam! | Oct 16 06:51:15.584 INFO kablam! 361 | H::Future>; Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:15.584 INFO kablam! Oct 16 06:51:15.584 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:15.584 INFO kablam! --> src/io/write/combinators.rs:460:11 Oct 16 06:51:15.584 INFO kablam! | Oct 16 06:51:15.584 INFO kablam! 460 | where I: Iterator, Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^^^^^ Oct 16 06:51:15.584 INFO kablam! 461 | I::Item: Pattern = WriteIterFold::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.584 INFO kablam! --> src/io/write/combinators.rs:462:44 Oct 16 06:51:15.584 INFO kablam! | Oct 16 06:51:15.584 INFO kablam! 462 | I::Item, Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^ Oct 16 06:51:15.584 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.584 INFO kablam! --> src/io/write/combinators.rs:464:52 Oct 16 06:51:15.584 INFO kablam! | Oct 16 06:51:15.584 INFO kablam! 464 | fn((), ::Value) -> (), Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^ Oct 16 06:51:15.584 INFO kablam! Oct 16 06:51:15.584 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:15.584 INFO kablam! --> src/io/write/combinators.rs:497:34 Oct 16 06:51:15.584 INFO kablam! | Oct 16 06:51:15.584 INFO kablam! 497 | pub type WriteOption where P: Pattern = Oct 16 06:51:15.584 INFO kablam! | ^^^^^^^^^^ Oct 16 06:51:15.584 INFO kablam! | Oct 16 06:51:15.584 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:15.584 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.584 INFO kablam! --> src/io/write/combinators.rs:498:45 Oct 16 06:51:15.584 INFO kablam! | Oct 16 06:51:15.584 INFO kablam! 498 | Option>, Oct 16 06:51:15.585 INFO kablam! | ^^^^^^^^ Oct 16 06:51:15.585 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.585 INFO kablam! --> src/io/write/combinators.rs:498:65 Oct 16 06:51:15.585 INFO kablam! | Oct 16 06:51:15.585 INFO kablam! 498 | Option>, Oct 16 06:51:15.585 INFO kablam! | ^^^^^^^^ Oct 16 06:51:15.585 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:15.585 INFO kablam! --> src/io/write/combinators.rs:499:30 Oct 16 06:51:15.585 INFO kablam! | Oct 16 06:51:15.585 INFO kablam! 499 | io::Result>> as WriteTo>::Future; Oct 16 06:51:15.585 INFO kablam! | ^^^^^^^^ Oct 16 06:51:15.585 INFO kablam! Oct 16 06:51:16.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.04s Oct 16 06:51:16.027 INFO kablam! su: No module specific data is present Oct 16 06:51:16.819 INFO running `"docker" "rm" "-f" "57112065b33339b0073f3bd431b53c9b4f26c872a5a31cc6a3b7e4da922c9595"` Oct 16 06:51:17.099 INFO blam! 57112065b33339b0073f3bd431b53c9b4f26c872a5a31cc6a3b7e4da922c9595 Oct 16 06:51:17.108 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 06:51:17.465 INFO blam! 22f8d4a27acfac93f210664db9cd12dea9c285d8e9bc6af36826ddce0e84b981 Oct 16 06:51:17.466 INFO running `"docker" "start" "-a" "22f8d4a27acfac93f210664db9cd12dea9c285d8e9bc6af36826ddce0e84b981"` Oct 16 06:51:19.175 INFO kablam! usermod: no changes Oct 16 06:51:19.249 INFO kablam! Compiling handy_io v0.1.2 (/source) Oct 16 06:51:20.179 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 06:51:20.179 INFO kablam! --> src/io/mod.rs:9:31 Oct 16 06:51:20.179 INFO kablam! | Oct 16 06:51:20.179 INFO kablam! 9 | pub type IoFuture = ::futures::BoxFuture<(S, T), (S, ::std::io::Error)>; Oct 16 06:51:20.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:20.179 INFO kablam! | Oct 16 06:51:20.179 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 06:51:20.179 INFO kablam! Oct 16 06:51:20.624 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 06:51:20.624 INFO kablam! --> src/io/read/mod.rs:77:75 Oct 16 06:51:20.624 INFO kablam! | Oct 16 06:51:20.624 INFO kablam! 77 | let mut f = Some(move |reader: R| self.lossless_read_from(reader).boxed()); Oct 16 06:51:20.625 INFO kablam! | ^^^^^ Oct 16 06:51:20.625 INFO kablam! Oct 16 06:51:20.999 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 06:51:20.999 INFO kablam! --> src/io/write/mod.rs:75:74 Oct 16 06:51:20.999 INFO kablam! | Oct 16 06:51:20.999 INFO kablam! 75 | let mut f = Some(move |writer: W| self.lossless_write_to(writer).boxed()); Oct 16 06:51:20.999 INFO kablam! | ^^^^^ Oct 16 06:51:20.999 INFO kablam! Oct 16 06:51:22.055 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:22.055 INFO kablam! --> src/io/read/primitives.rs:114:31 Oct 16 06:51:22.055 INFO kablam! | Oct 16 06:51:22.055 INFO kablam! 114 | type MapFuture where P: Pattern = Oct 16 06:51:22.055 INFO kablam! | ^^^^^^^^^^ Oct 16 06:51:22.055 INFO kablam! | Oct 16 06:51:22.055 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 16 06:51:22.055 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:22.055 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.055 INFO kablam! --> src/io/read/primitives.rs:115:38 Oct 16 06:51:22.055 INFO kablam! | Oct 16 06:51:22.055 INFO kablam! 115 | T> as ReadFrom>::Future; Oct 16 06:51:22.055 INFO kablam! | ^^^^^^^^ Oct 16 06:51:22.055 INFO kablam! Oct 16 06:51:22.055 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:22.055 INFO kablam! --> src/io/read/primitives.rs:208:27 Oct 16 06:51:22.055 INFO kablam! | Oct 16 06:51:22.055 INFO kablam! 208 | pub type ReadEos where R: Read = io_futures::ReadThen src/io/read/combinators.rs:86:11 Oct 16 06:51:22.055 INFO kablam! | Oct 16 06:51:22.055 INFO kablam! 86 | where P0: ReadFrom, Oct 16 06:51:22.055 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 06:51:22.055 INFO kablam! 87 | P1: ReadFrom, Oct 16 06:51:22.055 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 06:51:22.055 INFO kablam! 88 | F: FnOnce(P0::Value) -> P1, Oct 16 06:51:22.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.055 INFO kablam! 89 | R: Read = ReadThen::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.055 INFO kablam! --> src/io/read/combinators.rs:91:52 Oct 16 06:51:22.055 INFO kablam! | Oct 16 06:51:22.055 INFO kablam! 91 | Branch>, Oct 16 06:51:22.055 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.055 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.055 INFO kablam! --> src/io/read/combinators.rs:92:45 Oct 16 06:51:22.055 INFO kablam! | Oct 16 06:51:22.055 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:22.055 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.056 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.056 INFO kablam! --> src/io/read/combinators.rs:92:86 Oct 16 06:51:22.056 INFO kablam! | Oct 16 06:51:22.056 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:22.056 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.056 INFO kablam! Oct 16 06:51:22.063 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:22.063 INFO kablam! --> src/io/read/combinators.rs:197:11 Oct 16 06:51:22.063 INFO kablam! | Oct 16 06:51:22.063 INFO kablam! 197 | where P: ReadFrom, Oct 16 06:51:22.063 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:22.063 INFO kablam! 198 | F: FnOnce(P::Value) -> T, Oct 16 06:51:22.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.063 INFO kablam! 199 | R: Read = ReadAndThen::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.063 INFO kablam! --> src/io/read/combinators.rs:202:37 Oct 16 06:51:22.063 INFO kablam! | Oct 16 06:51:22.063 INFO kablam! 202 | fn((P::Value, F)) -> io::Result>; Oct 16 06:51:22.063 INFO kablam! | ^^^^^^^^ Oct 16 06:51:22.063 INFO kablam! Oct 16 06:51:22.063 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:22.063 INFO kablam! --> src/io/read/combinators.rs:343:11 Oct 16 06:51:22.063 INFO kablam! | Oct 16 06:51:22.063 INFO kablam! 343 | where I: Iterator, Oct 16 06:51:22.063 INFO kablam! | ^^^^^^^^^^^ Oct 16 06:51:22.063 INFO kablam! 344 | I::Item: ReadFrom, Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.064 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^ Oct 16 06:51:22.064 INFO kablam! | Oct 16 06:51:22.064 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:22.064 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.064 INFO kablam! --> src/io/read/combinators.rs:345:37 Oct 16 06:51:22.064 INFO kablam! | Oct 16 06:51:22.064 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^ Oct 16 06:51:22.064 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.064 INFO kablam! --> src/io/read/combinators.rs:345:57 Oct 16 06:51:22.064 INFO kablam! | Oct 16 06:51:22.064 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^ Oct 16 06:51:22.064 INFO kablam! Oct 16 06:51:22.064 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:22.064 INFO kablam! --> src/io/read/combinators.rs:375:11 Oct 16 06:51:22.064 INFO kablam! | Oct 16 06:51:22.064 INFO kablam! 375 | where R: Read, Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^ Oct 16 06:51:22.064 INFO kablam! 376 | P: ReadFrom = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.064 INFO kablam! --> src/io/read/combinators.rs:378:46 Oct 16 06:51:22.064 INFO kablam! | Oct 16 06:51:22.064 INFO kablam! 378 | fn(P::Value) -> Option, Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^^ Oct 16 06:51:22.064 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.064 INFO kablam! --> src/io/read/combinators.rs:378:66 Oct 16 06:51:22.064 INFO kablam! | Oct 16 06:51:22.064 INFO kablam! 378 | fn(P::Value) -> Option, Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^^ Oct 16 06:51:22.064 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.064 INFO kablam! --> src/io/read/combinators.rs:379:50 Oct 16 06:51:22.064 INFO kablam! | Oct 16 06:51:22.064 INFO kablam! 379 | Option>, Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^^ Oct 16 06:51:22.064 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.064 INFO kablam! --> src/io/read/combinators.rs:380:60 Oct 16 06:51:22.064 INFO kablam! | Oct 16 06:51:22.064 INFO kablam! 380 | futures::Done<(R, Option), (R, io::Error)>>; Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^^ Oct 16 06:51:22.064 INFO kablam! Oct 16 06:51:22.064 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:22.064 INFO kablam! --> src/io/read/combinators.rs:434:28 Oct 16 06:51:22.064 INFO kablam! | Oct 16 06:51:22.064 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.064 INFO kablam! | Oct 16 06:51:22.064 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:22.064 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.064 INFO kablam! --> src/io/read/combinators.rs:434:59 Oct 16 06:51:22.064 INFO kablam! | Oct 16 06:51:22.064 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^ Oct 16 06:51:22.064 INFO kablam! Oct 16 06:51:22.064 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:22.064 INFO kablam! --> src/io/read/combinators.rs:479:11 Oct 16 06:51:22.064 INFO kablam! | Oct 16 06:51:22.064 INFO kablam! 479 | where A: ReadFrom, Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:22.064 INFO kablam! 480 | B: ReadFrom, Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.064 INFO kablam! 481 | C: ReadFrom, Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.064 INFO kablam! 482 | D: ReadFrom, Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.064 INFO kablam! 483 | E: ReadFrom, Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.064 INFO kablam! 484 | F: ReadFrom, Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.064 INFO kablam! 485 | G: ReadFrom, Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.064 INFO kablam! 486 | H: ReadFrom, Oct 16 06:51:22.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.064 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.065 INFO kablam! --> src/io/read/combinators.rs:487:28 Oct 16 06:51:22.065 INFO kablam! | Oct 16 06:51:22.065 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.065 INFO kablam! --> src/io/read/combinators.rs:488:28 Oct 16 06:51:22.065 INFO kablam! | Oct 16 06:51:22.065 INFO kablam! 488 | B::Future, Oct 16 06:51:22.065 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.065 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.065 INFO kablam! --> src/io/read/combinators.rs:489:28 Oct 16 06:51:22.065 INFO kablam! | Oct 16 06:51:22.065 INFO kablam! 489 | C::Future, Oct 16 06:51:22.065 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.065 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.065 INFO kablam! --> src/io/read/combinators.rs:490:28 Oct 16 06:51:22.065 INFO kablam! | Oct 16 06:51:22.065 INFO kablam! 490 | D::Future, Oct 16 06:51:22.065 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.065 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.065 INFO kablam! --> src/io/read/combinators.rs:491:28 Oct 16 06:51:22.065 INFO kablam! | Oct 16 06:51:22.065 INFO kablam! 491 | E::Future, Oct 16 06:51:22.065 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.065 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.065 INFO kablam! --> src/io/read/combinators.rs:492:28 Oct 16 06:51:22.065 INFO kablam! | Oct 16 06:51:22.065 INFO kablam! 492 | F::Future, Oct 16 06:51:22.065 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.065 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.065 INFO kablam! --> src/io/read/combinators.rs:493:28 Oct 16 06:51:22.065 INFO kablam! | Oct 16 06:51:22.065 INFO kablam! 493 | G::Future, Oct 16 06:51:22.065 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.065 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.065 INFO kablam! --> src/io/read/combinators.rs:494:28 Oct 16 06:51:22.065 INFO kablam! | Oct 16 06:51:22.065 INFO kablam! 494 | H::Future>; Oct 16 06:51:22.065 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.065 INFO kablam! Oct 16 06:51:22.071 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:22.071 INFO kablam! --> src/io/write/primitives.rs:101:29 Oct 16 06:51:22.071 INFO kablam! | Oct 16 06:51:22.071 INFO kablam! 101 | type MapFuture where P: WriteTo = Oct 16 06:51:22.071 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:51:22.071 INFO kablam! | Oct 16 06:51:22.071 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:22.071 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.071 INFO kablam! --> src/io/write/primitives.rs:102:40 Oct 16 06:51:22.071 INFO kablam! | Oct 16 06:51:22.071 INFO kablam! 102 | T> as WriteTo>::Future; Oct 16 06:51:22.071 INFO kablam! | ^^^^^^^^ Oct 16 06:51:22.071 INFO kablam! Oct 16 06:51:22.071 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:22.071 INFO kablam! --> src/io/write/combinators.rs:92:11 Oct 16 06:51:22.071 INFO kablam! | Oct 16 06:51:22.071 INFO kablam! 92 | where P0: WriteTo, Oct 16 06:51:22.071 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:22.071 INFO kablam! 93 | P1: WriteTo, Oct 16 06:51:22.071 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:22.071 INFO kablam! 94 | F: FnOnce(P0::Value) -> P1, Oct 16 06:51:22.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.071 INFO kablam! 95 | W: Write = WriteThen::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.071 INFO kablam! --> src/io/write/combinators.rs:97:54 Oct 16 06:51:22.071 INFO kablam! | Oct 16 06:51:22.071 INFO kablam! 97 | Branch>, Oct 16 06:51:22.071 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.071 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.071 INFO kablam! --> src/io/write/combinators.rs:98:47 Oct 16 06:51:22.071 INFO kablam! | Oct 16 06:51:22.071 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:22.071 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.071 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.071 INFO kablam! --> src/io/write/combinators.rs:98:88 Oct 16 06:51:22.071 INFO kablam! | Oct 16 06:51:22.071 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:22.071 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.071 INFO kablam! Oct 16 06:51:22.079 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:22.079 INFO kablam! --> src/io/write/combinators.rs:301:29 Oct 16 06:51:22.079 INFO kablam! | Oct 16 06:51:22.079 INFO kablam! 301 | type MapFuture where P: WriteTo = Oct 16 06:51:22.079 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:51:22.079 INFO kablam! | Oct 16 06:51:22.079 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:22.079 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.079 INFO kablam! --> src/io/write/combinators.rs:302:40 Oct 16 06:51:22.079 INFO kablam! | Oct 16 06:51:22.079 INFO kablam! 302 | T> as WriteTo>::Future; Oct 16 06:51:22.079 INFO kablam! | ^^^^^^^^ Oct 16 06:51:22.079 INFO kablam! Oct 16 06:51:22.079 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:22.079 INFO kablam! --> src/io/write/combinators.rs:346:11 Oct 16 06:51:22.079 INFO kablam! | Oct 16 06:51:22.079 INFO kablam! 346 | where A: WriteTo, Oct 16 06:51:22.079 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:51:22.079 INFO kablam! 347 | B: WriteTo, Oct 16 06:51:22.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.079 INFO kablam! 348 | C: WriteTo, Oct 16 06:51:22.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.079 INFO kablam! 349 | D: WriteTo, Oct 16 06:51:22.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.079 INFO kablam! 350 | E: WriteTo, Oct 16 06:51:22.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.079 INFO kablam! 351 | F: WriteTo, Oct 16 06:51:22.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.079 INFO kablam! 352 | G: WriteTo, Oct 16 06:51:22.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.079 INFO kablam! 353 | H: WriteTo, Oct 16 06:51:22.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:22.079 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:354:29 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:355:29 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 355 | B::Future, Oct 16 06:51:22.080 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.080 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:356:29 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 356 | C::Future, Oct 16 06:51:22.080 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.080 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:357:29 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 357 | D::Future, Oct 16 06:51:22.080 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.080 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:358:29 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 358 | E::Future, Oct 16 06:51:22.080 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.080 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:359:29 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 359 | F::Future, Oct 16 06:51:22.080 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.080 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:360:29 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 360 | G::Future, Oct 16 06:51:22.080 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.080 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:361:29 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 361 | H::Future>; Oct 16 06:51:22.080 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:22.080 INFO kablam! Oct 16 06:51:22.080 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:460:11 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 460 | where I: Iterator, Oct 16 06:51:22.080 INFO kablam! | ^^^^^^^^^^^ Oct 16 06:51:22.080 INFO kablam! 461 | I::Item: Pattern = WriteIterFold::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:462:44 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 462 | I::Item, Oct 16 06:51:22.080 INFO kablam! | ^^^^^^^ Oct 16 06:51:22.080 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:464:52 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 464 | fn((), ::Value) -> (), Oct 16 06:51:22.080 INFO kablam! | ^^^^^^^ Oct 16 06:51:22.080 INFO kablam! Oct 16 06:51:22.080 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:497:34 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 497 | pub type WriteOption where P: Pattern = Oct 16 06:51:22.080 INFO kablam! | ^^^^^^^^^^ Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:22.080 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:498:45 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 498 | Option>, Oct 16 06:51:22.080 INFO kablam! | ^^^^^^^^ Oct 16 06:51:22.080 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:498:65 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 498 | Option>, Oct 16 06:51:22.080 INFO kablam! | ^^^^^^^^ Oct 16 06:51:22.080 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:22.080 INFO kablam! --> src/io/write/combinators.rs:499:30 Oct 16 06:51:22.080 INFO kablam! | Oct 16 06:51:22.080 INFO kablam! 499 | io::Result>> as WriteTo>::Future; Oct 16 06:51:22.080 INFO kablam! | ^^^^^^^^ Oct 16 06:51:22.081 INFO kablam! Oct 16 06:51:23.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.16s Oct 16 06:51:23.367 INFO kablam! su: No module specific data is present Oct 16 06:51:24.074 INFO running `"docker" "rm" "-f" "22f8d4a27acfac93f210664db9cd12dea9c285d8e9bc6af36826ddce0e84b981"` Oct 16 06:51:24.419 INFO blam! 22f8d4a27acfac93f210664db9cd12dea9c285d8e9bc6af36826ddce0e84b981 Oct 16 06:51:24.425 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 06:51:24.904 INFO blam! f75c6a02b0983dcabc456a0a60c57b3c3cf65c181e2d7c95cd669ec0ed9c4bcf Oct 16 06:51:24.906 INFO running `"docker" "start" "-a" "f75c6a02b0983dcabc456a0a60c57b3c3cf65c181e2d7c95cd669ec0ed9c4bcf"` Oct 16 06:51:26.467 INFO kablam! usermod: no changes Oct 16 06:51:26.551 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 16 06:51:26.555 INFO kablam! Running /target/debug/deps/handy_io-9bbe088e33f92063 Oct 16 06:51:26.555 INFO kablam! Doc-tests handy_io Oct 16 06:51:26.555 INFO blam! Oct 16 06:51:26.555 INFO blam! running 1 test Oct 16 06:51:26.555 INFO blam! test io::read::combinators::test::it_works ... ok Oct 16 06:51:26.555 INFO blam! Oct 16 06:51:26.555 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:51:26.555 INFO blam! Oct 16 06:51:27.802 INFO blam! Oct 16 06:51:27.802 INFO blam! running 33 tests Oct 16 06:51:37.811 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadChain (line 218) ... ok Oct 16 06:51:37.959 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadIterFold (line 274) ... ok Oct 16 06:51:39.691 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadBranch (line 468) ... ok Oct 16 06:51:39.847 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadMap (line 172) ... ok Oct 16 06:51:40.843 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadAndThen (line 76) ... ok Oct 16 06:51:41.412 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadOrElse (line 111) ... ok Oct 16 06:51:42.201 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadOption (line 363) ... ok Oct 16 06:51:42.462 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadIter (line 333) ... ok Oct 16 06:51:49.323 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadThen (line 12) ... ok Oct 16 06:51:49.867 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadResult (line 399) ... ok Oct 16 06:51:51.102 INFO blam! test src/io/read/mod.rs - io::read::AsyncRead::async_read_stream (line 143) ... ok Oct 16 06:51:53.402 INFO blam! test src/io/read/primitives.rs - io::read::primitives::ReadBuf (line 17) ... ok Oct 16 06:51:54.435 INFO blam! test src/io/read/primitives.rs - io::read::primitives::ReadPartialBuf (line 62) ... ok Oct 16 06:51:54.451 INFO blam! test src/io/read/mod.rs - io::read::ReadFrom::read_from (line 33) ... ok Oct 16 06:51:56.279 INFO blam! test src/io/read/mod.rs - io::read::ReadFrom::sync_read_from (line 60) ... ok Oct 16 06:51:57.341 INFO blam! test src/io/read/primitives.rs - io::read::primitives::ReadEos (line 196) ... ok Oct 16 06:52:03.439 INFO blam! test src/io/read/primitives.rs - io::read::primitives::ReadString (line 93) ... ok Oct 16 06:52:04.539 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteBranch (line 335) ... ok Oct 16 06:52:05.471 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteAndThen (line 77) ... ok Oct 16 06:52:07.577 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteIterFold (line 391) ... ok Oct 16 06:52:08.343 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteChain (line 232) ... ok Oct 16 06:52:08.442 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteIter (line 450) ... ok Oct 16 06:52:08.619 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteOption (line 483) ... ok Oct 16 06:52:08.871 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteMap (line 191) ... ok Oct 16 06:52:15.848 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteOrElse (line 128) ... ok Oct 16 06:52:17.155 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteResult (line 518) ... ok Oct 16 06:52:18.703 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteThen (line 12) ... ok Oct 16 06:52:19.102 INFO blam! test src/io/write/mod.rs - io::write::WriteTo::sync_write_to (line 57) ... ok Oct 16 06:52:19.325 INFO blam! test src/io/write/mod.rs - io::write::AsyncWrite::async_write_stream (line 127) ... ok Oct 16 06:52:19.743 INFO blam! test src/io/write/primitives.rs - io::write::primitives::WritePartialBuf (line 53) ... ok Oct 16 06:52:19.893 INFO blam! test src/io/write/primitives.rs - io::write::primitives::WriteBuf (line 26) ... ok Oct 16 06:52:19.900 INFO blam! test src/io/write/mod.rs - io::write::WriteTo::write_to (line 32) ... ok Oct 16 06:52:20.682 INFO blam! test src/lib.rs - (line 9) ... ok Oct 16 06:52:20.682 INFO blam! Oct 16 06:52:20.682 INFO blam! test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:52:20.682 INFO blam! Oct 16 06:52:20.697 INFO kablam! su: No module specific data is present Oct 16 06:52:21.096 INFO running `"docker" "rm" "-f" "f75c6a02b0983dcabc456a0a60c57b3c3cf65c181e2d7c95cd669ec0ed9c4bcf"` Oct 16 06:52:21.311 INFO blam! f75c6a02b0983dcabc456a0a60c57b3c3cf65c181e2d7c95cd669ec0ed9c4bcf