Oct 27 21:00:59.944 INFO checking handy_io-0.1.2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 21:00:59.945 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 21:01:00.371 INFO blam! a1c7f7f0f7f08376e8b9ab0a2ec05ec3727d1bdd442432577fae43a2ab72d97d Oct 27 21:01:00.379 INFO running `"docker" "start" "-a" "a1c7f7f0f7f08376e8b9ab0a2ec05ec3727d1bdd442432577fae43a2ab72d97d"` Oct 27 21:01:01.166 INFO kablam! usermod: no changes Oct 27 21:01:01.222 INFO kablam! Checking handy_io v0.1.2 (/source) Oct 27 21:01:02.068 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 27 21:01:02.068 INFO kablam! --> src/io/mod.rs:9:31 Oct 27 21:01:02.068 INFO kablam! | Oct 27 21:01:02.068 INFO kablam! 9 | pub type IoFuture = ::futures::BoxFuture<(S, T), (S, ::std::io::Error)>; Oct 27 21:01:02.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:02.068 INFO kablam! | Oct 27 21:01:02.068 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 21:01:02.068 INFO kablam! Oct 27 21:01:02.251 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 27 21:01:02.251 INFO kablam! --> src/io/mod.rs:9:31 Oct 27 21:01:02.251 INFO kablam! | Oct 27 21:01:02.251 INFO kablam! 9 | pub type IoFuture = ::futures::BoxFuture<(S, T), (S, ::std::io::Error)>; Oct 27 21:01:02.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:02.251 INFO kablam! | Oct 27 21:01:02.251 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 21:01:02.251 INFO kablam! Oct 27 21:01:02.547 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 27 21:01:02.547 INFO kablam! --> src/io/read/mod.rs:77:75 Oct 27 21:01:02.547 INFO kablam! | Oct 27 21:01:02.547 INFO kablam! 77 | let mut f = Some(move |reader: R| self.lossless_read_from(reader).boxed()); Oct 27 21:01:02.547 INFO kablam! | ^^^^^ Oct 27 21:01:02.547 INFO kablam! Oct 27 21:01:02.791 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Oct 27 21:01:02.791 INFO kablam! --> src/io/read/mod.rs:77:75 Oct 27 21:01:02.791 INFO kablam! | Oct 27 21:01:02.791 INFO kablam! 77 | let mut f = Some(move |reader: R| self.lossless_read_from(reader).boxed()); Oct 27 21:01:02.791 INFO kablam! | ^^^^^ Oct 27 21:01:02.791 INFO kablam! Oct 27 21:01:02.915 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 27 21:01:02.915 INFO kablam! --> src/io/write/mod.rs:75:74 Oct 27 21:01:02.915 INFO kablam! | Oct 27 21:01:02.915 INFO kablam! 75 | let mut f = Some(move |writer: W| self.lossless_write_to(writer).boxed()); Oct 27 21:01:02.915 INFO kablam! | ^^^^^ Oct 27 21:01:02.915 INFO kablam! Oct 27 21:01:03.347 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 27 21:01:03.347 INFO kablam! --> src/io/write/mod.rs:75:74 Oct 27 21:01:03.347 INFO kablam! | Oct 27 21:01:03.347 INFO kablam! 75 | let mut f = Some(move |writer: W| self.lossless_write_to(writer).boxed()); Oct 27 21:01:03.347 INFO kablam! | ^^^^^ Oct 27 21:01:03.347 INFO kablam! Oct 27 21:01:03.875 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:03.876 INFO kablam! --> src/io/read/primitives.rs:114:31 Oct 27 21:01:03.876 INFO kablam! | Oct 27 21:01:03.876 INFO kablam! 114 | type MapFuture where P: Pattern = Oct 27 21:01:03.876 INFO kablam! | ^^^^^^^^^^ Oct 27 21:01:03.876 INFO kablam! | Oct 27 21:01:03.876 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 21:01:03.876 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:03.876 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.876 INFO kablam! --> src/io/read/primitives.rs:115:38 Oct 27 21:01:03.876 INFO kablam! | Oct 27 21:01:03.876 INFO kablam! 115 | T> as ReadFrom>::Future; Oct 27 21:01:03.876 INFO kablam! | ^^^^^^^^ Oct 27 21:01:03.876 INFO kablam! Oct 27 21:01:03.886 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:03.886 INFO kablam! --> src/io/read/primitives.rs:208:27 Oct 27 21:01:03.886 INFO kablam! | Oct 27 21:01:03.886 INFO kablam! 208 | pub type ReadEos where R: Read = io_futures::ReadThen src/io/read/combinators.rs:86:11 Oct 27 21:01:03.889 INFO kablam! | Oct 27 21:01:03.889 INFO kablam! 86 | where P0: ReadFrom, Oct 27 21:01:03.889 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 21:01:03.890 INFO kablam! 87 | P1: ReadFrom, Oct 27 21:01:03.890 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 21:01:03.890 INFO kablam! 88 | F: FnOnce(P0::Value) -> P1, Oct 27 21:01:03.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.890 INFO kablam! 89 | R: Read = ReadThen::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.890 INFO kablam! --> src/io/read/combinators.rs:91:52 Oct 27 21:01:03.890 INFO kablam! | Oct 27 21:01:03.890 INFO kablam! 91 | Branch>, Oct 27 21:01:03.890 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.891 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.891 INFO kablam! --> src/io/read/combinators.rs:92:45 Oct 27 21:01:03.891 INFO kablam! | Oct 27 21:01:03.891 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:03.891 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.891 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.891 INFO kablam! --> src/io/read/combinators.rs:92:86 Oct 27 21:01:03.891 INFO kablam! | Oct 27 21:01:03.891 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:03.891 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.891 INFO kablam! Oct 27 21:01:03.895 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:03.895 INFO kablam! --> src/io/read/combinators.rs:197:11 Oct 27 21:01:03.895 INFO kablam! | Oct 27 21:01:03.895 INFO kablam! 197 | where P: ReadFrom, Oct 27 21:01:03.895 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:03.895 INFO kablam! 198 | F: FnOnce(P::Value) -> T, Oct 27 21:01:03.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.895 INFO kablam! 199 | R: Read = ReadAndThen::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.896 INFO kablam! --> src/io/read/combinators.rs:202:37 Oct 27 21:01:03.896 INFO kablam! | Oct 27 21:01:03.896 INFO kablam! 202 | fn((P::Value, F)) -> io::Result>; Oct 27 21:01:03.896 INFO kablam! | ^^^^^^^^ Oct 27 21:01:03.896 INFO kablam! Oct 27 21:01:03.897 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:03.897 INFO kablam! --> src/io/read/combinators.rs:343:11 Oct 27 21:01:03.898 INFO kablam! | Oct 27 21:01:03.898 INFO kablam! 343 | where I: Iterator, Oct 27 21:01:03.898 INFO kablam! | ^^^^^^^^^^^ Oct 27 21:01:03.898 INFO kablam! 344 | I::Item: ReadFrom, Oct 27 21:01:03.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.898 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 27 21:01:03.898 INFO kablam! | ^^^^^^^ Oct 27 21:01:03.898 INFO kablam! | Oct 27 21:01:03.898 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:03.899 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.899 INFO kablam! --> src/io/read/combinators.rs:345:37 Oct 27 21:01:03.899 INFO kablam! | Oct 27 21:01:03.899 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 27 21:01:03.899 INFO kablam! | ^^^^^^^ Oct 27 21:01:03.899 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.899 INFO kablam! --> src/io/read/combinators.rs:345:57 Oct 27 21:01:03.899 INFO kablam! | Oct 27 21:01:03.899 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 27 21:01:03.899 INFO kablam! | ^^^^^^^ Oct 27 21:01:03.899 INFO kablam! Oct 27 21:01:03.907 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:03.907 INFO kablam! --> src/io/read/combinators.rs:375:11 Oct 27 21:01:03.907 INFO kablam! | Oct 27 21:01:03.907 INFO kablam! 375 | where R: Read, Oct 27 21:01:03.907 INFO kablam! | ^^^^^^^ Oct 27 21:01:03.907 INFO kablam! 376 | P: ReadFrom = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.908 INFO kablam! --> src/io/read/combinators.rs:378:46 Oct 27 21:01:03.908 INFO kablam! | Oct 27 21:01:03.908 INFO kablam! 378 | fn(P::Value) -> Option, Oct 27 21:01:03.908 INFO kablam! | ^^^^^^^^ Oct 27 21:01:03.908 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.908 INFO kablam! --> src/io/read/combinators.rs:378:66 Oct 27 21:01:03.909 INFO kablam! | Oct 27 21:01:03.909 INFO kablam! 378 | fn(P::Value) -> Option, Oct 27 21:01:03.910 INFO kablam! | ^^^^^^^^ Oct 27 21:01:03.910 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.910 INFO kablam! --> src/io/read/combinators.rs:379:50 Oct 27 21:01:03.910 INFO kablam! | Oct 27 21:01:03.910 INFO kablam! 379 | Option>, Oct 27 21:01:03.910 INFO kablam! | ^^^^^^^^ Oct 27 21:01:03.910 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.910 INFO kablam! --> src/io/read/combinators.rs:380:60 Oct 27 21:01:03.910 INFO kablam! | Oct 27 21:01:03.910 INFO kablam! 380 | futures::Done<(R, Option), (R, io::Error)>>; Oct 27 21:01:03.910 INFO kablam! | ^^^^^^^^ Oct 27 21:01:03.910 INFO kablam! Oct 27 21:01:03.910 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:03.910 INFO kablam! --> src/io/read/combinators.rs:434:28 Oct 27 21:01:03.910 INFO kablam! | Oct 27 21:01:03.910 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 27 21:01:03.910 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.910 INFO kablam! | Oct 27 21:01:03.910 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:03.910 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.910 INFO kablam! --> src/io/read/combinators.rs:434:59 Oct 27 21:01:03.910 INFO kablam! | Oct 27 21:01:03.910 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 27 21:01:03.910 INFO kablam! | ^^^^^^^ Oct 27 21:01:03.910 INFO kablam! Oct 27 21:01:03.912 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:03.912 INFO kablam! --> src/io/read/combinators.rs:479:11 Oct 27 21:01:03.912 INFO kablam! | Oct 27 21:01:03.912 INFO kablam! 479 | where A: ReadFrom, Oct 27 21:01:03.912 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:03.912 INFO kablam! 480 | B: ReadFrom, Oct 27 21:01:03.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.912 INFO kablam! 481 | C: ReadFrom, Oct 27 21:01:03.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.912 INFO kablam! 482 | D: ReadFrom, Oct 27 21:01:03.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.912 INFO kablam! 483 | E: ReadFrom, Oct 27 21:01:03.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.912 INFO kablam! 484 | F: ReadFrom, Oct 27 21:01:03.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.912 INFO kablam! 485 | G: ReadFrom, Oct 27 21:01:03.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.912 INFO kablam! 486 | H: ReadFrom, Oct 27 21:01:03.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.912 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.913 INFO kablam! --> src/io/read/combinators.rs:487:28 Oct 27 21:01:03.913 INFO kablam! | Oct 27 21:01:03.913 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.913 INFO kablam! --> src/io/read/combinators.rs:488:28 Oct 27 21:01:03.913 INFO kablam! | Oct 27 21:01:03.913 INFO kablam! 488 | B::Future, Oct 27 21:01:03.913 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.913 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.913 INFO kablam! --> src/io/read/combinators.rs:489:28 Oct 27 21:01:03.914 INFO kablam! | Oct 27 21:01:03.914 INFO kablam! 489 | C::Future, Oct 27 21:01:03.914 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.914 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.914 INFO kablam! --> src/io/read/combinators.rs:490:28 Oct 27 21:01:03.914 INFO kablam! | Oct 27 21:01:03.914 INFO kablam! 490 | D::Future, Oct 27 21:01:03.914 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.914 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.914 INFO kablam! --> src/io/read/combinators.rs:491:28 Oct 27 21:01:03.914 INFO kablam! | Oct 27 21:01:03.914 INFO kablam! 491 | E::Future, Oct 27 21:01:03.914 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.914 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.914 INFO kablam! --> src/io/read/combinators.rs:492:28 Oct 27 21:01:03.914 INFO kablam! | Oct 27 21:01:03.914 INFO kablam! 492 | F::Future, Oct 27 21:01:03.914 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.914 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.914 INFO kablam! --> src/io/read/combinators.rs:493:28 Oct 27 21:01:03.914 INFO kablam! | Oct 27 21:01:03.914 INFO kablam! 493 | G::Future, Oct 27 21:01:03.914 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.914 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.914 INFO kablam! --> src/io/read/combinators.rs:494:28 Oct 27 21:01:03.914 INFO kablam! | Oct 27 21:01:03.914 INFO kablam! 494 | H::Future>; Oct 27 21:01:03.914 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.914 INFO kablam! Oct 27 21:01:03.919 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:03.919 INFO kablam! --> src/io/write/primitives.rs:101:29 Oct 27 21:01:03.919 INFO kablam! | Oct 27 21:01:03.919 INFO kablam! 101 | type MapFuture where P: WriteTo = Oct 27 21:01:03.919 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:01:03.919 INFO kablam! | Oct 27 21:01:03.919 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:03.919 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.919 INFO kablam! --> src/io/write/primitives.rs:102:40 Oct 27 21:01:03.919 INFO kablam! | Oct 27 21:01:03.919 INFO kablam! 102 | T> as WriteTo>::Future; Oct 27 21:01:03.919 INFO kablam! | ^^^^^^^^ Oct 27 21:01:03.919 INFO kablam! Oct 27 21:01:03.935 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:03.935 INFO kablam! --> src/io/write/combinators.rs:92:11 Oct 27 21:01:03.935 INFO kablam! | Oct 27 21:01:03.935 INFO kablam! 92 | where P0: WriteTo, Oct 27 21:01:03.935 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:03.935 INFO kablam! 93 | P1: WriteTo, Oct 27 21:01:03.935 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:03.935 INFO kablam! 94 | F: FnOnce(P0::Value) -> P1, Oct 27 21:01:03.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.935 INFO kablam! 95 | W: Write = WriteThen::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.935 INFO kablam! --> src/io/write/combinators.rs:97:54 Oct 27 21:01:03.935 INFO kablam! | Oct 27 21:01:03.935 INFO kablam! 97 | Branch>, Oct 27 21:01:03.935 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.935 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.935 INFO kablam! --> src/io/write/combinators.rs:98:47 Oct 27 21:01:03.935 INFO kablam! | Oct 27 21:01:03.935 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:03.935 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.935 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.935 INFO kablam! --> src/io/write/combinators.rs:98:88 Oct 27 21:01:03.935 INFO kablam! | Oct 27 21:01:03.935 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:03.935 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.935 INFO kablam! Oct 27 21:01:03.939 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:03.939 INFO kablam! --> src/io/write/combinators.rs:301:29 Oct 27 21:01:03.939 INFO kablam! | Oct 27 21:01:03.939 INFO kablam! 301 | type MapFuture where P: WriteTo = Oct 27 21:01:03.939 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:01:03.939 INFO kablam! | Oct 27 21:01:03.939 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:03.939 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.939 INFO kablam! --> src/io/write/combinators.rs:302:40 Oct 27 21:01:03.939 INFO kablam! | Oct 27 21:01:03.939 INFO kablam! 302 | T> as WriteTo>::Future; Oct 27 21:01:03.939 INFO kablam! | ^^^^^^^^ Oct 27 21:01:03.939 INFO kablam! Oct 27 21:01:03.955 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:03.955 INFO kablam! --> src/io/write/combinators.rs:346:11 Oct 27 21:01:03.955 INFO kablam! | Oct 27 21:01:03.955 INFO kablam! 346 | where A: WriteTo, Oct 27 21:01:03.955 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:01:03.955 INFO kablam! 347 | B: WriteTo, Oct 27 21:01:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.955 INFO kablam! 348 | C: WriteTo, Oct 27 21:01:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.955 INFO kablam! 349 | D: WriteTo, Oct 27 21:01:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.955 INFO kablam! 350 | E: WriteTo, Oct 27 21:01:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.955 INFO kablam! 351 | F: WriteTo, Oct 27 21:01:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.955 INFO kablam! 352 | G: WriteTo, Oct 27 21:01:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.955 INFO kablam! 353 | H: WriteTo, Oct 27 21:01:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:03.955 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.955 INFO kablam! --> src/io/write/combinators.rs:354:29 Oct 27 21:01:03.955 INFO kablam! | Oct 27 21:01:03.955 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.955 INFO kablam! --> src/io/write/combinators.rs:355:29 Oct 27 21:01:03.955 INFO kablam! | Oct 27 21:01:03.955 INFO kablam! 355 | B::Future, Oct 27 21:01:03.955 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.955 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.955 INFO kablam! --> src/io/write/combinators.rs:356:29 Oct 27 21:01:03.955 INFO kablam! | Oct 27 21:01:03.955 INFO kablam! 356 | C::Future, Oct 27 21:01:03.955 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.955 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.955 INFO kablam! --> src/io/write/combinators.rs:357:29 Oct 27 21:01:03.955 INFO kablam! | Oct 27 21:01:03.955 INFO kablam! 357 | D::Future, Oct 27 21:01:03.955 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.955 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.955 INFO kablam! --> src/io/write/combinators.rs:358:29 Oct 27 21:01:03.955 INFO kablam! | Oct 27 21:01:03.955 INFO kablam! 358 | E::Future, Oct 27 21:01:03.955 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.955 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.955 INFO kablam! --> src/io/write/combinators.rs:359:29 Oct 27 21:01:03.955 INFO kablam! | Oct 27 21:01:03.955 INFO kablam! 359 | F::Future, Oct 27 21:01:03.956 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.956 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.956 INFO kablam! --> src/io/write/combinators.rs:360:29 Oct 27 21:01:03.956 INFO kablam! | Oct 27 21:01:03.956 INFO kablam! 360 | G::Future, Oct 27 21:01:03.956 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.956 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.956 INFO kablam! --> src/io/write/combinators.rs:361:29 Oct 27 21:01:03.956 INFO kablam! | Oct 27 21:01:03.956 INFO kablam! 361 | H::Future>; Oct 27 21:01:03.956 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:03.956 INFO kablam! Oct 27 21:01:03.956 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:03.956 INFO kablam! --> src/io/write/combinators.rs:460:11 Oct 27 21:01:03.956 INFO kablam! | Oct 27 21:01:03.956 INFO kablam! 460 | where I: Iterator, Oct 27 21:01:03.956 INFO kablam! | ^^^^^^^^^^^ Oct 27 21:01:03.956 INFO kablam! 461 | I::Item: Pattern = WriteIterFold::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.956 INFO kablam! --> src/io/write/combinators.rs:462:44 Oct 27 21:01:03.956 INFO kablam! | Oct 27 21:01:03.956 INFO kablam! 462 | I::Item, Oct 27 21:01:03.956 INFO kablam! | ^^^^^^^ Oct 27 21:01:03.956 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.956 INFO kablam! --> src/io/write/combinators.rs:464:52 Oct 27 21:01:03.956 INFO kablam! | Oct 27 21:01:03.956 INFO kablam! 464 | fn((), ::Value) -> (), Oct 27 21:01:03.956 INFO kablam! | ^^^^^^^ Oct 27 21:01:03.956 INFO kablam! Oct 27 21:01:03.956 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:03.956 INFO kablam! --> src/io/write/combinators.rs:497:34 Oct 27 21:01:03.956 INFO kablam! | Oct 27 21:01:03.956 INFO kablam! 497 | pub type WriteOption where P: Pattern = Oct 27 21:01:03.956 INFO kablam! | ^^^^^^^^^^ Oct 27 21:01:03.956 INFO kablam! | Oct 27 21:01:03.956 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:03.956 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.956 INFO kablam! --> src/io/write/combinators.rs:498:45 Oct 27 21:01:03.956 INFO kablam! | Oct 27 21:01:03.956 INFO kablam! 498 | Option>, Oct 27 21:01:03.956 INFO kablam! | ^^^^^^^^ Oct 27 21:01:03.956 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.956 INFO kablam! --> src/io/write/combinators.rs:498:65 Oct 27 21:01:03.956 INFO kablam! | Oct 27 21:01:03.956 INFO kablam! 498 | Option>, Oct 27 21:01:03.956 INFO kablam! | ^^^^^^^^ Oct 27 21:01:03.956 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:03.956 INFO kablam! --> src/io/write/combinators.rs:499:30 Oct 27 21:01:03.956 INFO kablam! | Oct 27 21:01:03.956 INFO kablam! 499 | io::Result>> as WriteTo>::Future; Oct 27 21:01:03.956 INFO kablam! | ^^^^^^^^ Oct 27 21:01:03.956 INFO kablam! Oct 27 21:01:04.623 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.623 INFO kablam! --> src/io/read/primitives.rs:114:31 Oct 27 21:01:04.623 INFO kablam! | Oct 27 21:01:04.623 INFO kablam! 114 | type MapFuture where P: Pattern = Oct 27 21:01:04.623 INFO kablam! | ^^^^^^^^^^ Oct 27 21:01:04.623 INFO kablam! | Oct 27 21:01:04.623 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 21:01:04.623 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.623 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.623 INFO kablam! --> src/io/read/primitives.rs:115:38 Oct 27 21:01:04.623 INFO kablam! | Oct 27 21:01:04.623 INFO kablam! 115 | T> as ReadFrom>::Future; Oct 27 21:01:04.623 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.623 INFO kablam! Oct 27 21:01:04.627 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.627 INFO kablam! --> src/io/read/primitives.rs:208:27 Oct 27 21:01:04.627 INFO kablam! | Oct 27 21:01:04.627 INFO kablam! 208 | pub type ReadEos where R: Read = io_futures::ReadThen src/io/read/combinators.rs:86:11 Oct 27 21:01:04.629 INFO kablam! | Oct 27 21:01:04.629 INFO kablam! 86 | where P0: ReadFrom, Oct 27 21:01:04.629 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 21:01:04.629 INFO kablam! 87 | P1: ReadFrom, Oct 27 21:01:04.629 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 21:01:04.629 INFO kablam! 88 | F: FnOnce(P0::Value) -> P1, Oct 27 21:01:04.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.630 INFO kablam! 89 | R: Read = ReadThen::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.630 INFO kablam! --> src/io/read/combinators.rs:91:52 Oct 27 21:01:04.630 INFO kablam! | Oct 27 21:01:04.630 INFO kablam! 91 | Branch>, Oct 27 21:01:04.630 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.630 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.630 INFO kablam! --> src/io/read/combinators.rs:92:45 Oct 27 21:01:04.630 INFO kablam! | Oct 27 21:01:04.630 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:04.630 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.630 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.630 INFO kablam! --> src/io/read/combinators.rs:92:86 Oct 27 21:01:04.630 INFO kablam! | Oct 27 21:01:04.630 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:04.630 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.630 INFO kablam! Oct 27 21:01:04.631 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.631 INFO kablam! --> src/io/read/combinators.rs:197:11 Oct 27 21:01:04.631 INFO kablam! | Oct 27 21:01:04.632 INFO kablam! 197 | where P: ReadFrom, Oct 27 21:01:04.632 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:04.632 INFO kablam! 198 | F: FnOnce(P::Value) -> T, Oct 27 21:01:04.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.632 INFO kablam! 199 | R: Read = ReadAndThen::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.633 INFO kablam! --> src/io/read/combinators.rs:202:37 Oct 27 21:01:04.633 INFO kablam! | Oct 27 21:01:04.633 INFO kablam! 202 | fn((P::Value, F)) -> io::Result>; Oct 27 21:01:04.633 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.633 INFO kablam! Oct 27 21:01:04.634 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.635 INFO kablam! --> src/io/read/combinators.rs:343:11 Oct 27 21:01:04.635 INFO kablam! | Oct 27 21:01:04.635 INFO kablam! 343 | where I: Iterator, Oct 27 21:01:04.635 INFO kablam! | ^^^^^^^^^^^ Oct 27 21:01:04.635 INFO kablam! 344 | I::Item: ReadFrom, Oct 27 21:01:04.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.635 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 27 21:01:04.635 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.636 INFO kablam! | Oct 27 21:01:04.636 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.636 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.636 INFO kablam! --> src/io/read/combinators.rs:345:37 Oct 27 21:01:04.636 INFO kablam! | Oct 27 21:01:04.636 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 27 21:01:04.637 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.637 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.637 INFO kablam! --> src/io/read/combinators.rs:345:57 Oct 27 21:01:04.637 INFO kablam! | Oct 27 21:01:04.637 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 27 21:01:04.637 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.637 INFO kablam! Oct 27 21:01:04.638 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.638 INFO kablam! --> src/io/read/combinators.rs:375:11 Oct 27 21:01:04.638 INFO kablam! | Oct 27 21:01:04.638 INFO kablam! 375 | where R: Read, Oct 27 21:01:04.638 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.639 INFO kablam! 376 | P: ReadFrom = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.639 INFO kablam! --> src/io/read/combinators.rs:378:46 Oct 27 21:01:04.639 INFO kablam! | Oct 27 21:01:04.639 INFO kablam! 378 | fn(P::Value) -> Option, Oct 27 21:01:04.639 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.640 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.640 INFO kablam! --> src/io/read/combinators.rs:378:66 Oct 27 21:01:04.640 INFO kablam! | Oct 27 21:01:04.640 INFO kablam! 378 | fn(P::Value) -> Option, Oct 27 21:01:04.640 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.640 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.640 INFO kablam! --> src/io/read/combinators.rs:379:50 Oct 27 21:01:04.640 INFO kablam! | Oct 27 21:01:04.640 INFO kablam! 379 | Option>, Oct 27 21:01:04.640 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.640 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.640 INFO kablam! --> src/io/read/combinators.rs:380:60 Oct 27 21:01:04.640 INFO kablam! | Oct 27 21:01:04.640 INFO kablam! 380 | futures::Done<(R, Option), (R, io::Error)>>; Oct 27 21:01:04.640 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.640 INFO kablam! Oct 27 21:01:04.641 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.641 INFO kablam! --> src/io/read/combinators.rs:434:28 Oct 27 21:01:04.641 INFO kablam! | Oct 27 21:01:04.641 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 27 21:01:04.641 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.641 INFO kablam! | Oct 27 21:01:04.641 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.641 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.641 INFO kablam! --> src/io/read/combinators.rs:434:59 Oct 27 21:01:04.642 INFO kablam! | Oct 27 21:01:04.642 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 27 21:01:04.642 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.642 INFO kablam! Oct 27 21:01:04.643 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.643 INFO kablam! --> src/io/read/combinators.rs:479:11 Oct 27 21:01:04.643 INFO kablam! | Oct 27 21:01:04.643 INFO kablam! 479 | where A: ReadFrom, Oct 27 21:01:04.643 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:04.643 INFO kablam! 480 | B: ReadFrom, Oct 27 21:01:04.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.643 INFO kablam! 481 | C: ReadFrom, Oct 27 21:01:04.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.643 INFO kablam! 482 | D: ReadFrom, Oct 27 21:01:04.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.644 INFO kablam! 483 | E: ReadFrom, Oct 27 21:01:04.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.644 INFO kablam! 484 | F: ReadFrom, Oct 27 21:01:04.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.644 INFO kablam! 485 | G: ReadFrom, Oct 27 21:01:04.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.644 INFO kablam! 486 | H: ReadFrom, Oct 27 21:01:04.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.644 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.645 INFO kablam! --> src/io/read/combinators.rs:487:28 Oct 27 21:01:04.645 INFO kablam! | Oct 27 21:01:04.645 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.645 INFO kablam! --> src/io/read/combinators.rs:488:28 Oct 27 21:01:04.645 INFO kablam! | Oct 27 21:01:04.645 INFO kablam! 488 | B::Future, Oct 27 21:01:04.645 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.645 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.645 INFO kablam! --> src/io/read/combinators.rs:489:28 Oct 27 21:01:04.645 INFO kablam! | Oct 27 21:01:04.646 INFO kablam! 489 | C::Future, Oct 27 21:01:04.646 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.646 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.646 INFO kablam! --> src/io/read/combinators.rs:490:28 Oct 27 21:01:04.646 INFO kablam! | Oct 27 21:01:04.646 INFO kablam! 490 | D::Future, Oct 27 21:01:04.646 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.646 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.646 INFO kablam! --> src/io/read/combinators.rs:491:28 Oct 27 21:01:04.646 INFO kablam! | Oct 27 21:01:04.647 INFO kablam! 491 | E::Future, Oct 27 21:01:04.647 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.647 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.647 INFO kablam! --> src/io/read/combinators.rs:492:28 Oct 27 21:01:04.647 INFO kablam! | Oct 27 21:01:04.647 INFO kablam! 492 | F::Future, Oct 27 21:01:04.651 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.651 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.651 INFO kablam! --> src/io/read/combinators.rs:493:28 Oct 27 21:01:04.651 INFO kablam! | Oct 27 21:01:04.651 INFO kablam! 493 | G::Future, Oct 27 21:01:04.651 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.651 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.651 INFO kablam! --> src/io/read/combinators.rs:494:28 Oct 27 21:01:04.651 INFO kablam! | Oct 27 21:01:04.651 INFO kablam! 494 | H::Future>; Oct 27 21:01:04.651 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.651 INFO kablam! Oct 27 21:01:04.653 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.653 INFO kablam! --> src/io/write/primitives.rs:101:29 Oct 27 21:01:04.653 INFO kablam! | Oct 27 21:01:04.653 INFO kablam! 101 | type MapFuture where P: WriteTo = Oct 27 21:01:04.653 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:01:04.654 INFO kablam! | Oct 27 21:01:04.654 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.654 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.654 INFO kablam! --> src/io/write/primitives.rs:102:40 Oct 27 21:01:04.654 INFO kablam! | Oct 27 21:01:04.654 INFO kablam! 102 | T> as WriteTo>::Future; Oct 27 21:01:04.654 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.654 INFO kablam! Oct 27 21:01:04.660 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.660 INFO kablam! --> src/io/write/combinators.rs:92:11 Oct 27 21:01:04.660 INFO kablam! | Oct 27 21:01:04.660 INFO kablam! 92 | where P0: WriteTo, Oct 27 21:01:04.660 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:04.660 INFO kablam! 93 | P1: WriteTo, Oct 27 21:01:04.660 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:04.660 INFO kablam! 94 | F: FnOnce(P0::Value) -> P1, Oct 27 21:01:04.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.660 INFO kablam! 95 | W: Write = WriteThen::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.661 INFO kablam! --> src/io/write/combinators.rs:97:54 Oct 27 21:01:04.661 INFO kablam! | Oct 27 21:01:04.661 INFO kablam! 97 | Branch>, Oct 27 21:01:04.661 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.661 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.661 INFO kablam! --> src/io/write/combinators.rs:98:47 Oct 27 21:01:04.661 INFO kablam! | Oct 27 21:01:04.661 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:04.661 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.661 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.661 INFO kablam! --> src/io/write/combinators.rs:98:88 Oct 27 21:01:04.662 INFO kablam! | Oct 27 21:01:04.662 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:04.662 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.662 INFO kablam! Oct 27 21:01:04.663 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.663 INFO kablam! --> src/io/write/combinators.rs:301:29 Oct 27 21:01:04.663 INFO kablam! | Oct 27 21:01:04.663 INFO kablam! 301 | type MapFuture where P: WriteTo = Oct 27 21:01:04.663 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:01:04.663 INFO kablam! | Oct 27 21:01:04.663 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.664 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.664 INFO kablam! --> src/io/write/combinators.rs:302:40 Oct 27 21:01:04.664 INFO kablam! | Oct 27 21:01:04.664 INFO kablam! 302 | T> as WriteTo>::Future; Oct 27 21:01:04.664 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.664 INFO kablam! Oct 27 21:01:04.666 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.666 INFO kablam! --> src/io/write/combinators.rs:346:11 Oct 27 21:01:04.667 INFO kablam! | Oct 27 21:01:04.667 INFO kablam! 346 | where A: WriteTo, Oct 27 21:01:04.667 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:01:04.667 INFO kablam! 347 | B: WriteTo, Oct 27 21:01:04.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.667 INFO kablam! 348 | C: WriteTo, Oct 27 21:01:04.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.667 INFO kablam! 349 | D: WriteTo, Oct 27 21:01:04.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.668 INFO kablam! 350 | E: WriteTo, Oct 27 21:01:04.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.668 INFO kablam! 351 | F: WriteTo, Oct 27 21:01:04.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.668 INFO kablam! 352 | G: WriteTo, Oct 27 21:01:04.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.668 INFO kablam! 353 | H: WriteTo, Oct 27 21:01:04.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.668 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.669 INFO kablam! --> src/io/write/combinators.rs:354:29 Oct 27 21:01:04.669 INFO kablam! | Oct 27 21:01:04.669 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.669 INFO kablam! --> src/io/write/combinators.rs:355:29 Oct 27 21:01:04.669 INFO kablam! | Oct 27 21:01:04.669 INFO kablam! 355 | B::Future, Oct 27 21:01:04.669 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.669 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.675 INFO kablam! --> src/io/write/combinators.rs:356:29 Oct 27 21:01:04.675 INFO kablam! | Oct 27 21:01:04.675 INFO kablam! 356 | C::Future, Oct 27 21:01:04.675 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.675 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.675 INFO kablam! --> src/io/write/combinators.rs:357:29 Oct 27 21:01:04.675 INFO kablam! | Oct 27 21:01:04.675 INFO kablam! 357 | D::Future, Oct 27 21:01:04.675 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.675 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.675 INFO kablam! --> src/io/write/combinators.rs:358:29 Oct 27 21:01:04.675 INFO kablam! | Oct 27 21:01:04.675 INFO kablam! 358 | E::Future, Oct 27 21:01:04.675 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.675 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.675 INFO kablam! --> src/io/write/combinators.rs:359:29 Oct 27 21:01:04.675 INFO kablam! | Oct 27 21:01:04.675 INFO kablam! 359 | F::Future, Oct 27 21:01:04.675 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.675 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.675 INFO kablam! --> src/io/write/combinators.rs:360:29 Oct 27 21:01:04.675 INFO kablam! | Oct 27 21:01:04.675 INFO kablam! 360 | G::Future, Oct 27 21:01:04.675 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.675 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.675 INFO kablam! --> src/io/write/combinators.rs:361:29 Oct 27 21:01:04.675 INFO kablam! | Oct 27 21:01:04.675 INFO kablam! 361 | H::Future>; Oct 27 21:01:04.675 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.675 INFO kablam! Oct 27 21:01:04.675 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.675 INFO kablam! --> src/io/write/combinators.rs:460:11 Oct 27 21:01:04.675 INFO kablam! | Oct 27 21:01:04.675 INFO kablam! 460 | where I: Iterator, Oct 27 21:01:04.675 INFO kablam! | ^^^^^^^^^^^ Oct 27 21:01:04.675 INFO kablam! 461 | I::Item: Pattern = WriteIterFold::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.675 INFO kablam! --> src/io/write/combinators.rs:462:44 Oct 27 21:01:04.675 INFO kablam! | Oct 27 21:01:04.675 INFO kablam! 462 | I::Item, Oct 27 21:01:04.675 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.675 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.675 INFO kablam! --> src/io/write/combinators.rs:464:52 Oct 27 21:01:04.675 INFO kablam! | Oct 27 21:01:04.675 INFO kablam! 464 | fn((), ::Value) -> (), Oct 27 21:01:04.675 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.675 INFO kablam! Oct 27 21:01:04.675 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.675 INFO kablam! --> src/io/write/combinators.rs:497:34 Oct 27 21:01:04.675 INFO kablam! | Oct 27 21:01:04.675 INFO kablam! 497 | pub type WriteOption where P: Pattern = Oct 27 21:01:04.675 INFO kablam! | ^^^^^^^^^^ Oct 27 21:01:04.675 INFO kablam! | Oct 27 21:01:04.675 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.675 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.676 INFO kablam! --> src/io/write/combinators.rs:498:45 Oct 27 21:01:04.676 INFO kablam! | Oct 27 21:01:04.676 INFO kablam! 498 | Option>, Oct 27 21:01:04.676 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.679 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.679 INFO kablam! --> src/io/write/combinators.rs:498:65 Oct 27 21:01:04.679 INFO kablam! | Oct 27 21:01:04.679 INFO kablam! 498 | Option>, Oct 27 21:01:04.679 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.679 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.679 INFO kablam! --> src/io/write/combinators.rs:499:30 Oct 27 21:01:04.679 INFO kablam! | Oct 27 21:01:04.679 INFO kablam! 499 | io::Result>> as WriteTo>::Future; Oct 27 21:01:04.679 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.679 INFO kablam! Oct 27 21:01:04.748 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.56s Oct 27 21:01:04.751 INFO kablam! su: No module specific data is present Oct 27 21:01:05.902 INFO running `"docker" "rm" "-f" "a1c7f7f0f7f08376e8b9ab0a2ec05ec3727d1bdd442432577fae43a2ab72d97d"` Oct 27 21:01:06.176 INFO blam! a1c7f7f0f7f08376e8b9ab0a2ec05ec3727d1bdd442432577fae43a2ab72d97d