Oct 16 06:51:15.713 INFO testing handy_io-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 06:51:15.713 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 06:51:16.103 INFO blam! 6d26723c4249efc2f75f3e945ce1c167dae13b5c6a0983e56999356475acf8b0 Oct 16 06:51:16.103 INFO running `"docker" "start" "-a" "6d26723c4249efc2f75f3e945ce1c167dae13b5c6a0983e56999356475acf8b0"` Oct 16 06:51:17.191 INFO kablam! usermod: no changes Oct 16 06:51:17.255 INFO kablam! Compiling handy_io v0.1.2 (/source) Oct 16 06:51:18.083 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:18.083 INFO kablam! --> src/io/mod.rs:9:31 Oct 16 06:51:18.083 INFO kablam! | Oct 16 06:51:18.083 INFO kablam! 9 | pub type IoFuture = ::futures::BoxFuture<(S, T), (S, ::std::io::Error)>; Oct 16 06:51:18.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:18.083 INFO kablam! | Oct 16 06:51:18.083 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 06:51:18.083 INFO kablam! Oct 16 06:51:18.611 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:18.611 INFO kablam! --> src/io/read/mod.rs:77:75 Oct 16 06:51:18.611 INFO kablam! | Oct 16 06:51:18.611 INFO kablam! 77 | let mut f = Some(move |reader: R| self.lossless_read_from(reader).boxed()); Oct 16 06:51:18.611 INFO kablam! | ^^^^^ Oct 16 06:51:18.611 INFO kablam! Oct 16 06:51:18.963 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:18.963 INFO kablam! --> src/io/write/mod.rs:75:74 Oct 16 06:51:18.963 INFO kablam! | Oct 16 06:51:18.963 INFO kablam! 75 | let mut f = Some(move |writer: W| self.lossless_write_to(writer).boxed()); Oct 16 06:51:18.963 INFO kablam! | ^^^^^ Oct 16 06:51:18.963 INFO kablam! Oct 16 06:51:19.861 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:19.861 INFO kablam! --> src/io/read/primitives.rs:114:31 Oct 16 06:51:19.861 INFO kablam! | Oct 16 06:51:19.861 INFO kablam! 114 | type MapFuture where P: Pattern = Oct 16 06:51:19.861 INFO kablam! | ^^^^^^^^^^ Oct 16 06:51:19.861 INFO kablam! | Oct 16 06:51:19.861 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 16 06:51:19.861 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:19.861 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.861 INFO kablam! --> src/io/read/primitives.rs:115:38 Oct 16 06:51:19.861 INFO kablam! | Oct 16 06:51:19.861 INFO kablam! 115 | T> as ReadFrom>::Future; Oct 16 06:51:19.862 INFO kablam! | ^^^^^^^^ Oct 16 06:51:19.862 INFO kablam! Oct 16 06:51:19.865 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:19.865 INFO kablam! --> src/io/read/primitives.rs:208:27 Oct 16 06:51:19.865 INFO kablam! | Oct 16 06:51:19.865 INFO kablam! 208 | pub type ReadEos where R: Read = io_futures::ReadThen src/io/read/combinators.rs:86:11 Oct 16 06:51:19.868 INFO kablam! | Oct 16 06:51:19.868 INFO kablam! 86 | where P0: ReadFrom, Oct 16 06:51:19.868 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 06:51:19.868 INFO kablam! 87 | P1: ReadFrom, Oct 16 06:51:19.868 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 06:51:19.868 INFO kablam! 88 | F: FnOnce(P0::Value) -> P1, Oct 16 06:51:19.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.868 INFO kablam! 89 | R: Read = ReadThen::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.869 INFO kablam! --> src/io/read/combinators.rs:91:52 Oct 16 06:51:19.869 INFO kablam! | Oct 16 06:51:19.869 INFO kablam! 91 | Branch>, Oct 16 06:51:19.869 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.869 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.869 INFO kablam! --> src/io/read/combinators.rs:92:45 Oct 16 06:51:19.869 INFO kablam! | Oct 16 06:51:19.869 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:19.869 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.870 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.870 INFO kablam! --> src/io/read/combinators.rs:92:86 Oct 16 06:51:19.870 INFO kablam! | Oct 16 06:51:19.870 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:19.870 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.870 INFO kablam! Oct 16 06:51:19.870 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:19.870 INFO kablam! --> src/io/read/combinators.rs:197:11 Oct 16 06:51:19.870 INFO kablam! | Oct 16 06:51:19.870 INFO kablam! 197 | where P: ReadFrom, Oct 16 06:51:19.870 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:19.870 INFO kablam! 198 | F: FnOnce(P::Value) -> T, Oct 16 06:51:19.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.873 INFO kablam! 199 | R: Read = ReadAndThen::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.873 INFO kablam! --> src/io/read/combinators.rs:202:37 Oct 16 06:51:19.873 INFO kablam! | Oct 16 06:51:19.873 INFO kablam! 202 | fn((P::Value, F)) -> io::Result>; Oct 16 06:51:19.873 INFO kablam! | ^^^^^^^^ Oct 16 06:51:19.873 INFO kablam! Oct 16 06:51:19.873 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:19.873 INFO kablam! --> src/io/read/combinators.rs:343:11 Oct 16 06:51:19.873 INFO kablam! | Oct 16 06:51:19.873 INFO kablam! 343 | where I: Iterator, Oct 16 06:51:19.873 INFO kablam! | ^^^^^^^^^^^ Oct 16 06:51:19.873 INFO kablam! 344 | I::Item: ReadFrom, Oct 16 06:51:19.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.873 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 16 06:51:19.873 INFO kablam! | ^^^^^^^ Oct 16 06:51:19.873 INFO kablam! | Oct 16 06:51:19.873 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:19.873 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.873 INFO kablam! --> src/io/read/combinators.rs:345:37 Oct 16 06:51:19.873 INFO kablam! | Oct 16 06:51:19.873 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 16 06:51:19.873 INFO kablam! | ^^^^^^^ Oct 16 06:51:19.873 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.873 INFO kablam! --> src/io/read/combinators.rs:345:57 Oct 16 06:51:19.873 INFO kablam! | Oct 16 06:51:19.873 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 16 06:51:19.873 INFO kablam! | ^^^^^^^ Oct 16 06:51:19.873 INFO kablam! Oct 16 06:51:19.873 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:19.873 INFO kablam! --> src/io/read/combinators.rs:375:11 Oct 16 06:51:19.873 INFO kablam! | Oct 16 06:51:19.873 INFO kablam! 375 | where R: Read, Oct 16 06:51:19.873 INFO kablam! | ^^^^^^^ Oct 16 06:51:19.873 INFO kablam! 376 | P: ReadFrom = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.873 INFO kablam! --> src/io/read/combinators.rs:378:46 Oct 16 06:51:19.873 INFO kablam! | Oct 16 06:51:19.873 INFO kablam! 378 | fn(P::Value) -> Option, Oct 16 06:51:19.873 INFO kablam! | ^^^^^^^^ Oct 16 06:51:19.873 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.873 INFO kablam! --> src/io/read/combinators.rs:378:66 Oct 16 06:51:19.873 INFO kablam! | Oct 16 06:51:19.873 INFO kablam! 378 | fn(P::Value) -> Option, Oct 16 06:51:19.873 INFO kablam! | ^^^^^^^^ Oct 16 06:51:19.873 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.873 INFO kablam! --> src/io/read/combinators.rs:379:50 Oct 16 06:51:19.873 INFO kablam! | Oct 16 06:51:19.873 INFO kablam! 379 | Option>, Oct 16 06:51:19.873 INFO kablam! | ^^^^^^^^ Oct 16 06:51:19.873 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.874 INFO kablam! --> src/io/read/combinators.rs:380:60 Oct 16 06:51:19.874 INFO kablam! | Oct 16 06:51:19.874 INFO kablam! 380 | futures::Done<(R, Option), (R, io::Error)>>; Oct 16 06:51:19.874 INFO kablam! | ^^^^^^^^ Oct 16 06:51:19.875 INFO kablam! Oct 16 06:51:19.876 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:19.876 INFO kablam! --> src/io/read/combinators.rs:434:28 Oct 16 06:51:19.876 INFO kablam! | Oct 16 06:51:19.876 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 16 06:51:19.877 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.877 INFO kablam! | Oct 16 06:51:19.877 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:19.878 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.878 INFO kablam! --> src/io/read/combinators.rs:434:59 Oct 16 06:51:19.878 INFO kablam! | Oct 16 06:51:19.878 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 16 06:51:19.879 INFO kablam! | ^^^^^^^ Oct 16 06:51:19.879 INFO kablam! Oct 16 06:51:19.880 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:19.881 INFO kablam! --> src/io/read/combinators.rs:479:11 Oct 16 06:51:19.881 INFO kablam! | Oct 16 06:51:19.881 INFO kablam! 479 | where A: ReadFrom, Oct 16 06:51:19.881 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:19.882 INFO kablam! 480 | B: ReadFrom, Oct 16 06:51:19.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.882 INFO kablam! 481 | C: ReadFrom, Oct 16 06:51:19.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.882 INFO kablam! 482 | D: ReadFrom, Oct 16 06:51:19.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.882 INFO kablam! 483 | E: ReadFrom, Oct 16 06:51:19.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.882 INFO kablam! 484 | F: ReadFrom, Oct 16 06:51:19.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.882 INFO kablam! 485 | G: ReadFrom, Oct 16 06:51:19.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.882 INFO kablam! 486 | H: ReadFrom, Oct 16 06:51:19.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.882 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.883 INFO kablam! --> src/io/read/combinators.rs:487:28 Oct 16 06:51:19.883 INFO kablam! | Oct 16 06:51:19.883 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.883 INFO kablam! --> src/io/read/combinators.rs:488:28 Oct 16 06:51:19.883 INFO kablam! | Oct 16 06:51:19.883 INFO kablam! 488 | B::Future, Oct 16 06:51:19.883 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.884 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.884 INFO kablam! --> src/io/read/combinators.rs:489:28 Oct 16 06:51:19.884 INFO kablam! | Oct 16 06:51:19.884 INFO kablam! 489 | C::Future, Oct 16 06:51:19.884 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.884 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.884 INFO kablam! --> src/io/read/combinators.rs:490:28 Oct 16 06:51:19.884 INFO kablam! | Oct 16 06:51:19.884 INFO kablam! 490 | D::Future, Oct 16 06:51:19.884 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.885 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.885 INFO kablam! --> src/io/read/combinators.rs:491:28 Oct 16 06:51:19.885 INFO kablam! | Oct 16 06:51:19.885 INFO kablam! 491 | E::Future, Oct 16 06:51:19.885 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.885 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.885 INFO kablam! --> src/io/read/combinators.rs:492:28 Oct 16 06:51:19.885 INFO kablam! | Oct 16 06:51:19.885 INFO kablam! 492 | F::Future, Oct 16 06:51:19.885 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.885 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.886 INFO kablam! --> src/io/read/combinators.rs:493:28 Oct 16 06:51:19.886 INFO kablam! | Oct 16 06:51:19.886 INFO kablam! 493 | G::Future, Oct 16 06:51:19.886 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.886 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.886 INFO kablam! --> src/io/read/combinators.rs:494:28 Oct 16 06:51:19.886 INFO kablam! | Oct 16 06:51:19.886 INFO kablam! 494 | H::Future>; Oct 16 06:51:19.886 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.889 INFO kablam! Oct 16 06:51:19.895 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:19.895 INFO kablam! --> src/io/write/primitives.rs:101:29 Oct 16 06:51:19.895 INFO kablam! | Oct 16 06:51:19.895 INFO kablam! 101 | type MapFuture where P: WriteTo = Oct 16 06:51:19.895 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:51:19.895 INFO kablam! | Oct 16 06:51:19.895 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:19.895 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.895 INFO kablam! --> src/io/write/primitives.rs:102:40 Oct 16 06:51:19.895 INFO kablam! | Oct 16 06:51:19.895 INFO kablam! 102 | T> as WriteTo>::Future; Oct 16 06:51:19.895 INFO kablam! | ^^^^^^^^ Oct 16 06:51:19.895 INFO kablam! Oct 16 06:51:19.899 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:19.899 INFO kablam! --> src/io/write/combinators.rs:92:11 Oct 16 06:51:19.899 INFO kablam! | Oct 16 06:51:19.899 INFO kablam! 92 | where P0: WriteTo, Oct 16 06:51:19.899 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:19.899 INFO kablam! 93 | P1: WriteTo, Oct 16 06:51:19.899 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:19.899 INFO kablam! 94 | F: FnOnce(P0::Value) -> P1, Oct 16 06:51:19.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.899 INFO kablam! 95 | W: Write = WriteThen::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.899 INFO kablam! --> src/io/write/combinators.rs:97:54 Oct 16 06:51:19.899 INFO kablam! | Oct 16 06:51:19.899 INFO kablam! 97 | Branch>, Oct 16 06:51:19.899 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.899 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.899 INFO kablam! --> src/io/write/combinators.rs:98:47 Oct 16 06:51:19.899 INFO kablam! | Oct 16 06:51:19.899 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:19.899 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.899 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.899 INFO kablam! --> src/io/write/combinators.rs:98:88 Oct 16 06:51:19.899 INFO kablam! | Oct 16 06:51:19.899 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:19.899 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.899 INFO kablam! Oct 16 06:51:19.899 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:19.899 INFO kablam! --> src/io/write/combinators.rs:301:29 Oct 16 06:51:19.899 INFO kablam! | Oct 16 06:51:19.899 INFO kablam! 301 | type MapFuture where P: WriteTo = Oct 16 06:51:19.899 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:51:19.899 INFO kablam! | Oct 16 06:51:19.899 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:19.899 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.899 INFO kablam! --> src/io/write/combinators.rs:302:40 Oct 16 06:51:19.899 INFO kablam! | Oct 16 06:51:19.899 INFO kablam! 302 | T> as WriteTo>::Future; Oct 16 06:51:19.899 INFO kablam! | ^^^^^^^^ Oct 16 06:51:19.899 INFO kablam! Oct 16 06:51:19.901 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:19.901 INFO kablam! --> src/io/write/combinators.rs:346:11 Oct 16 06:51:19.901 INFO kablam! | Oct 16 06:51:19.901 INFO kablam! 346 | where A: WriteTo, Oct 16 06:51:19.901 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:51:19.902 INFO kablam! 347 | B: WriteTo, Oct 16 06:51:19.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.902 INFO kablam! 348 | C: WriteTo, Oct 16 06:51:19.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.902 INFO kablam! 349 | D: WriteTo, Oct 16 06:51:19.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.902 INFO kablam! 350 | E: WriteTo, Oct 16 06:51:19.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.902 INFO kablam! 351 | F: WriteTo, Oct 16 06:51:19.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.902 INFO kablam! 352 | G: WriteTo, Oct 16 06:51:19.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.902 INFO kablam! 353 | H: WriteTo, Oct 16 06:51:19.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:19.902 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.902 INFO kablam! --> src/io/write/combinators.rs:354:29 Oct 16 06:51:19.902 INFO kablam! | Oct 16 06:51:19.902 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.902 INFO kablam! --> src/io/write/combinators.rs:355:29 Oct 16 06:51:19.902 INFO kablam! | Oct 16 06:51:19.902 INFO kablam! 355 | B::Future, Oct 16 06:51:19.902 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.902 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.902 INFO kablam! --> src/io/write/combinators.rs:356:29 Oct 16 06:51:19.902 INFO kablam! | Oct 16 06:51:19.902 INFO kablam! 356 | C::Future, Oct 16 06:51:19.902 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.902 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.902 INFO kablam! --> src/io/write/combinators.rs:357:29 Oct 16 06:51:19.902 INFO kablam! | Oct 16 06:51:19.902 INFO kablam! 357 | D::Future, Oct 16 06:51:19.902 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.902 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.902 INFO kablam! --> src/io/write/combinators.rs:358:29 Oct 16 06:51:19.902 INFO kablam! | Oct 16 06:51:19.902 INFO kablam! 358 | E::Future, Oct 16 06:51:19.902 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.902 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.902 INFO kablam! --> src/io/write/combinators.rs:359:29 Oct 16 06:51:19.902 INFO kablam! | Oct 16 06:51:19.902 INFO kablam! 359 | F::Future, Oct 16 06:51:19.902 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.903 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.903 INFO kablam! --> src/io/write/combinators.rs:360:29 Oct 16 06:51:19.903 INFO kablam! | Oct 16 06:51:19.903 INFO kablam! 360 | G::Future, Oct 16 06:51:19.903 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.903 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.903 INFO kablam! --> src/io/write/combinators.rs:361:29 Oct 16 06:51:19.903 INFO kablam! | Oct 16 06:51:19.903 INFO kablam! 361 | H::Future>; Oct 16 06:51:19.903 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:19.903 INFO kablam! Oct 16 06:51:19.904 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:19.904 INFO kablam! --> src/io/write/combinators.rs:460:11 Oct 16 06:51:19.904 INFO kablam! | Oct 16 06:51:19.904 INFO kablam! 460 | where I: Iterator, Oct 16 06:51:19.904 INFO kablam! | ^^^^^^^^^^^ Oct 16 06:51:19.904 INFO kablam! 461 | I::Item: Pattern = WriteIterFold::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.905 INFO kablam! --> src/io/write/combinators.rs:462:44 Oct 16 06:51:19.905 INFO kablam! | Oct 16 06:51:19.905 INFO kablam! 462 | I::Item, Oct 16 06:51:19.905 INFO kablam! | ^^^^^^^ Oct 16 06:51:19.905 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.905 INFO kablam! --> src/io/write/combinators.rs:464:52 Oct 16 06:51:19.906 INFO kablam! | Oct 16 06:51:19.906 INFO kablam! 464 | fn((), ::Value) -> (), Oct 16 06:51:19.906 INFO kablam! | ^^^^^^^ Oct 16 06:51:19.906 INFO kablam! Oct 16 06:51:19.906 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:19.906 INFO kablam! --> src/io/write/combinators.rs:497:34 Oct 16 06:51:19.906 INFO kablam! | Oct 16 06:51:19.906 INFO kablam! 497 | pub type WriteOption where P: Pattern = Oct 16 06:51:19.906 INFO kablam! | ^^^^^^^^^^ Oct 16 06:51:19.906 INFO kablam! | Oct 16 06:51:19.911 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:19.911 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.911 INFO kablam! --> src/io/write/combinators.rs:498:45 Oct 16 06:51:19.911 INFO kablam! | Oct 16 06:51:19.911 INFO kablam! 498 | Option>, Oct 16 06:51:19.911 INFO kablam! | ^^^^^^^^ Oct 16 06:51:19.911 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.911 INFO kablam! --> src/io/write/combinators.rs:498:65 Oct 16 06:51:19.911 INFO kablam! | Oct 16 06:51:19.911 INFO kablam! 498 | Option>, Oct 16 06:51:19.911 INFO kablam! | ^^^^^^^^ Oct 16 06:51:19.911 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:19.911 INFO kablam! --> src/io/write/combinators.rs:499:30 Oct 16 06:51:19.911 INFO kablam! | Oct 16 06:51:19.911 INFO kablam! 499 | io::Result>> as WriteTo>::Future; Oct 16 06:51:19.911 INFO kablam! | ^^^^^^^^ Oct 16 06:51:19.911 INFO kablam! Oct 16 06:51:20.568 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.35s Oct 16 06:51:20.570 INFO kablam! su: No module specific data is present Oct 16 06:51:21.903 INFO running `"docker" "rm" "-f" "6d26723c4249efc2f75f3e945ce1c167dae13b5c6a0983e56999356475acf8b0"` Oct 16 06:51:22.231 INFO blam! 6d26723c4249efc2f75f3e945ce1c167dae13b5c6a0983e56999356475acf8b0 Oct 16 06:51:22.242 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 06:51:22.791 INFO blam! 8fbaec9a2bf49145352676977844cb15de2e02464b93bc348f65add95d560db7 Oct 16 06:51:22.795 INFO running `"docker" "start" "-a" "8fbaec9a2bf49145352676977844cb15de2e02464b93bc348f65add95d560db7"` Oct 16 06:51:24.058 INFO kablam! usermod: no changes Oct 16 06:51:24.118 INFO kablam! Compiling handy_io v0.1.2 (/source) Oct 16 06:51:25.067 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 16 06:51:25.067 INFO kablam! --> src/io/mod.rs:9:31 Oct 16 06:51:25.067 INFO kablam! | Oct 16 06:51:25.067 INFO kablam! 9 | pub type IoFuture = ::futures::BoxFuture<(S, T), (S, ::std::io::Error)>; Oct 16 06:51:25.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:25.067 INFO kablam! | Oct 16 06:51:25.067 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 06:51:25.067 INFO kablam! Oct 16 06:51:25.499 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:25.499 INFO kablam! --> src/io/read/mod.rs:77:75 Oct 16 06:51:25.499 INFO kablam! | Oct 16 06:51:25.499 INFO kablam! 77 | let mut f = Some(move |reader: R| self.lossless_read_from(reader).boxed()); Oct 16 06:51:25.499 INFO kablam! | ^^^^^ Oct 16 06:51:25.499 INFO kablam! Oct 16 06:51:25.911 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:25.911 INFO kablam! --> src/io/write/mod.rs:75:74 Oct 16 06:51:25.911 INFO kablam! | Oct 16 06:51:25.911 INFO kablam! 75 | let mut f = Some(move |writer: W| self.lossless_write_to(writer).boxed()); Oct 16 06:51:25.911 INFO kablam! | ^^^^^ Oct 16 06:51:25.911 INFO kablam! Oct 16 06:51:26.794 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:26.794 INFO kablam! --> src/io/read/primitives.rs:114:31 Oct 16 06:51:26.794 INFO kablam! | Oct 16 06:51:26.794 INFO kablam! 114 | type MapFuture where P: Pattern = Oct 16 06:51:26.794 INFO kablam! | ^^^^^^^^^^ Oct 16 06:51:26.794 INFO kablam! | Oct 16 06:51:26.794 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 16 06:51:26.795 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:26.795 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.795 INFO kablam! --> src/io/read/primitives.rs:115:38 Oct 16 06:51:26.795 INFO kablam! | Oct 16 06:51:26.795 INFO kablam! 115 | T> as ReadFrom>::Future; Oct 16 06:51:26.795 INFO kablam! | ^^^^^^^^ Oct 16 06:51:26.795 INFO kablam! Oct 16 06:51:26.799 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:26.799 INFO kablam! --> src/io/read/primitives.rs:208:27 Oct 16 06:51:26.799 INFO kablam! | Oct 16 06:51:26.799 INFO kablam! 208 | pub type ReadEos where R: Read = io_futures::ReadThen src/io/read/combinators.rs:86:11 Oct 16 06:51:26.801 INFO kablam! | Oct 16 06:51:26.801 INFO kablam! 86 | where P0: ReadFrom, Oct 16 06:51:26.801 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 06:51:26.801 INFO kablam! 87 | P1: ReadFrom, Oct 16 06:51:26.801 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 06:51:26.801 INFO kablam! 88 | F: FnOnce(P0::Value) -> P1, Oct 16 06:51:26.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.801 INFO kablam! 89 | R: Read = ReadThen::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.801 INFO kablam! --> src/io/read/combinators.rs:91:52 Oct 16 06:51:26.801 INFO kablam! | Oct 16 06:51:26.801 INFO kablam! 91 | Branch>, Oct 16 06:51:26.801 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.801 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.801 INFO kablam! --> src/io/read/combinators.rs:92:45 Oct 16 06:51:26.801 INFO kablam! | Oct 16 06:51:26.801 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:26.801 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.801 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.801 INFO kablam! --> src/io/read/combinators.rs:92:86 Oct 16 06:51:26.801 INFO kablam! | Oct 16 06:51:26.801 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:26.801 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.801 INFO kablam! Oct 16 06:51:26.802 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:26.802 INFO kablam! --> src/io/read/combinators.rs:197:11 Oct 16 06:51:26.802 INFO kablam! | Oct 16 06:51:26.802 INFO kablam! 197 | where P: ReadFrom, Oct 16 06:51:26.802 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:26.802 INFO kablam! 198 | F: FnOnce(P::Value) -> T, Oct 16 06:51:26.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.802 INFO kablam! 199 | R: Read = ReadAndThen::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.802 INFO kablam! --> src/io/read/combinators.rs:202:37 Oct 16 06:51:26.802 INFO kablam! | Oct 16 06:51:26.802 INFO kablam! 202 | fn((P::Value, F)) -> io::Result>; Oct 16 06:51:26.802 INFO kablam! | ^^^^^^^^ Oct 16 06:51:26.802 INFO kablam! Oct 16 06:51:26.802 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:26.802 INFO kablam! --> src/io/read/combinators.rs:343:11 Oct 16 06:51:26.803 INFO kablam! | Oct 16 06:51:26.803 INFO kablam! 343 | where I: Iterator, Oct 16 06:51:26.803 INFO kablam! | ^^^^^^^^^^^ Oct 16 06:51:26.803 INFO kablam! 344 | I::Item: ReadFrom, Oct 16 06:51:26.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.803 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 16 06:51:26.803 INFO kablam! | ^^^^^^^ Oct 16 06:51:26.803 INFO kablam! | Oct 16 06:51:26.803 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:26.803 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.803 INFO kablam! --> src/io/read/combinators.rs:345:37 Oct 16 06:51:26.803 INFO kablam! | Oct 16 06:51:26.803 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 16 06:51:26.803 INFO kablam! | ^^^^^^^ Oct 16 06:51:26.803 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.803 INFO kablam! --> src/io/read/combinators.rs:345:57 Oct 16 06:51:26.803 INFO kablam! | Oct 16 06:51:26.803 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 16 06:51:26.803 INFO kablam! | ^^^^^^^ Oct 16 06:51:26.803 INFO kablam! Oct 16 06:51:26.803 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:26.803 INFO kablam! --> src/io/read/combinators.rs:375:11 Oct 16 06:51:26.803 INFO kablam! | Oct 16 06:51:26.803 INFO kablam! 375 | where R: Read, Oct 16 06:51:26.803 INFO kablam! | ^^^^^^^ Oct 16 06:51:26.803 INFO kablam! 376 | P: ReadFrom = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.804 INFO kablam! --> src/io/read/combinators.rs:378:46 Oct 16 06:51:26.804 INFO kablam! | Oct 16 06:51:26.804 INFO kablam! 378 | fn(P::Value) -> Option, Oct 16 06:51:26.804 INFO kablam! | ^^^^^^^^ Oct 16 06:51:26.804 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.804 INFO kablam! --> src/io/read/combinators.rs:378:66 Oct 16 06:51:26.804 INFO kablam! | Oct 16 06:51:26.804 INFO kablam! 378 | fn(P::Value) -> Option, Oct 16 06:51:26.804 INFO kablam! | ^^^^^^^^ Oct 16 06:51:26.804 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.804 INFO kablam! --> src/io/read/combinators.rs:379:50 Oct 16 06:51:26.804 INFO kablam! | Oct 16 06:51:26.804 INFO kablam! 379 | Option>, Oct 16 06:51:26.804 INFO kablam! | ^^^^^^^^ Oct 16 06:51:26.804 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.804 INFO kablam! --> src/io/read/combinators.rs:380:60 Oct 16 06:51:26.804 INFO kablam! | Oct 16 06:51:26.804 INFO kablam! 380 | futures::Done<(R, Option), (R, io::Error)>>; Oct 16 06:51:26.804 INFO kablam! | ^^^^^^^^ Oct 16 06:51:26.804 INFO kablam! Oct 16 06:51:26.805 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:26.805 INFO kablam! --> src/io/read/combinators.rs:434:28 Oct 16 06:51:26.805 INFO kablam! | Oct 16 06:51:26.805 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 16 06:51:26.805 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.805 INFO kablam! | Oct 16 06:51:26.805 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:26.805 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.805 INFO kablam! --> src/io/read/combinators.rs:434:59 Oct 16 06:51:26.805 INFO kablam! | Oct 16 06:51:26.805 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 16 06:51:26.805 INFO kablam! | ^^^^^^^ Oct 16 06:51:26.805 INFO kablam! Oct 16 06:51:26.806 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:26.806 INFO kablam! --> src/io/read/combinators.rs:479:11 Oct 16 06:51:26.806 INFO kablam! | Oct 16 06:51:26.806 INFO kablam! 479 | where A: ReadFrom, Oct 16 06:51:26.806 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:26.806 INFO kablam! 480 | B: ReadFrom, Oct 16 06:51:26.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.806 INFO kablam! 481 | C: ReadFrom, Oct 16 06:51:26.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.807 INFO kablam! 482 | D: ReadFrom, Oct 16 06:51:26.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.807 INFO kablam! 483 | E: ReadFrom, Oct 16 06:51:26.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.807 INFO kablam! 484 | F: ReadFrom, Oct 16 06:51:26.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.807 INFO kablam! 485 | G: ReadFrom, Oct 16 06:51:26.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.807 INFO kablam! 486 | H: ReadFrom, Oct 16 06:51:26.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.807 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.807 INFO kablam! --> src/io/read/combinators.rs:487:28 Oct 16 06:51:26.807 INFO kablam! | Oct 16 06:51:26.807 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.807 INFO kablam! --> src/io/read/combinators.rs:488:28 Oct 16 06:51:26.807 INFO kablam! | Oct 16 06:51:26.807 INFO kablam! 488 | B::Future, Oct 16 06:51:26.807 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.807 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.807 INFO kablam! --> src/io/read/combinators.rs:489:28 Oct 16 06:51:26.807 INFO kablam! | Oct 16 06:51:26.807 INFO kablam! 489 | C::Future, Oct 16 06:51:26.807 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.807 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.807 INFO kablam! --> src/io/read/combinators.rs:490:28 Oct 16 06:51:26.807 INFO kablam! | Oct 16 06:51:26.807 INFO kablam! 490 | D::Future, Oct 16 06:51:26.807 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.808 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.808 INFO kablam! --> src/io/read/combinators.rs:491:28 Oct 16 06:51:26.808 INFO kablam! | Oct 16 06:51:26.808 INFO kablam! 491 | E::Future, Oct 16 06:51:26.808 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.808 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.808 INFO kablam! --> src/io/read/combinators.rs:492:28 Oct 16 06:51:26.808 INFO kablam! | Oct 16 06:51:26.808 INFO kablam! 492 | F::Future, Oct 16 06:51:26.808 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.808 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.808 INFO kablam! --> src/io/read/combinators.rs:493:28 Oct 16 06:51:26.808 INFO kablam! | Oct 16 06:51:26.808 INFO kablam! 493 | G::Future, Oct 16 06:51:26.808 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.808 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.808 INFO kablam! --> src/io/read/combinators.rs:494:28 Oct 16 06:51:26.808 INFO kablam! | Oct 16 06:51:26.808 INFO kablam! 494 | H::Future>; Oct 16 06:51:26.808 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.808 INFO kablam! Oct 16 06:51:26.812 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:26.812 INFO kablam! --> src/io/write/primitives.rs:101:29 Oct 16 06:51:26.812 INFO kablam! | Oct 16 06:51:26.812 INFO kablam! 101 | type MapFuture where P: WriteTo = Oct 16 06:51:26.812 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:51:26.812 INFO kablam! | Oct 16 06:51:26.812 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:26.812 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.812 INFO kablam! --> src/io/write/primitives.rs:102:40 Oct 16 06:51:26.812 INFO kablam! | Oct 16 06:51:26.813 INFO kablam! 102 | T> as WriteTo>::Future; Oct 16 06:51:26.813 INFO kablam! | ^^^^^^^^ Oct 16 06:51:26.813 INFO kablam! Oct 16 06:51:26.819 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:26.819 INFO kablam! --> src/io/write/combinators.rs:92:11 Oct 16 06:51:26.819 INFO kablam! | Oct 16 06:51:26.819 INFO kablam! 92 | where P0: WriteTo, Oct 16 06:51:26.819 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:26.819 INFO kablam! 93 | P1: WriteTo, Oct 16 06:51:26.819 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 06:51:26.819 INFO kablam! 94 | F: FnOnce(P0::Value) -> P1, Oct 16 06:51:26.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.819 INFO kablam! 95 | W: Write = WriteThen::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.819 INFO kablam! --> src/io/write/combinators.rs:97:54 Oct 16 06:51:26.819 INFO kablam! | Oct 16 06:51:26.819 INFO kablam! 97 | Branch>, Oct 16 06:51:26.820 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.820 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.820 INFO kablam! --> src/io/write/combinators.rs:98:47 Oct 16 06:51:26.820 INFO kablam! | Oct 16 06:51:26.821 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:26.821 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.821 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.821 INFO kablam! --> src/io/write/combinators.rs:98:88 Oct 16 06:51:26.822 INFO kablam! | Oct 16 06:51:26.822 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 16 06:51:26.822 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.822 INFO kablam! Oct 16 06:51:26.824 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:26.824 INFO kablam! --> src/io/write/combinators.rs:301:29 Oct 16 06:51:26.824 INFO kablam! | Oct 16 06:51:26.825 INFO kablam! 301 | type MapFuture where P: WriteTo = Oct 16 06:51:26.825 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:51:26.825 INFO kablam! | Oct 16 06:51:26.826 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:26.826 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.826 INFO kablam! --> src/io/write/combinators.rs:302:40 Oct 16 06:51:26.827 INFO kablam! | Oct 16 06:51:26.827 INFO kablam! 302 | T> as WriteTo>::Future; Oct 16 06:51:26.827 INFO kablam! | ^^^^^^^^ Oct 16 06:51:26.827 INFO kablam! Oct 16 06:51:26.830 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:26.830 INFO kablam! --> src/io/write/combinators.rs:346:11 Oct 16 06:51:26.830 INFO kablam! | Oct 16 06:51:26.830 INFO kablam! 346 | where A: WriteTo, Oct 16 06:51:26.830 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:51:26.831 INFO kablam! 347 | B: WriteTo, Oct 16 06:51:26.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.831 INFO kablam! 348 | C: WriteTo, Oct 16 06:51:26.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.832 INFO kablam! 349 | D: WriteTo, Oct 16 06:51:26.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.832 INFO kablam! 350 | E: WriteTo, Oct 16 06:51:26.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.832 INFO kablam! 351 | F: WriteTo, Oct 16 06:51:26.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.832 INFO kablam! 352 | G: WriteTo, Oct 16 06:51:26.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.832 INFO kablam! 353 | H: WriteTo, Oct 16 06:51:26.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:51:26.832 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.832 INFO kablam! --> src/io/write/combinators.rs:354:29 Oct 16 06:51:26.832 INFO kablam! | Oct 16 06:51:26.832 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.833 INFO kablam! --> src/io/write/combinators.rs:355:29 Oct 16 06:51:26.833 INFO kablam! | Oct 16 06:51:26.833 INFO kablam! 355 | B::Future, Oct 16 06:51:26.833 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.833 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.833 INFO kablam! --> src/io/write/combinators.rs:356:29 Oct 16 06:51:26.833 INFO kablam! | Oct 16 06:51:26.833 INFO kablam! 356 | C::Future, Oct 16 06:51:26.833 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.834 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.834 INFO kablam! --> src/io/write/combinators.rs:357:29 Oct 16 06:51:26.834 INFO kablam! | Oct 16 06:51:26.834 INFO kablam! 357 | D::Future, Oct 16 06:51:26.834 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.834 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.834 INFO kablam! --> src/io/write/combinators.rs:358:29 Oct 16 06:51:26.834 INFO kablam! | Oct 16 06:51:26.834 INFO kablam! 358 | E::Future, Oct 16 06:51:26.834 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.836 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.836 INFO kablam! --> src/io/write/combinators.rs:359:29 Oct 16 06:51:26.836 INFO kablam! | Oct 16 06:51:26.836 INFO kablam! 359 | F::Future, Oct 16 06:51:26.836 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.836 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.836 INFO kablam! --> src/io/write/combinators.rs:360:29 Oct 16 06:51:26.836 INFO kablam! | Oct 16 06:51:26.836 INFO kablam! 360 | G::Future, Oct 16 06:51:26.836 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.836 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.836 INFO kablam! --> src/io/write/combinators.rs:361:29 Oct 16 06:51:26.836 INFO kablam! | Oct 16 06:51:26.836 INFO kablam! 361 | H::Future>; Oct 16 06:51:26.836 INFO kablam! | ^^^^^^^^^ Oct 16 06:51:26.836 INFO kablam! Oct 16 06:51:26.836 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:26.836 INFO kablam! --> src/io/write/combinators.rs:460:11 Oct 16 06:51:26.836 INFO kablam! | Oct 16 06:51:26.836 INFO kablam! 460 | where I: Iterator, Oct 16 06:51:26.836 INFO kablam! | ^^^^^^^^^^^ Oct 16 06:51:26.836 INFO kablam! 461 | I::Item: Pattern = WriteIterFold::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.836 INFO kablam! --> src/io/write/combinators.rs:462:44 Oct 16 06:51:26.836 INFO kablam! | Oct 16 06:51:26.836 INFO kablam! 462 | I::Item, Oct 16 06:51:26.836 INFO kablam! | ^^^^^^^ Oct 16 06:51:26.836 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.836 INFO kablam! --> src/io/write/combinators.rs:464:52 Oct 16 06:51:26.836 INFO kablam! | Oct 16 06:51:26.836 INFO kablam! 464 | fn((), ::Value) -> (), Oct 16 06:51:26.836 INFO kablam! | ^^^^^^^ Oct 16 06:51:26.836 INFO kablam! Oct 16 06:51:26.836 INFO kablam! warning: where clauses are not enforced in type aliases Oct 16 06:51:26.836 INFO kablam! --> src/io/write/combinators.rs:497:34 Oct 16 06:51:26.836 INFO kablam! | Oct 16 06:51:26.836 INFO kablam! 497 | pub type WriteOption where P: Pattern = Oct 16 06:51:26.836 INFO kablam! | ^^^^^^^^^^ Oct 16 06:51:26.836 INFO kablam! | Oct 16 06:51:26.836 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 16 06:51:26.837 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.837 INFO kablam! --> src/io/write/combinators.rs:498:45 Oct 16 06:51:26.837 INFO kablam! | Oct 16 06:51:26.837 INFO kablam! 498 | Option>, Oct 16 06:51:26.837 INFO kablam! | ^^^^^^^^ Oct 16 06:51:26.837 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.837 INFO kablam! --> src/io/write/combinators.rs:498:65 Oct 16 06:51:26.837 INFO kablam! | Oct 16 06:51:26.837 INFO kablam! 498 | Option>, Oct 16 06:51:26.837 INFO kablam! | ^^^^^^^^ Oct 16 06:51:26.846 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 16 06:51:26.846 INFO kablam! --> src/io/write/combinators.rs:499:30 Oct 16 06:51:26.846 INFO kablam! | Oct 16 06:51:26.846 INFO kablam! 499 | io::Result>> as WriteTo>::Future; Oct 16 06:51:26.846 INFO kablam! | ^^^^^^^^ Oct 16 06:51:26.846 INFO kablam! Oct 16 06:51:28.123 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.03s Oct 16 06:51:28.126 INFO kablam! su: No module specific data is present Oct 16 06:51:29.363 INFO running `"docker" "rm" "-f" "8fbaec9a2bf49145352676977844cb15de2e02464b93bc348f65add95d560db7"` Oct 16 06:51:29.739 INFO blam! 8fbaec9a2bf49145352676977844cb15de2e02464b93bc348f65add95d560db7 Oct 16 06:51:29.743 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 06:51:30.295 INFO blam! c7abaaa53ba4dc4bc9ee21f62b96e9b40210eb478f78de737833455ec913905a Oct 16 06:51:30.297 INFO running `"docker" "start" "-a" "c7abaaa53ba4dc4bc9ee21f62b96e9b40210eb478f78de737833455ec913905a"` Oct 16 06:51:31.283 INFO kablam! usermod: no changes Oct 16 06:51:31.327 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 06:51:31.331 INFO kablam! Running /target/debug/deps/handy_io-4765da32827600b2 Oct 16 06:51:31.335 INFO blam! Oct 16 06:51:31.335 INFO blam! running 1 test Oct 16 06:51:31.343 INFO blam! test io::read::combinators::test::it_works ... ok Oct 16 06:51:31.343 INFO kablam! Doc-tests handy_io Oct 16 06:51:31.343 INFO blam! Oct 16 06:51:31.343 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:51:31.343 INFO blam! Oct 16 06:51:32.615 INFO blam! Oct 16 06:51:32.615 INFO blam! running 33 tests Oct 16 06:51:41.203 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadOption (line 363) ... ok Oct 16 06:51:44.459 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadAndThen (line 76) ... ok Oct 16 06:51:44.521 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadIter (line 333) ... ok Oct 16 06:51:44.679 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadIterFold (line 274) ... ok Oct 16 06:51:45.483 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadMap (line 172) ... ok Oct 16 06:51:45.709 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadBranch (line 468) ... ok Oct 16 06:51:46.199 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadOrElse (line 111) ... ok Oct 16 06:51:46.611 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadChain (line 218) ... ok Oct 16 06:51:53.382 INFO blam! test src/io/read/primitives.rs - io::read::primitives::ReadEos (line 196) ... ok Oct 16 06:51:53.997 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadResult (line 399) ... ok Oct 16 06:51:55.583 INFO blam! test src/io/read/primitives.rs - io::read::primitives::ReadBuf (line 17) ... ok Oct 16 06:51:56.163 INFO blam! test src/io/read/mod.rs - io::read::ReadFrom::read_from (line 33) ... ok Oct 16 06:51:57.099 INFO blam! test src/io/read/primitives.rs - io::read::primitives::ReadPartialBuf (line 62) ... ok Oct 16 06:51:58.399 INFO blam! test src/io/read/mod.rs - io::read::AsyncRead::async_read_stream (line 143) ... ok Oct 16 06:51:58.648 INFO blam! test src/io/read/combinators.rs - io::read::combinators::ReadThen (line 12) ... ok Oct 16 06:51:58.843 INFO blam! test src/io/read/mod.rs - io::read::ReadFrom::sync_read_from (line 60) ... ok Oct 16 06:52:04.419 INFO blam! test src/io/read/primitives.rs - io::read::primitives::ReadString (line 93) ... ok Oct 16 06:52:06.735 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteAndThen (line 77) ... ok Oct 16 06:52:06.945 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteBranch (line 335) ... ok Oct 16 06:52:09.119 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteIter (line 450) ... ok Oct 16 06:52:09.475 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteChain (line 232) ... ok Oct 16 06:52:11.439 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteIterFold (line 391) ... ok Oct 16 06:52:11.891 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteMap (line 191) ... ok Oct 16 06:52:12.017 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteOption (line 483) ... ok Oct 16 06:52:17.527 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteOrElse (line 128) ... ok Oct 16 06:52:19.583 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteResult (line 518) ... ok Oct 16 06:52:20.444 INFO blam! test src/io/write/combinators.rs - io::write::combinators::WriteThen (line 12) ... ok Oct 16 06:52:20.727 INFO blam! test src/io/write/mod.rs - io::write::WriteTo::sync_write_to (line 57) ... ok Oct 16 06:52:21.103 INFO blam! test src/io/write/mod.rs - io::write::AsyncWrite::async_write_stream (line 127) ... ok Oct 16 06:52:21.357 INFO blam! test src/io/write/primitives.rs - io::write::primitives::WriteBuf (line 26) ... ok Oct 16 06:52:21.420 INFO blam! test src/io/write/mod.rs - io::write::WriteTo::write_to (line 32) ... ok Oct 16 06:52:21.621 INFO blam! test src/io/write/primitives.rs - io::write::primitives::WritePartialBuf (line 53) ... ok Oct 16 06:52:22.043 INFO blam! test src/lib.rs - (line 9) ... ok Oct 16 06:52:22.043 INFO blam! Oct 16 06:52:22.043 INFO blam! test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:52:22.043 INFO blam! Oct 16 06:52:22.057 INFO kablam! su: No module specific data is present Oct 16 06:52:22.357 INFO running `"docker" "rm" "-f" "c7abaaa53ba4dc4bc9ee21f62b96e9b40210eb478f78de737833455ec913905a"` Oct 16 06:52:22.454 INFO blam! c7abaaa53ba4dc4bc9ee21f62b96e9b40210eb478f78de737833455ec913905a