Oct 11 19:33:43.296 INFO testing handy_io-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 19:33:43.300 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 19:33:43.301 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 19:33:43.758 INFO blam! 05ebef11458ce032a4cbe30fb18f774e54c464f44c5cf6a4458efa25fe0ff793 Oct 11 19:33:43.759 INFO running `"docker" "start" "-a" "05ebef11458ce032a4cbe30fb18f774e54c464f44c5cf6a4458efa25fe0ff793"` Oct 11 19:33:44.988 INFO kablam! usermod: no changes Oct 11 19:33:45.036 INFO kablam! Compiling handy_io v0.1.2 (/source) Oct 11 19:33:45.996 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 19:33:45.996 INFO kablam! --> src/io/mod.rs:9:31 Oct 11 19:33:45.996 INFO kablam! | Oct 11 19:33:45.996 INFO kablam! 9 | pub type IoFuture = ::futures::BoxFuture<(S, T), (S, ::std::io::Error)>; Oct 11 19:33:45.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:45.996 INFO kablam! | Oct 11 19:33:45.996 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 19:33:45.996 INFO kablam! Oct 11 19:33:46.456 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 19:33:46.456 INFO kablam! --> src/io/read/mod.rs:77:75 Oct 11 19:33:46.456 INFO kablam! | Oct 11 19:33:46.456 INFO kablam! 77 | let mut f = Some(move |reader: R| self.lossless_read_from(reader).boxed()); Oct 11 19:33:46.456 INFO kablam! | ^^^^^ Oct 11 19:33:46.456 INFO kablam! Oct 11 19:33:46.800 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 19:33:46.800 INFO kablam! --> src/io/write/mod.rs:75:74 Oct 11 19:33:46.800 INFO kablam! | Oct 11 19:33:46.800 INFO kablam! 75 | let mut f = Some(move |writer: W| self.lossless_write_to(writer).boxed()); Oct 11 19:33:46.800 INFO kablam! | ^^^^^ Oct 11 19:33:46.800 INFO kablam! Oct 11 19:33:47.676 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:47.676 INFO kablam! --> src/io/read/primitives.rs:114:31 Oct 11 19:33:47.676 INFO kablam! | Oct 11 19:33:47.676 INFO kablam! 114 | type MapFuture where P: Pattern = Oct 11 19:33:47.676 INFO kablam! | ^^^^^^^^^^ Oct 11 19:33:47.676 INFO kablam! | Oct 11 19:33:47.676 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 11 19:33:47.676 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 19:33:47.676 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.676 INFO kablam! --> src/io/read/primitives.rs:115:38 Oct 11 19:33:47.676 INFO kablam! | Oct 11 19:33:47.676 INFO kablam! 115 | T> as ReadFrom>::Future; Oct 11 19:33:47.676 INFO kablam! | ^^^^^^^^ Oct 11 19:33:47.676 INFO kablam! Oct 11 19:33:47.676 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:47.676 INFO kablam! --> src/io/read/primitives.rs:208:27 Oct 11 19:33:47.676 INFO kablam! | Oct 11 19:33:47.676 INFO kablam! 208 | pub type ReadEos where R: Read = io_futures::ReadThen src/io/read/combinators.rs:86:11 Oct 11 19:33:47.680 INFO kablam! | Oct 11 19:33:47.680 INFO kablam! 86 | where P0: ReadFrom, Oct 11 19:33:47.680 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 19:33:47.680 INFO kablam! 87 | P1: ReadFrom, Oct 11 19:33:47.680 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 19:33:47.680 INFO kablam! 88 | F: FnOnce(P0::Value) -> P1, Oct 11 19:33:47.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.680 INFO kablam! 89 | R: Read = ReadThen::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.680 INFO kablam! --> src/io/read/combinators.rs:91:52 Oct 11 19:33:47.680 INFO kablam! | Oct 11 19:33:47.680 INFO kablam! 91 | Branch>, Oct 11 19:33:47.680 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.680 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.680 INFO kablam! --> src/io/read/combinators.rs:92:45 Oct 11 19:33:47.680 INFO kablam! | Oct 11 19:33:47.680 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 11 19:33:47.680 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.681 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.681 INFO kablam! --> src/io/read/combinators.rs:92:86 Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.681 INFO kablam! Oct 11 19:33:47.681 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:47.681 INFO kablam! --> src/io/read/combinators.rs:197:11 Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! 197 | where P: ReadFrom, Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 19:33:47.681 INFO kablam! 198 | F: FnOnce(P::Value) -> T, Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.681 INFO kablam! 199 | R: Read = ReadAndThen::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.681 INFO kablam! --> src/io/read/combinators.rs:202:37 Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! 202 | fn((P::Value, F)) -> io::Result>; Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^^ Oct 11 19:33:47.681 INFO kablam! Oct 11 19:33:47.681 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:47.681 INFO kablam! --> src/io/read/combinators.rs:343:11 Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! 343 | where I: Iterator, Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^^^^^ Oct 11 19:33:47.681 INFO kablam! 344 | I::Item: ReadFrom, Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.681 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^ Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 19:33:47.681 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.681 INFO kablam! --> src/io/read/combinators.rs:345:37 Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^ Oct 11 19:33:47.681 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.681 INFO kablam! --> src/io/read/combinators.rs:345:57 Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^ Oct 11 19:33:47.681 INFO kablam! Oct 11 19:33:47.681 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:47.681 INFO kablam! --> src/io/read/combinators.rs:375:11 Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! 375 | where R: Read, Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^ Oct 11 19:33:47.681 INFO kablam! 376 | P: ReadFrom = Branch::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.681 INFO kablam! --> src/io/read/combinators.rs:378:46 Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! 378 | fn(P::Value) -> Option, Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^^ Oct 11 19:33:47.681 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.681 INFO kablam! --> src/io/read/combinators.rs:378:66 Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! 378 | fn(P::Value) -> Option, Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^^ Oct 11 19:33:47.681 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.681 INFO kablam! --> src/io/read/combinators.rs:379:50 Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! 379 | Option>, Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^^ Oct 11 19:33:47.681 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.681 INFO kablam! --> src/io/read/combinators.rs:380:60 Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! 380 | futures::Done<(R, Option), (R, io::Error)>>; Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^^ Oct 11 19:33:47.681 INFO kablam! Oct 11 19:33:47.681 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:47.681 INFO kablam! --> src/io/read/combinators.rs:434:28 Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 19:33:47.681 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.681 INFO kablam! --> src/io/read/combinators.rs:434:59 Oct 11 19:33:47.681 INFO kablam! | Oct 11 19:33:47.681 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 11 19:33:47.681 INFO kablam! | ^^^^^^^ Oct 11 19:33:47.682 INFO kablam! Oct 11 19:33:47.684 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:47.684 INFO kablam! --> src/io/read/combinators.rs:479:11 Oct 11 19:33:47.684 INFO kablam! | Oct 11 19:33:47.684 INFO kablam! 479 | where A: ReadFrom, Oct 11 19:33:47.684 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 19:33:47.684 INFO kablam! 480 | B: ReadFrom, Oct 11 19:33:47.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.684 INFO kablam! 481 | C: ReadFrom, Oct 11 19:33:47.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.684 INFO kablam! 482 | D: ReadFrom, Oct 11 19:33:47.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.684 INFO kablam! 483 | E: ReadFrom, Oct 11 19:33:47.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.684 INFO kablam! 484 | F: ReadFrom, Oct 11 19:33:47.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.684 INFO kablam! 485 | G: ReadFrom, Oct 11 19:33:47.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.684 INFO kablam! 486 | H: ReadFrom, Oct 11 19:33:47.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.684 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.684 INFO kablam! --> src/io/read/combinators.rs:487:28 Oct 11 19:33:47.684 INFO kablam! | Oct 11 19:33:47.684 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.684 INFO kablam! --> src/io/read/combinators.rs:488:28 Oct 11 19:33:47.684 INFO kablam! | Oct 11 19:33:47.684 INFO kablam! 488 | B::Future, Oct 11 19:33:47.684 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.684 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.684 INFO kablam! --> src/io/read/combinators.rs:489:28 Oct 11 19:33:47.684 INFO kablam! | Oct 11 19:33:47.684 INFO kablam! 489 | C::Future, Oct 11 19:33:47.685 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.685 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.685 INFO kablam! --> src/io/read/combinators.rs:490:28 Oct 11 19:33:47.685 INFO kablam! | Oct 11 19:33:47.685 INFO kablam! 490 | D::Future, Oct 11 19:33:47.685 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.685 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.685 INFO kablam! --> src/io/read/combinators.rs:491:28 Oct 11 19:33:47.685 INFO kablam! | Oct 11 19:33:47.685 INFO kablam! 491 | E::Future, Oct 11 19:33:47.685 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.685 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.685 INFO kablam! --> src/io/read/combinators.rs:492:28 Oct 11 19:33:47.685 INFO kablam! | Oct 11 19:33:47.685 INFO kablam! 492 | F::Future, Oct 11 19:33:47.685 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.685 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.685 INFO kablam! --> src/io/read/combinators.rs:493:28 Oct 11 19:33:47.685 INFO kablam! | Oct 11 19:33:47.685 INFO kablam! 493 | G::Future, Oct 11 19:33:47.685 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.685 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.685 INFO kablam! --> src/io/read/combinators.rs:494:28 Oct 11 19:33:47.685 INFO kablam! | Oct 11 19:33:47.685 INFO kablam! 494 | H::Future>; Oct 11 19:33:47.685 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.685 INFO kablam! Oct 11 19:33:47.688 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:47.688 INFO kablam! --> src/io/write/primitives.rs:101:29 Oct 11 19:33:47.688 INFO kablam! | Oct 11 19:33:47.688 INFO kablam! 101 | type MapFuture where P: WriteTo = Oct 11 19:33:47.688 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 19:33:47.688 INFO kablam! | Oct 11 19:33:47.688 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 19:33:47.688 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.688 INFO kablam! --> src/io/write/primitives.rs:102:40 Oct 11 19:33:47.688 INFO kablam! | Oct 11 19:33:47.688 INFO kablam! 102 | T> as WriteTo>::Future; Oct 11 19:33:47.688 INFO kablam! | ^^^^^^^^ Oct 11 19:33:47.688 INFO kablam! Oct 11 19:33:47.691 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:47.691 INFO kablam! --> src/io/write/combinators.rs:92:11 Oct 11 19:33:47.691 INFO kablam! | Oct 11 19:33:47.691 INFO kablam! 92 | where P0: WriteTo, Oct 11 19:33:47.691 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 19:33:47.691 INFO kablam! 93 | P1: WriteTo, Oct 11 19:33:47.691 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 19:33:47.691 INFO kablam! 94 | F: FnOnce(P0::Value) -> P1, Oct 11 19:33:47.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.691 INFO kablam! 95 | W: Write = WriteThen::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.691 INFO kablam! --> src/io/write/combinators.rs:97:54 Oct 11 19:33:47.691 INFO kablam! | Oct 11 19:33:47.691 INFO kablam! 97 | Branch>, Oct 11 19:33:47.691 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.691 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.692 INFO kablam! --> src/io/write/combinators.rs:98:47 Oct 11 19:33:47.692 INFO kablam! | Oct 11 19:33:47.692 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 11 19:33:47.692 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.692 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.692 INFO kablam! --> src/io/write/combinators.rs:98:88 Oct 11 19:33:47.692 INFO kablam! | Oct 11 19:33:47.692 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 11 19:33:47.692 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.692 INFO kablam! Oct 11 19:33:47.696 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:47.696 INFO kablam! --> src/io/write/combinators.rs:301:29 Oct 11 19:33:47.696 INFO kablam! | Oct 11 19:33:47.696 INFO kablam! 301 | type MapFuture where P: WriteTo = Oct 11 19:33:47.696 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 19:33:47.696 INFO kablam! | Oct 11 19:33:47.696 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 19:33:47.696 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.696 INFO kablam! --> src/io/write/combinators.rs:302:40 Oct 11 19:33:47.696 INFO kablam! | Oct 11 19:33:47.696 INFO kablam! 302 | T> as WriteTo>::Future; Oct 11 19:33:47.696 INFO kablam! | ^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! Oct 11 19:33:47.697 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:47.697 INFO kablam! --> src/io/write/combinators.rs:346:11 Oct 11 19:33:47.697 INFO kablam! | Oct 11 19:33:47.697 INFO kablam! 346 | where A: WriteTo, Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! 347 | B: WriteTo, Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! 348 | C: WriteTo, Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! 349 | D: WriteTo, Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! 350 | E: WriteTo, Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! 351 | F: WriteTo, Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! 352 | G: WriteTo, Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! 353 | H: WriteTo, Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.697 INFO kablam! --> src/io/write/combinators.rs:354:29 Oct 11 19:33:47.697 INFO kablam! | Oct 11 19:33:47.697 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.697 INFO kablam! --> src/io/write/combinators.rs:355:29 Oct 11 19:33:47.697 INFO kablam! | Oct 11 19:33:47.697 INFO kablam! 355 | B::Future, Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.697 INFO kablam! --> src/io/write/combinators.rs:356:29 Oct 11 19:33:47.697 INFO kablam! | Oct 11 19:33:47.697 INFO kablam! 356 | C::Future, Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.697 INFO kablam! --> src/io/write/combinators.rs:357:29 Oct 11 19:33:47.697 INFO kablam! | Oct 11 19:33:47.697 INFO kablam! 357 | D::Future, Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.697 INFO kablam! --> src/io/write/combinators.rs:358:29 Oct 11 19:33:47.697 INFO kablam! | Oct 11 19:33:47.697 INFO kablam! 358 | E::Future, Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.697 INFO kablam! --> src/io/write/combinators.rs:359:29 Oct 11 19:33:47.697 INFO kablam! | Oct 11 19:33:47.697 INFO kablam! 359 | F::Future, Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.697 INFO kablam! --> src/io/write/combinators.rs:360:29 Oct 11 19:33:47.697 INFO kablam! | Oct 11 19:33:47.697 INFO kablam! 360 | G::Future, Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.697 INFO kablam! --> src/io/write/combinators.rs:361:29 Oct 11 19:33:47.697 INFO kablam! | Oct 11 19:33:47.697 INFO kablam! 361 | H::Future>; Oct 11 19:33:47.697 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:47.697 INFO kablam! Oct 11 19:33:47.705 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:47.705 INFO kablam! --> src/io/write/combinators.rs:460:11 Oct 11 19:33:47.705 INFO kablam! | Oct 11 19:33:47.705 INFO kablam! 460 | where I: Iterator, Oct 11 19:33:47.705 INFO kablam! | ^^^^^^^^^^^ Oct 11 19:33:47.705 INFO kablam! 461 | I::Item: Pattern = WriteIterFold::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.705 INFO kablam! --> src/io/write/combinators.rs:462:44 Oct 11 19:33:47.705 INFO kablam! | Oct 11 19:33:47.705 INFO kablam! 462 | I::Item, Oct 11 19:33:47.705 INFO kablam! | ^^^^^^^ Oct 11 19:33:47.705 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.705 INFO kablam! --> src/io/write/combinators.rs:464:52 Oct 11 19:33:47.705 INFO kablam! | Oct 11 19:33:47.705 INFO kablam! 464 | fn((), ::Value) -> (), Oct 11 19:33:47.705 INFO kablam! | ^^^^^^^ Oct 11 19:33:47.705 INFO kablam! Oct 11 19:33:47.705 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:47.705 INFO kablam! --> src/io/write/combinators.rs:497:34 Oct 11 19:33:47.705 INFO kablam! | Oct 11 19:33:47.706 INFO kablam! 497 | pub type WriteOption where P: Pattern = Oct 11 19:33:47.706 INFO kablam! | ^^^^^^^^^^ Oct 11 19:33:47.706 INFO kablam! | Oct 11 19:33:47.706 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 19:33:47.706 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.706 INFO kablam! --> src/io/write/combinators.rs:498:45 Oct 11 19:33:47.706 INFO kablam! | Oct 11 19:33:47.706 INFO kablam! 498 | Option>, Oct 11 19:33:47.706 INFO kablam! | ^^^^^^^^ Oct 11 19:33:47.706 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.706 INFO kablam! --> src/io/write/combinators.rs:498:65 Oct 11 19:33:47.706 INFO kablam! | Oct 11 19:33:47.706 INFO kablam! 498 | Option>, Oct 11 19:33:47.706 INFO kablam! | ^^^^^^^^ Oct 11 19:33:47.706 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:47.706 INFO kablam! --> src/io/write/combinators.rs:499:30 Oct 11 19:33:47.706 INFO kablam! | Oct 11 19:33:47.706 INFO kablam! 499 | io::Result>> as WriteTo>::Future; Oct 11 19:33:47.706 INFO kablam! | ^^^^^^^^ Oct 11 19:33:47.706 INFO kablam! Oct 11 19:33:48.370 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.36s Oct 11 19:33:48.373 INFO kablam! su: No module specific data is present Oct 11 19:33:48.972 INFO running `"docker" "rm" "-f" "05ebef11458ce032a4cbe30fb18f774e54c464f44c5cf6a4458efa25fe0ff793"` Oct 11 19:33:49.237 INFO blam! 05ebef11458ce032a4cbe30fb18f774e54c464f44c5cf6a4458efa25fe0ff793 Oct 11 19:33:49.239 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 19:33:49.241 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 19:33:49.636 INFO blam! 0e57e51c8e6ffc6f1d25e314b862dbaf813544c5e58650ffb13b3f5eac0023e0 Oct 11 19:33:49.644 INFO running `"docker" "start" "-a" "0e57e51c8e6ffc6f1d25e314b862dbaf813544c5e58650ffb13b3f5eac0023e0"` Oct 11 19:33:50.562 INFO kablam! usermod: no changes Oct 11 19:33:50.616 INFO kablam! Compiling handy_io v0.1.2 (/source) Oct 11 19:33:51.820 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 19:33:51.820 INFO kablam! --> src/io/mod.rs:9:31 Oct 11 19:33:51.820 INFO kablam! | Oct 11 19:33:51.820 INFO kablam! 9 | pub type IoFuture = ::futures::BoxFuture<(S, T), (S, ::std::io::Error)>; Oct 11 19:33:51.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:51.820 INFO kablam! | Oct 11 19:33:51.820 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 19:33:51.820 INFO kablam! Oct 11 19:33:52.261 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 19:33:52.261 INFO kablam! --> src/io/read/mod.rs:77:75 Oct 11 19:33:52.261 INFO kablam! | Oct 11 19:33:52.261 INFO kablam! 77 | let mut f = Some(move |reader: R| self.lossless_read_from(reader).boxed()); Oct 11 19:33:52.262 INFO kablam! | ^^^^^ Oct 11 19:33:52.262 INFO kablam! Oct 11 19:33:52.616 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 19:33:52.616 INFO kablam! --> src/io/write/mod.rs:75:74 Oct 11 19:33:52.616 INFO kablam! | Oct 11 19:33:52.617 INFO kablam! 75 | let mut f = Some(move |writer: W| self.lossless_write_to(writer).boxed()); Oct 11 19:33:52.617 INFO kablam! | ^^^^^ Oct 11 19:33:52.617 INFO kablam! Oct 11 19:33:53.472 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:53.472 INFO kablam! --> src/io/read/primitives.rs:114:31 Oct 11 19:33:53.472 INFO kablam! | Oct 11 19:33:53.472 INFO kablam! 114 | type MapFuture where P: Pattern = Oct 11 19:33:53.472 INFO kablam! | ^^^^^^^^^^ Oct 11 19:33:53.472 INFO kablam! | Oct 11 19:33:53.472 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 11 19:33:53.472 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 19:33:53.472 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.472 INFO kablam! --> src/io/read/primitives.rs:115:38 Oct 11 19:33:53.472 INFO kablam! | Oct 11 19:33:53.472 INFO kablam! 115 | T> as ReadFrom>::Future; Oct 11 19:33:53.472 INFO kablam! | ^^^^^^^^ Oct 11 19:33:53.473 INFO kablam! Oct 11 19:33:53.476 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:53.476 INFO kablam! --> src/io/read/primitives.rs:208:27 Oct 11 19:33:53.476 INFO kablam! | Oct 11 19:33:53.476 INFO kablam! 208 | pub type ReadEos where R: Read = io_futures::ReadThen src/io/read/combinators.rs:86:11 Oct 11 19:33:53.478 INFO kablam! | Oct 11 19:33:53.478 INFO kablam! 86 | where P0: ReadFrom, Oct 11 19:33:53.478 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 19:33:53.478 INFO kablam! 87 | P1: ReadFrom, Oct 11 19:33:53.478 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 19:33:53.478 INFO kablam! 88 | F: FnOnce(P0::Value) -> P1, Oct 11 19:33:53.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.478 INFO kablam! 89 | R: Read = ReadThen::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.478 INFO kablam! --> src/io/read/combinators.rs:91:52 Oct 11 19:33:53.478 INFO kablam! | Oct 11 19:33:53.478 INFO kablam! 91 | Branch>, Oct 11 19:33:53.478 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.478 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.478 INFO kablam! --> src/io/read/combinators.rs:92:45 Oct 11 19:33:53.478 INFO kablam! | Oct 11 19:33:53.478 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 11 19:33:53.478 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.478 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.478 INFO kablam! --> src/io/read/combinators.rs:92:86 Oct 11 19:33:53.478 INFO kablam! | Oct 11 19:33:53.478 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 11 19:33:53.478 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.478 INFO kablam! Oct 11 19:33:53.478 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:53.478 INFO kablam! --> src/io/read/combinators.rs:197:11 Oct 11 19:33:53.478 INFO kablam! | Oct 11 19:33:53.478 INFO kablam! 197 | where P: ReadFrom, Oct 11 19:33:53.478 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 19:33:53.478 INFO kablam! 198 | F: FnOnce(P::Value) -> T, Oct 11 19:33:53.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.479 INFO kablam! 199 | R: Read = ReadAndThen::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.479 INFO kablam! --> src/io/read/combinators.rs:202:37 Oct 11 19:33:53.479 INFO kablam! | Oct 11 19:33:53.479 INFO kablam! 202 | fn((P::Value, F)) -> io::Result>; Oct 11 19:33:53.479 INFO kablam! | ^^^^^^^^ Oct 11 19:33:53.479 INFO kablam! Oct 11 19:33:53.479 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:53.479 INFO kablam! --> src/io/read/combinators.rs:343:11 Oct 11 19:33:53.479 INFO kablam! | Oct 11 19:33:53.479 INFO kablam! 343 | where I: Iterator, Oct 11 19:33:53.479 INFO kablam! | ^^^^^^^^^^^ Oct 11 19:33:53.479 INFO kablam! 344 | I::Item: ReadFrom, Oct 11 19:33:53.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.479 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 11 19:33:53.479 INFO kablam! | ^^^^^^^ Oct 11 19:33:53.479 INFO kablam! | Oct 11 19:33:53.479 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 19:33:53.479 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.479 INFO kablam! --> src/io/read/combinators.rs:345:37 Oct 11 19:33:53.479 INFO kablam! | Oct 11 19:33:53.479 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 11 19:33:53.479 INFO kablam! | ^^^^^^^ Oct 11 19:33:53.479 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.479 INFO kablam! --> src/io/read/combinators.rs:345:57 Oct 11 19:33:53.479 INFO kablam! | Oct 11 19:33:53.479 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 11 19:33:53.479 INFO kablam! | ^^^^^^^ Oct 11 19:33:53.479 INFO kablam! Oct 11 19:33:53.479 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:53.479 INFO kablam! --> src/io/read/combinators.rs:375:11 Oct 11 19:33:53.479 INFO kablam! | Oct 11 19:33:53.479 INFO kablam! 375 | where R: Read, Oct 11 19:33:53.479 INFO kablam! | ^^^^^^^ Oct 11 19:33:53.479 INFO kablam! 376 | P: ReadFrom = Branch::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.480 INFO kablam! --> src/io/read/combinators.rs:378:46 Oct 11 19:33:53.480 INFO kablam! | Oct 11 19:33:53.480 INFO kablam! 378 | fn(P::Value) -> Option, Oct 11 19:33:53.480 INFO kablam! | ^^^^^^^^ Oct 11 19:33:53.480 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.480 INFO kablam! --> src/io/read/combinators.rs:378:66 Oct 11 19:33:53.480 INFO kablam! | Oct 11 19:33:53.480 INFO kablam! 378 | fn(P::Value) -> Option, Oct 11 19:33:53.480 INFO kablam! | ^^^^^^^^ Oct 11 19:33:53.480 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.480 INFO kablam! --> src/io/read/combinators.rs:379:50 Oct 11 19:33:53.480 INFO kablam! | Oct 11 19:33:53.480 INFO kablam! 379 | Option>, Oct 11 19:33:53.480 INFO kablam! | ^^^^^^^^ Oct 11 19:33:53.480 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.480 INFO kablam! --> src/io/read/combinators.rs:380:60 Oct 11 19:33:53.480 INFO kablam! | Oct 11 19:33:53.480 INFO kablam! 380 | futures::Done<(R, Option), (R, io::Error)>>; Oct 11 19:33:53.480 INFO kablam! | ^^^^^^^^ Oct 11 19:33:53.480 INFO kablam! Oct 11 19:33:53.481 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:53.481 INFO kablam! --> src/io/read/combinators.rs:434:28 Oct 11 19:33:53.481 INFO kablam! | Oct 11 19:33:53.481 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 11 19:33:53.481 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.481 INFO kablam! | Oct 11 19:33:53.481 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 19:33:53.481 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.481 INFO kablam! --> src/io/read/combinators.rs:434:59 Oct 11 19:33:53.481 INFO kablam! | Oct 11 19:33:53.481 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 11 19:33:53.481 INFO kablam! | ^^^^^^^ Oct 11 19:33:53.481 INFO kablam! Oct 11 19:33:53.482 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:53.482 INFO kablam! --> src/io/read/combinators.rs:479:11 Oct 11 19:33:53.482 INFO kablam! | Oct 11 19:33:53.482 INFO kablam! 479 | where A: ReadFrom, Oct 11 19:33:53.482 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 19:33:53.482 INFO kablam! 480 | B: ReadFrom, Oct 11 19:33:53.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.482 INFO kablam! 481 | C: ReadFrom, Oct 11 19:33:53.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.482 INFO kablam! 482 | D: ReadFrom, Oct 11 19:33:53.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.483 INFO kablam! 483 | E: ReadFrom, Oct 11 19:33:53.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.483 INFO kablam! 484 | F: ReadFrom, Oct 11 19:33:53.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.483 INFO kablam! 485 | G: ReadFrom, Oct 11 19:33:53.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.483 INFO kablam! 486 | H: ReadFrom, Oct 11 19:33:53.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.483 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.483 INFO kablam! --> src/io/read/combinators.rs:487:28 Oct 11 19:33:53.483 INFO kablam! | Oct 11 19:33:53.483 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.483 INFO kablam! --> src/io/read/combinators.rs:488:28 Oct 11 19:33:53.483 INFO kablam! | Oct 11 19:33:53.483 INFO kablam! 488 | B::Future, Oct 11 19:33:53.483 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.483 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.483 INFO kablam! --> src/io/read/combinators.rs:489:28 Oct 11 19:33:53.483 INFO kablam! | Oct 11 19:33:53.483 INFO kablam! 489 | C::Future, Oct 11 19:33:53.483 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.483 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.483 INFO kablam! --> src/io/read/combinators.rs:490:28 Oct 11 19:33:53.483 INFO kablam! | Oct 11 19:33:53.483 INFO kablam! 490 | D::Future, Oct 11 19:33:53.483 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.483 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.483 INFO kablam! --> src/io/read/combinators.rs:491:28 Oct 11 19:33:53.483 INFO kablam! | Oct 11 19:33:53.483 INFO kablam! 491 | E::Future, Oct 11 19:33:53.483 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.484 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.484 INFO kablam! --> src/io/read/combinators.rs:492:28 Oct 11 19:33:53.484 INFO kablam! | Oct 11 19:33:53.484 INFO kablam! 492 | F::Future, Oct 11 19:33:53.484 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.484 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.484 INFO kablam! --> src/io/read/combinators.rs:493:28 Oct 11 19:33:53.484 INFO kablam! | Oct 11 19:33:53.484 INFO kablam! 493 | G::Future, Oct 11 19:33:53.484 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.484 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.484 INFO kablam! --> src/io/read/combinators.rs:494:28 Oct 11 19:33:53.484 INFO kablam! | Oct 11 19:33:53.484 INFO kablam! 494 | H::Future>; Oct 11 19:33:53.484 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.484 INFO kablam! Oct 11 19:33:53.489 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:53.489 INFO kablam! --> src/io/write/primitives.rs:101:29 Oct 11 19:33:53.489 INFO kablam! | Oct 11 19:33:53.490 INFO kablam! 101 | type MapFuture where P: WriteTo = Oct 11 19:33:53.490 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 19:33:53.490 INFO kablam! | Oct 11 19:33:53.490 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 19:33:53.490 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.490 INFO kablam! --> src/io/write/primitives.rs:102:40 Oct 11 19:33:53.490 INFO kablam! | Oct 11 19:33:53.490 INFO kablam! 102 | T> as WriteTo>::Future; Oct 11 19:33:53.490 INFO kablam! | ^^^^^^^^ Oct 11 19:33:53.490 INFO kablam! Oct 11 19:33:53.497 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:53.497 INFO kablam! --> src/io/write/combinators.rs:92:11 Oct 11 19:33:53.497 INFO kablam! | Oct 11 19:33:53.497 INFO kablam! 92 | where P0: WriteTo, Oct 11 19:33:53.497 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 19:33:53.497 INFO kablam! 93 | P1: WriteTo, Oct 11 19:33:53.497 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 19:33:53.497 INFO kablam! 94 | F: FnOnce(P0::Value) -> P1, Oct 11 19:33:53.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.497 INFO kablam! 95 | W: Write = WriteThen::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.497 INFO kablam! --> src/io/write/combinators.rs:97:54 Oct 11 19:33:53.497 INFO kablam! | Oct 11 19:33:53.497 INFO kablam! 97 | Branch>, Oct 11 19:33:53.497 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.497 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.497 INFO kablam! --> src/io/write/combinators.rs:98:47 Oct 11 19:33:53.497 INFO kablam! | Oct 11 19:33:53.497 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 11 19:33:53.497 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.497 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.497 INFO kablam! --> src/io/write/combinators.rs:98:88 Oct 11 19:33:53.497 INFO kablam! | Oct 11 19:33:53.497 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 11 19:33:53.497 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.497 INFO kablam! Oct 11 19:33:53.497 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:53.497 INFO kablam! --> src/io/write/combinators.rs:301:29 Oct 11 19:33:53.497 INFO kablam! | Oct 11 19:33:53.497 INFO kablam! 301 | type MapFuture where P: WriteTo = Oct 11 19:33:53.497 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 19:33:53.500 INFO kablam! | Oct 11 19:33:53.500 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 19:33:53.500 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.500 INFO kablam! --> src/io/write/combinators.rs:302:40 Oct 11 19:33:53.500 INFO kablam! | Oct 11 19:33:53.500 INFO kablam! 302 | T> as WriteTo>::Future; Oct 11 19:33:53.500 INFO kablam! | ^^^^^^^^ Oct 11 19:33:53.500 INFO kablam! Oct 11 19:33:53.501 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:53.501 INFO kablam! --> src/io/write/combinators.rs:346:11 Oct 11 19:33:53.501 INFO kablam! | Oct 11 19:33:53.502 INFO kablam! 346 | where A: WriteTo, Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! 347 | B: WriteTo, Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! 348 | C: WriteTo, Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! 349 | D: WriteTo, Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! 350 | E: WriteTo, Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! 351 | F: WriteTo, Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! 352 | G: WriteTo, Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! 353 | H: WriteTo, Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.502 INFO kablam! --> src/io/write/combinators.rs:354:29 Oct 11 19:33:53.502 INFO kablam! | Oct 11 19:33:53.502 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.502 INFO kablam! --> src/io/write/combinators.rs:355:29 Oct 11 19:33:53.502 INFO kablam! | Oct 11 19:33:53.502 INFO kablam! 355 | B::Future, Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.502 INFO kablam! --> src/io/write/combinators.rs:356:29 Oct 11 19:33:53.502 INFO kablam! | Oct 11 19:33:53.502 INFO kablam! 356 | C::Future, Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.502 INFO kablam! --> src/io/write/combinators.rs:357:29 Oct 11 19:33:53.502 INFO kablam! | Oct 11 19:33:53.502 INFO kablam! 357 | D::Future, Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.502 INFO kablam! --> src/io/write/combinators.rs:358:29 Oct 11 19:33:53.502 INFO kablam! | Oct 11 19:33:53.502 INFO kablam! 358 | E::Future, Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.502 INFO kablam! --> src/io/write/combinators.rs:359:29 Oct 11 19:33:53.502 INFO kablam! | Oct 11 19:33:53.502 INFO kablam! 359 | F::Future, Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.502 INFO kablam! --> src/io/write/combinators.rs:360:29 Oct 11 19:33:53.502 INFO kablam! | Oct 11 19:33:53.502 INFO kablam! 360 | G::Future, Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.502 INFO kablam! --> src/io/write/combinators.rs:361:29 Oct 11 19:33:53.502 INFO kablam! | Oct 11 19:33:53.502 INFO kablam! 361 | H::Future>; Oct 11 19:33:53.502 INFO kablam! | ^^^^^^^^^ Oct 11 19:33:53.502 INFO kablam! Oct 11 19:33:53.508 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:53.508 INFO kablam! --> src/io/write/combinators.rs:460:11 Oct 11 19:33:53.508 INFO kablam! | Oct 11 19:33:53.508 INFO kablam! 460 | where I: Iterator, Oct 11 19:33:53.508 INFO kablam! | ^^^^^^^^^^^ Oct 11 19:33:53.508 INFO kablam! 461 | I::Item: Pattern = WriteIterFold::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.508 INFO kablam! --> src/io/write/combinators.rs:462:44 Oct 11 19:33:53.508 INFO kablam! | Oct 11 19:33:53.508 INFO kablam! 462 | I::Item, Oct 11 19:33:53.508 INFO kablam! | ^^^^^^^ Oct 11 19:33:53.508 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.508 INFO kablam! --> src/io/write/combinators.rs:464:52 Oct 11 19:33:53.508 INFO kablam! | Oct 11 19:33:53.508 INFO kablam! 464 | fn((), ::Value) -> (), Oct 11 19:33:53.509 INFO kablam! | ^^^^^^^ Oct 11 19:33:53.509 INFO kablam! Oct 11 19:33:53.509 INFO kablam! warning: where clauses are not enforced in type aliases Oct 11 19:33:53.509 INFO kablam! --> src/io/write/combinators.rs:497:34 Oct 11 19:33:53.509 INFO kablam! | Oct 11 19:33:53.509 INFO kablam! 497 | pub type WriteOption where P: Pattern = Oct 11 19:33:53.509 INFO kablam! | ^^^^^^^^^^ Oct 11 19:33:53.509 INFO kablam! | Oct 11 19:33:53.509 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 11 19:33:53.509 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.509 INFO kablam! --> src/io/write/combinators.rs:498:45 Oct 11 19:33:53.509 INFO kablam! | Oct 11 19:33:53.509 INFO kablam! 498 | Option>, Oct 11 19:33:53.509 INFO kablam! | ^^^^^^^^ Oct 11 19:33:53.509 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.509 INFO kablam! --> src/io/write/combinators.rs:498:65 Oct 11 19:33:53.509 INFO kablam! | Oct 11 19:33:53.509 INFO kablam! 498 | Option>, Oct 11 19:33:53.509 INFO kablam! | ^^^^^^^^ Oct 11 19:33:53.509 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 11 19:33:53.509 INFO kablam! --> src/io/write/combinators.rs:499:30 Oct 11 19:33:53.509 INFO kablam! | Oct 11 19:33:53.509 INFO kablam! 499 | io::Result>> as WriteTo>::Future; Oct 11 19:33:53.509 INFO kablam! | ^^^^^^^^ Oct 11 19:33:53.509 INFO kablam! Oct 11 19:33:54.813 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.22s Oct 11 19:33:54.816 INFO kablam! su: No module specific data is present Oct 11 19:33:55.655 INFO running `"docker" "rm" "-f" "0e57e51c8e6ffc6f1d25e314b862dbaf813544c5e58650ffb13b3f5eac0023e0"` Oct 11 19:33:55.950 INFO blam! 0e57e51c8e6ffc6f1d25e314b862dbaf813544c5e58650ffb13b3f5eac0023e0 Oct 11 19:33:55.956 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 19:33:55.956 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 19:33:56.387 INFO blam! 42afed55b4d32ea4c2fe188be24d1fd19d1da08923cb55ef54d825b83a0da7d4 Oct 11 19:33:56.389 INFO running `"docker" "start" "-a" "42afed55b4d32ea4c2fe188be24d1fd19d1da08923cb55ef54d825b83a0da7d4"` Oct 11 19:33:57.511 INFO kablam! usermod: no changes Oct 11 19:33:57.566 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 19:33:57.572 INFO kablam! Running /target/debug/deps/handy_io-4765da32827600b2 Oct 11 19:33:57.572 INFO blam! Oct 11 19:33:57.572 INFO kablam! Doc-tests handy_io Oct 11 19:33:57.572 INFO blam! running 1 test Oct 11 19:33:57.572 INFO blam! test io::read::combinators::test::it_works ... ok Oct 11 19:33:57.572 INFO blam! Oct 11 19:33:57.572 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 19:33:57.572 INFO blam! Oct 11 19:33:59.191 INFO blam! Oct 11 19:33:59.191 INFO blam! running 33 tests Oct 11 19:34:05.158 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadIterFold (line 274) ... ok Oct 11 19:34:06.020 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadChain (line 218) ... ok Oct 11 19:34:06.724 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadIter (line 333) ... ok Oct 11 19:34:08.204 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadBranch (line 468) ... ok Oct 11 19:34:08.452 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadAndThen (line 76) ... ok Oct 11 19:34:09.358 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadOrElse (line 111) ... ok Oct 11 19:34:10.564 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadOption (line 363) ... ok Oct 11 19:34:11.135 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadMap (line 172) ... ok Oct 11 19:34:17.492 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadThen (line 12) ... ok Oct 11 19:34:18.010 INFO blam! test src/io/read/mod.rs - io::read::ReadFrom::read_from (line 33) ... ok Oct 11 19:34:18.604 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadResult (line 399) ... ok Oct 11 19:34:19.908 INFO blam! test src/io/read/mod.rs - io::read::AsyncRead::async_read_stream (line 143) ... ok Oct 11 19:34:20.241 INFO blam! test src/io/read/primitives.rs - io::read::primitives::ReadBuf (line 17) ... ok Oct 11 19:34:20.992 INFO blam! test src/io/read/mod.rs - io::read::ReadFrom::sync_read_from (line 60) ... ok Oct 11 19:34:22.416 INFO blam! test src/io/read/primitives.rs - io::read::primitives::ReadPartialBuf (line 62) ... ok Oct 11 19:34:23.141 INFO blam! test src/io/read/primitives.rs - io::read::primitives::ReadEos (line 196) ... ok Oct 11 19:34:27.610 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteAndThen (line 77) ... ok Oct 11 19:34:28.900 INFO blam! test src/io/read/primitives.rs - io::read::primitives::ReadString (line 93) ... ok Oct 11 19:34:28.998 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteIter (line 450) ... ok Oct 11 19:34:29.676 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteBranch (line 335) ... ok Oct 11 19:34:31.576 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteChain (line 232) ... ok Oct 11 19:34:32.688 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteMap (line 191) ... ok Oct 11 19:34:32.794 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteIterFold (line 391) ... ok Oct 11 19:34:32.794 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteOption (line 483) ... ok Oct 11 19:34:40.828 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteOrElse (line 128) ... ok Oct 11 19:34:41.844 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteThen (line 12) ... ok Oct 11 19:34:42.731 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteResult (line 518) ... ok Oct 11 19:34:44.193 INFO blam! test src/io/write/primitives.rs - io::write::primitives::WritePartialBuf (line 53) ... ok Oct 11 19:34:44.200 INFO blam! test src/io/write/mod.rs - io::write::AsyncWrite::async_write_stream (line 127) ... ok Oct 11 19:34:44.200 INFO blam! test src/io/write/mod.rs - io::write::WriteTo::sync_write_to (line 57) ... ok Oct 11 19:34:44.632 INFO blam! test src/io/write/mod.rs - io::write::WriteTo::write_to (line 32) ... ok Oct 11 19:34:44.852 INFO blam! test src/io/write/primitives.rs - io::write::primitives::WriteBuf (line 26) ... ok Oct 11 19:34:46.104 INFO blam! test src/lib.rs - (line 9) ... ok Oct 11 19:34:46.104 INFO blam! Oct 11 19:34:46.104 INFO blam! test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 19:34:46.104 INFO blam! Oct 11 19:34:46.128 INFO kablam! su: No module specific data is present Oct 11 19:34:46.888 INFO running `"docker" "rm" "-f" "42afed55b4d32ea4c2fe188be24d1fd19d1da08923cb55ef54d825b83a0da7d4"` Oct 11 19:34:47.108 INFO blam! 42afed55b4d32ea4c2fe188be24d1fd19d1da08923cb55ef54d825b83a0da7d4