Oct 27 21:01:00.127 INFO checking handy_io-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 21:01:00.128 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.523 INFO blam! 32e53659680acf5945f6061b7d153f1bc6c071c36abe4ea0931195e95c5de4cf Oct 27 21:01:00.527 INFO running `"docker" "start" "-a" "32e53659680acf5945f6061b7d153f1bc6c071c36abe4ea0931195e95c5de4cf"` Oct 27 21:01:01.219 INFO kablam! usermod: no changes Oct 27 21:01:01.267 INFO kablam! Checking handy_io v0.1.2 (/source) Oct 27 21:01:02.111 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.111 INFO kablam! --> src/io/mod.rs:9:31 Oct 27 21:01:02.111 INFO kablam! | Oct 27 21:01:02.111 INFO kablam! 9 | pub type IoFuture = ::futures::BoxFuture<(S, T), (S, ::std::io::Error)>; Oct 27 21:01:02.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:02.111 INFO kablam! | Oct 27 21:01:02.111 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 21:01:02.111 INFO kablam! Oct 27 21:01:02.196 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.196 INFO kablam! --> src/io/mod.rs:9:31 Oct 27 21:01:02.196 INFO kablam! | Oct 27 21:01:02.196 INFO kablam! 9 | pub type IoFuture = ::futures::BoxFuture<(S, T), (S, ::std::io::Error)>; Oct 27 21:01:02.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:02.196 INFO kablam! | Oct 27 21:01:02.196 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 21:01:02.196 INFO kablam! Oct 27 21:01:02.627 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.627 INFO kablam! --> src/io/read/mod.rs:77:75 Oct 27 21:01:02.627 INFO kablam! | Oct 27 21:01:02.627 INFO kablam! 77 | let mut f = Some(move |reader: R| self.lossless_read_from(reader).boxed()); Oct 27 21:01:02.627 INFO kablam! | ^^^^^ Oct 27 21:01:02.627 INFO kablam! Oct 27 21:01:02.679 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.679 INFO kablam! --> src/io/read/mod.rs:77:75 Oct 27 21:01:02.679 INFO kablam! | Oct 27 21:01:02.679 INFO kablam! 77 | let mut f = Some(move |reader: R| self.lossless_read_from(reader).boxed()); Oct 27 21:01:02.679 INFO kablam! | ^^^^^ Oct 27 21:01:02.679 INFO kablam! Oct 27 21:01:02.961 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.961 INFO kablam! --> src/io/write/mod.rs:75:74 Oct 27 21:01:02.961 INFO kablam! | Oct 27 21:01:02.961 INFO kablam! 75 | let mut f = Some(move |writer: W| self.lossless_write_to(writer).boxed()); Oct 27 21:01:02.961 INFO kablam! | ^^^^^ Oct 27 21:01:02.961 INFO kablam! Oct 27 21:01:03.163 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.163 INFO kablam! --> src/io/write/mod.rs:75:74 Oct 27 21:01:03.163 INFO kablam! | Oct 27 21:01:03.163 INFO kablam! 75 | let mut f = Some(move |writer: W| self.lossless_write_to(writer).boxed()); Oct 27 21:01:03.163 INFO kablam! | ^^^^^ Oct 27 21:01:03.163 INFO kablam! Oct 27 21:01:04.343 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.343 INFO kablam! --> src/io/read/primitives.rs:114:31 Oct 27 21:01:04.343 INFO kablam! | Oct 27 21:01:04.343 INFO kablam! 114 | type MapFuture where P: Pattern = Oct 27 21:01:04.343 INFO kablam! | ^^^^^^^^^^ Oct 27 21:01:04.345 INFO kablam! | Oct 27 21:01:04.345 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 21:01:04.345 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.345 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.345 INFO kablam! --> src/io/read/primitives.rs:115:38 Oct 27 21:01:04.345 INFO kablam! | Oct 27 21:01:04.345 INFO kablam! 115 | T> as ReadFrom>::Future; Oct 27 21:01:04.345 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.345 INFO kablam! Oct 27 21:01:04.347 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.347 INFO kablam! --> src/io/read/primitives.rs:208:27 Oct 27 21:01:04.347 INFO kablam! | Oct 27 21:01:04.347 INFO kablam! 208 | pub type ReadEos where R: Read = io_futures::ReadThen src/io/read/combinators.rs:86:11 Oct 27 21:01:04.355 INFO kablam! | Oct 27 21:01:04.355 INFO kablam! 86 | where P0: ReadFrom, Oct 27 21:01:04.355 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 21:01:04.355 INFO kablam! 87 | P1: ReadFrom, Oct 27 21:01:04.356 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 21:01:04.356 INFO kablam! 88 | F: FnOnce(P0::Value) -> P1, Oct 27 21:01:04.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.356 INFO kablam! 89 | R: Read = ReadThen::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.356 INFO kablam! --> src/io/read/combinators.rs:91:52 Oct 27 21:01:04.356 INFO kablam! | Oct 27 21:01:04.356 INFO kablam! 91 | Branch>, Oct 27 21:01:04.356 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.363 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.363 INFO kablam! --> src/io/read/combinators.rs:92:45 Oct 27 21:01:04.363 INFO kablam! | Oct 27 21:01:04.363 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:04.363 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.363 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.363 INFO kablam! --> src/io/read/combinators.rs:92:86 Oct 27 21:01:04.364 INFO kablam! | Oct 27 21:01:04.364 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:04.364 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.364 INFO kablam! Oct 27 21:01:04.365 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.365 INFO kablam! --> src/io/read/combinators.rs:197:11 Oct 27 21:01:04.365 INFO kablam! | Oct 27 21:01:04.365 INFO kablam! 197 | where P: ReadFrom, Oct 27 21:01:04.365 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:04.365 INFO kablam! 198 | F: FnOnce(P::Value) -> T, Oct 27 21:01:04.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.365 INFO kablam! 199 | R: Read = ReadAndThen::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.365 INFO kablam! --> src/io/read/combinators.rs:202:37 Oct 27 21:01:04.365 INFO kablam! | Oct 27 21:01:04.365 INFO kablam! 202 | fn((P::Value, F)) -> io::Result>; Oct 27 21:01:04.365 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.365 INFO kablam! Oct 27 21:01:04.366 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.366 INFO kablam! --> src/io/read/combinators.rs:343:11 Oct 27 21:01:04.366 INFO kablam! | Oct 27 21:01:04.366 INFO kablam! 343 | where I: Iterator, Oct 27 21:01:04.366 INFO kablam! | ^^^^^^^^^^^ Oct 27 21:01:04.366 INFO kablam! 344 | I::Item: ReadFrom, Oct 27 21:01:04.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.366 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 27 21:01:04.366 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.366 INFO kablam! | Oct 27 21:01:04.366 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.367 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.367 INFO kablam! --> src/io/read/combinators.rs:345:37 Oct 27 21:01:04.367 INFO kablam! | Oct 27 21:01:04.367 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 27 21:01:04.367 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.367 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.367 INFO kablam! --> src/io/read/combinators.rs:345:57 Oct 27 21:01:04.367 INFO kablam! | Oct 27 21:01:04.367 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 27 21:01:04.367 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.367 INFO kablam! Oct 27 21:01:04.368 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.368 INFO kablam! --> src/io/read/combinators.rs:375:11 Oct 27 21:01:04.368 INFO kablam! | Oct 27 21:01:04.368 INFO kablam! 375 | where R: Read, Oct 27 21:01:04.368 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.368 INFO kablam! 376 | P: ReadFrom = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.368 INFO kablam! --> src/io/read/combinators.rs:378:46 Oct 27 21:01:04.368 INFO kablam! | Oct 27 21:01:04.368 INFO kablam! 378 | fn(P::Value) -> Option, Oct 27 21:01:04.368 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.369 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.369 INFO kablam! --> src/io/read/combinators.rs:378:66 Oct 27 21:01:04.369 INFO kablam! | Oct 27 21:01:04.369 INFO kablam! 378 | fn(P::Value) -> Option, Oct 27 21:01:04.369 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.369 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.369 INFO kablam! --> src/io/read/combinators.rs:379:50 Oct 27 21:01:04.369 INFO kablam! | Oct 27 21:01:04.369 INFO kablam! 379 | Option>, Oct 27 21:01:04.369 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.370 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.370 INFO kablam! --> src/io/read/combinators.rs:380:60 Oct 27 21:01:04.370 INFO kablam! | Oct 27 21:01:04.370 INFO kablam! 380 | futures::Done<(R, Option), (R, io::Error)>>; Oct 27 21:01:04.370 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.370 INFO kablam! Oct 27 21:01:04.370 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.370 INFO kablam! --> src/io/read/combinators.rs:434:28 Oct 27 21:01:04.370 INFO kablam! | Oct 27 21:01:04.370 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 27 21:01:04.370 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.370 INFO kablam! | Oct 27 21:01:04.370 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.371 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.371 INFO kablam! --> src/io/read/combinators.rs:434:59 Oct 27 21:01:04.371 INFO kablam! | Oct 27 21:01:04.371 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 27 21:01:04.371 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.371 INFO kablam! Oct 27 21:01:04.372 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.372 INFO kablam! --> src/io/read/combinators.rs:479:11 Oct 27 21:01:04.372 INFO kablam! | Oct 27 21:01:04.372 INFO kablam! 479 | where A: ReadFrom, Oct 27 21:01:04.372 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:04.372 INFO kablam! 480 | B: ReadFrom, Oct 27 21:01:04.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.372 INFO kablam! 481 | C: ReadFrom, Oct 27 21:01:04.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.372 INFO kablam! 482 | D: ReadFrom, Oct 27 21:01:04.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.372 INFO kablam! 483 | E: ReadFrom, Oct 27 21:01:04.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.372 INFO kablam! 484 | F: ReadFrom, Oct 27 21:01:04.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.372 INFO kablam! 485 | G: ReadFrom, Oct 27 21:01:04.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.372 INFO kablam! 486 | H: ReadFrom, Oct 27 21:01:04.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.372 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.372 INFO kablam! --> src/io/read/combinators.rs:487:28 Oct 27 21:01:04.373 INFO kablam! | Oct 27 21:01:04.373 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.373 INFO kablam! --> src/io/read/combinators.rs:488:28 Oct 27 21:01:04.373 INFO kablam! | Oct 27 21:01:04.373 INFO kablam! 488 | B::Future, Oct 27 21:01:04.373 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.373 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.373 INFO kablam! --> src/io/read/combinators.rs:489:28 Oct 27 21:01:04.373 INFO kablam! | Oct 27 21:01:04.373 INFO kablam! 489 | C::Future, Oct 27 21:01:04.373 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.373 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.373 INFO kablam! --> src/io/read/combinators.rs:490:28 Oct 27 21:01:04.373 INFO kablam! | Oct 27 21:01:04.373 INFO kablam! 490 | D::Future, Oct 27 21:01:04.373 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.373 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.373 INFO kablam! --> src/io/read/combinators.rs:491:28 Oct 27 21:01:04.373 INFO kablam! | Oct 27 21:01:04.373 INFO kablam! 491 | E::Future, Oct 27 21:01:04.373 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.373 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.373 INFO kablam! --> src/io/read/combinators.rs:492:28 Oct 27 21:01:04.373 INFO kablam! | Oct 27 21:01:04.373 INFO kablam! 492 | F::Future, Oct 27 21:01:04.373 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.373 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.373 INFO kablam! --> src/io/read/combinators.rs:493:28 Oct 27 21:01:04.373 INFO kablam! | Oct 27 21:01:04.373 INFO kablam! 493 | G::Future, Oct 27 21:01:04.373 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.378 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.378 INFO kablam! --> src/io/read/combinators.rs:494:28 Oct 27 21:01:04.378 INFO kablam! | Oct 27 21:01:04.378 INFO kablam! 494 | H::Future>; Oct 27 21:01:04.378 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.378 INFO kablam! Oct 27 21:01:04.383 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.383 INFO kablam! --> src/io/write/primitives.rs:101:29 Oct 27 21:01:04.383 INFO kablam! | Oct 27 21:01:04.383 INFO kablam! 101 | type MapFuture where P: WriteTo = Oct 27 21:01:04.383 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:01:04.383 INFO kablam! | Oct 27 21:01:04.383 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.383 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.383 INFO kablam! --> src/io/write/primitives.rs:102:40 Oct 27 21:01:04.383 INFO kablam! | Oct 27 21:01:04.383 INFO kablam! 102 | T> as WriteTo>::Future; Oct 27 21:01:04.383 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.383 INFO kablam! Oct 27 21:01:04.397 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.398 INFO kablam! --> src/io/write/combinators.rs:92:11 Oct 27 21:01:04.398 INFO kablam! | Oct 27 21:01:04.398 INFO kablam! 92 | where P0: WriteTo, Oct 27 21:01:04.398 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:04.398 INFO kablam! 93 | P1: WriteTo, Oct 27 21:01:04.398 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:04.398 INFO kablam! 94 | F: FnOnce(P0::Value) -> P1, Oct 27 21:01:04.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.398 INFO kablam! 95 | W: Write = WriteThen::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.398 INFO kablam! --> src/io/write/combinators.rs:97:54 Oct 27 21:01:04.398 INFO kablam! | Oct 27 21:01:04.398 INFO kablam! 97 | Branch>, Oct 27 21:01:04.398 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.398 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.398 INFO kablam! --> src/io/write/combinators.rs:98:47 Oct 27 21:01:04.398 INFO kablam! | Oct 27 21:01:04.398 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:04.398 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.398 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.398 INFO kablam! --> src/io/write/combinators.rs:98:88 Oct 27 21:01:04.398 INFO kablam! | Oct 27 21:01:04.398 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:04.398 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.398 INFO kablam! Oct 27 21:01:04.398 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.398 INFO kablam! --> src/io/write/combinators.rs:301:29 Oct 27 21:01:04.398 INFO kablam! | Oct 27 21:01:04.398 INFO kablam! 301 | type MapFuture where P: WriteTo = Oct 27 21:01:04.398 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:01:04.398 INFO kablam! | Oct 27 21:01:04.401 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.401 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.401 INFO kablam! --> src/io/write/combinators.rs:302:40 Oct 27 21:01:04.401 INFO kablam! | Oct 27 21:01:04.401 INFO kablam! 302 | T> as WriteTo>::Future; Oct 27 21:01:04.401 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.401 INFO kablam! Oct 27 21:01:04.401 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.401 INFO kablam! --> src/io/write/combinators.rs:346:11 Oct 27 21:01:04.401 INFO kablam! | Oct 27 21:01:04.401 INFO kablam! 346 | where A: WriteTo, Oct 27 21:01:04.401 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:01:04.401 INFO kablam! 347 | B: WriteTo, Oct 27 21:01:04.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.401 INFO kablam! 348 | C: WriteTo, Oct 27 21:01:04.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.401 INFO kablam! 349 | D: WriteTo, Oct 27 21:01:04.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.401 INFO kablam! 350 | E: WriteTo, Oct 27 21:01:04.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.401 INFO kablam! 351 | F: WriteTo, Oct 27 21:01:04.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.401 INFO kablam! 352 | G: WriteTo, Oct 27 21:01:04.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.401 INFO kablam! 353 | H: WriteTo, Oct 27 21:01:04.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.401 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.402 INFO kablam! --> src/io/write/combinators.rs:354:29 Oct 27 21:01:04.402 INFO kablam! | Oct 27 21:01:04.402 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.402 INFO kablam! --> src/io/write/combinators.rs:355:29 Oct 27 21:01:04.402 INFO kablam! | Oct 27 21:01:04.402 INFO kablam! 355 | B::Future, Oct 27 21:01:04.402 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.402 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.402 INFO kablam! --> src/io/write/combinators.rs:356:29 Oct 27 21:01:04.402 INFO kablam! | Oct 27 21:01:04.402 INFO kablam! 356 | C::Future, Oct 27 21:01:04.402 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.403 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.403 INFO kablam! --> src/io/write/combinators.rs:357:29 Oct 27 21:01:04.403 INFO kablam! | Oct 27 21:01:04.403 INFO kablam! 357 | D::Future, Oct 27 21:01:04.403 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.403 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.403 INFO kablam! --> src/io/write/combinators.rs:358:29 Oct 27 21:01:04.403 INFO kablam! | Oct 27 21:01:04.403 INFO kablam! 358 | E::Future, Oct 27 21:01:04.403 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.403 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.403 INFO kablam! --> src/io/write/combinators.rs:359:29 Oct 27 21:01:04.403 INFO kablam! | Oct 27 21:01:04.403 INFO kablam! 359 | F::Future, Oct 27 21:01:04.403 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.403 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.403 INFO kablam! --> src/io/write/combinators.rs:360:29 Oct 27 21:01:04.403 INFO kablam! | Oct 27 21:01:04.403 INFO kablam! 360 | G::Future, Oct 27 21:01:04.403 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.404 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.404 INFO kablam! --> src/io/write/combinators.rs:361:29 Oct 27 21:01:04.404 INFO kablam! | Oct 27 21:01:04.404 INFO kablam! 361 | H::Future>; Oct 27 21:01:04.404 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.404 INFO kablam! Oct 27 21:01:04.404 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.405 INFO kablam! --> src/io/write/combinators.rs:460:11 Oct 27 21:01:04.405 INFO kablam! | Oct 27 21:01:04.405 INFO kablam! 460 | where I: Iterator, Oct 27 21:01:04.405 INFO kablam! | ^^^^^^^^^^^ Oct 27 21:01:04.405 INFO kablam! 461 | I::Item: Pattern = WriteIterFold::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.405 INFO kablam! --> src/io/write/combinators.rs:462:44 Oct 27 21:01:04.405 INFO kablam! | Oct 27 21:01:04.405 INFO kablam! 462 | I::Item, Oct 27 21:01:04.405 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.405 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.405 INFO kablam! --> src/io/write/combinators.rs:464:52 Oct 27 21:01:04.405 INFO kablam! | Oct 27 21:01:04.405 INFO kablam! 464 | fn((), ::Value) -> (), Oct 27 21:01:04.405 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.405 INFO kablam! Oct 27 21:01:04.406 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.406 INFO kablam! --> src/io/write/combinators.rs:497:34 Oct 27 21:01:04.406 INFO kablam! | Oct 27 21:01:04.406 INFO kablam! 497 | pub type WriteOption where P: Pattern = Oct 27 21:01:04.406 INFO kablam! | ^^^^^^^^^^ Oct 27 21:01:04.406 INFO kablam! | Oct 27 21:01:04.406 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.406 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.406 INFO kablam! --> src/io/write/combinators.rs:498:45 Oct 27 21:01:04.406 INFO kablam! | Oct 27 21:01:04.406 INFO kablam! 498 | Option>, Oct 27 21:01:04.406 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.411 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.411 INFO kablam! --> src/io/write/combinators.rs:498:65 Oct 27 21:01:04.411 INFO kablam! | Oct 27 21:01:04.411 INFO kablam! 498 | Option>, Oct 27 21:01:04.411 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.411 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.411 INFO kablam! --> src/io/write/combinators.rs:499:30 Oct 27 21:01:04.411 INFO kablam! | Oct 27 21:01:04.411 INFO kablam! 499 | io::Result>> as WriteTo>::Future; Oct 27 21:01:04.411 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.411 INFO kablam! Oct 27 21:01:04.453 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.454 INFO kablam! --> src/io/read/primitives.rs:114:31 Oct 27 21:01:04.454 INFO kablam! | Oct 27 21:01:04.454 INFO kablam! 114 | type MapFuture where P: Pattern = Oct 27 21:01:04.455 INFO kablam! | ^^^^^^^^^^ Oct 27 21:01:04.455 INFO kablam! | Oct 27 21:01:04.455 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 21:01:04.455 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.456 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.456 INFO kablam! --> src/io/read/primitives.rs:115:38 Oct 27 21:01:04.456 INFO kablam! | Oct 27 21:01:04.456 INFO kablam! 115 | T> as ReadFrom>::Future; Oct 27 21:01:04.456 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.456 INFO kablam! Oct 27 21:01:04.483 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.483 INFO kablam! --> src/io/read/primitives.rs:208:27 Oct 27 21:01:04.483 INFO kablam! | Oct 27 21:01:04.484 INFO kablam! 208 | pub type ReadEos where R: Read = io_futures::ReadThen src/io/read/combinators.rs:86:11 Oct 27 21:01:04.485 INFO kablam! | Oct 27 21:01:04.486 INFO kablam! 86 | where P0: ReadFrom, Oct 27 21:01:04.486 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 21:01:04.486 INFO kablam! 87 | P1: ReadFrom, Oct 27 21:01:04.487 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 21:01:04.487 INFO kablam! 88 | F: FnOnce(P0::Value) -> P1, Oct 27 21:01:04.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.487 INFO kablam! 89 | R: Read = ReadThen::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.488 INFO kablam! --> src/io/read/combinators.rs:91:52 Oct 27 21:01:04.488 INFO kablam! | Oct 27 21:01:04.488 INFO kablam! 91 | Branch>, Oct 27 21:01:04.488 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.488 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.488 INFO kablam! --> src/io/read/combinators.rs:92:45 Oct 27 21:01:04.488 INFO kablam! | Oct 27 21:01:04.488 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:04.488 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.488 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.488 INFO kablam! --> src/io/read/combinators.rs:92:86 Oct 27 21:01:04.488 INFO kablam! | Oct 27 21:01:04.488 INFO kablam! 92 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:04.488 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.488 INFO kablam! Oct 27 21:01:04.488 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.488 INFO kablam! --> src/io/read/combinators.rs:197:11 Oct 27 21:01:04.488 INFO kablam! | Oct 27 21:01:04.488 INFO kablam! 197 | where P: ReadFrom, Oct 27 21:01:04.488 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:04.488 INFO kablam! 198 | F: FnOnce(P::Value) -> T, Oct 27 21:01:04.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.488 INFO kablam! 199 | R: Read = ReadAndThen::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.488 INFO kablam! --> src/io/read/combinators.rs:202:37 Oct 27 21:01:04.488 INFO kablam! | Oct 27 21:01:04.488 INFO kablam! 202 | fn((P::Value, F)) -> io::Result>; Oct 27 21:01:04.488 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.488 INFO kablam! Oct 27 21:01:04.488 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.488 INFO kablam! --> src/io/read/combinators.rs:343:11 Oct 27 21:01:04.488 INFO kablam! | Oct 27 21:01:04.488 INFO kablam! 343 | where I: Iterator, Oct 27 21:01:04.488 INFO kablam! | ^^^^^^^^^^^ Oct 27 21:01:04.488 INFO kablam! 344 | I::Item: ReadFrom, Oct 27 21:01:04.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.488 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 27 21:01:04.488 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.488 INFO kablam! | Oct 27 21:01:04.488 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.488 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.488 INFO kablam! --> src/io/read/combinators.rs:345:37 Oct 27 21:01:04.488 INFO kablam! | Oct 27 21:01:04.488 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 27 21:01:04.488 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.488 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.488 INFO kablam! --> src/io/read/combinators.rs:345:57 Oct 27 21:01:04.488 INFO kablam! | Oct 27 21:01:04.488 INFO kablam! 345 | R: Read = ReadIterFold::Value) -> (), ()>; Oct 27 21:01:04.488 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.488 INFO kablam! Oct 27 21:01:04.488 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.488 INFO kablam! --> src/io/read/combinators.rs:375:11 Oct 27 21:01:04.488 INFO kablam! | Oct 27 21:01:04.488 INFO kablam! 375 | where R: Read, Oct 27 21:01:04.488 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.488 INFO kablam! 376 | P: ReadFrom = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.488 INFO kablam! --> src/io/read/combinators.rs:378:46 Oct 27 21:01:04.488 INFO kablam! | Oct 27 21:01:04.488 INFO kablam! 378 | fn(P::Value) -> Option, Oct 27 21:01:04.488 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.488 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.488 INFO kablam! --> src/io/read/combinators.rs:378:66 Oct 27 21:01:04.488 INFO kablam! | Oct 27 21:01:04.488 INFO kablam! 378 | fn(P::Value) -> Option, Oct 27 21:01:04.488 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.488 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.488 INFO kablam! --> src/io/read/combinators.rs:379:50 Oct 27 21:01:04.488 INFO kablam! | Oct 27 21:01:04.489 INFO kablam! 379 | Option>, Oct 27 21:01:04.489 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.489 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.489 INFO kablam! --> src/io/read/combinators.rs:380:60 Oct 27 21:01:04.489 INFO kablam! | Oct 27 21:01:04.489 INFO kablam! 380 | futures::Done<(R, Option), (R, io::Error)>>; Oct 27 21:01:04.489 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.489 INFO kablam! Oct 27 21:01:04.489 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.489 INFO kablam! --> src/io/read/combinators.rs:434:28 Oct 27 21:01:04.489 INFO kablam! | Oct 27 21:01:04.489 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 27 21:01:04.489 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.489 INFO kablam! | Oct 27 21:01:04.489 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.489 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.489 INFO kablam! --> src/io/read/combinators.rs:434:59 Oct 27 21:01:04.489 INFO kablam! | Oct 27 21:01:04.489 INFO kablam! 434 | type MapFuture where F: Future = futures::Map T>; Oct 27 21:01:04.489 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.489 INFO kablam! Oct 27 21:01:04.489 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.489 INFO kablam! --> src/io/read/combinators.rs:479:11 Oct 27 21:01:04.489 INFO kablam! | Oct 27 21:01:04.489 INFO kablam! 479 | where A: ReadFrom, Oct 27 21:01:04.489 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:04.489 INFO kablam! 480 | B: ReadFrom, Oct 27 21:01:04.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.489 INFO kablam! 481 | C: ReadFrom, Oct 27 21:01:04.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.489 INFO kablam! 482 | D: ReadFrom, Oct 27 21:01:04.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.489 INFO kablam! 483 | E: ReadFrom, Oct 27 21:01:04.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.489 INFO kablam! 484 | F: ReadFrom, Oct 27 21:01:04.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.489 INFO kablam! 485 | G: ReadFrom, Oct 27 21:01:04.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.489 INFO kablam! 486 | H: ReadFrom, Oct 27 21:01:04.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.489 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.489 INFO kablam! --> src/io/read/combinators.rs:487:28 Oct 27 21:01:04.489 INFO kablam! | Oct 27 21:01:04.489 INFO kablam! 487 | R: Read = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.490 INFO kablam! --> src/io/read/combinators.rs:488:28 Oct 27 21:01:04.490 INFO kablam! | Oct 27 21:01:04.490 INFO kablam! 488 | B::Future, Oct 27 21:01:04.490 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.490 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.490 INFO kablam! --> src/io/read/combinators.rs:489:28 Oct 27 21:01:04.490 INFO kablam! | Oct 27 21:01:04.490 INFO kablam! 489 | C::Future, Oct 27 21:01:04.490 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.490 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.490 INFO kablam! --> src/io/read/combinators.rs:490:28 Oct 27 21:01:04.490 INFO kablam! | Oct 27 21:01:04.490 INFO kablam! 490 | D::Future, Oct 27 21:01:04.490 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.490 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.490 INFO kablam! --> src/io/read/combinators.rs:491:28 Oct 27 21:01:04.490 INFO kablam! | Oct 27 21:01:04.490 INFO kablam! 491 | E::Future, Oct 27 21:01:04.490 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.490 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.490 INFO kablam! --> src/io/read/combinators.rs:492:28 Oct 27 21:01:04.490 INFO kablam! | Oct 27 21:01:04.490 INFO kablam! 492 | F::Future, Oct 27 21:01:04.490 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.490 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.490 INFO kablam! --> src/io/read/combinators.rs:493:28 Oct 27 21:01:04.490 INFO kablam! | Oct 27 21:01:04.490 INFO kablam! 493 | G::Future, Oct 27 21:01:04.490 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.490 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.490 INFO kablam! --> src/io/read/combinators.rs:494:28 Oct 27 21:01:04.490 INFO kablam! | Oct 27 21:01:04.490 INFO kablam! 494 | H::Future>; Oct 27 21:01:04.490 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.490 INFO kablam! Oct 27 21:01:04.492 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.492 INFO kablam! --> src/io/write/primitives.rs:101:29 Oct 27 21:01:04.492 INFO kablam! | Oct 27 21:01:04.492 INFO kablam! 101 | type MapFuture where P: WriteTo = Oct 27 21:01:04.492 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:01:04.492 INFO kablam! | Oct 27 21:01:04.492 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.492 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.492 INFO kablam! --> src/io/write/primitives.rs:102:40 Oct 27 21:01:04.492 INFO kablam! | Oct 27 21:01:04.492 INFO kablam! 102 | T> as WriteTo>::Future; Oct 27 21:01:04.492 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.492 INFO kablam! Oct 27 21:01:04.507 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.507 INFO kablam! --> src/io/write/combinators.rs:92:11 Oct 27 21:01:04.507 INFO kablam! | Oct 27 21:01:04.507 INFO kablam! 92 | where P0: WriteTo, Oct 27 21:01:04.507 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:04.507 INFO kablam! 93 | P1: WriteTo, Oct 27 21:01:04.507 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:01:04.507 INFO kablam! 94 | F: FnOnce(P0::Value) -> P1, Oct 27 21:01:04.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.507 INFO kablam! 95 | W: Write = WriteThen::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.508 INFO kablam! --> src/io/write/combinators.rs:97:54 Oct 27 21:01:04.508 INFO kablam! | Oct 27 21:01:04.508 INFO kablam! 97 | Branch>, Oct 27 21:01:04.508 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.508 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.508 INFO kablam! --> src/io/write/combinators.rs:98:47 Oct 27 21:01:04.508 INFO kablam! | Oct 27 21:01:04.508 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:04.508 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.508 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.508 INFO kablam! --> src/io/write/combinators.rs:98:88 Oct 27 21:01:04.508 INFO kablam! | Oct 27 21:01:04.508 INFO kablam! 98 | fn(io::Result<(P0::Value, F)>) -> Branch>>; Oct 27 21:01:04.508 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.508 INFO kablam! Oct 27 21:01:04.519 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.519 INFO kablam! --> src/io/write/combinators.rs:301:29 Oct 27 21:01:04.519 INFO kablam! | Oct 27 21:01:04.519 INFO kablam! 301 | type MapFuture where P: WriteTo = Oct 27 21:01:04.519 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:01:04.519 INFO kablam! | Oct 27 21:01:04.519 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.519 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.519 INFO kablam! --> src/io/write/combinators.rs:302:40 Oct 27 21:01:04.519 INFO kablam! | Oct 27 21:01:04.519 INFO kablam! 302 | T> as WriteTo>::Future; Oct 27 21:01:04.519 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.519 INFO kablam! Oct 27 21:01:04.522 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.522 INFO kablam! --> src/io/write/combinators.rs:346:11 Oct 27 21:01:04.522 INFO kablam! | Oct 27 21:01:04.522 INFO kablam! 346 | where A: WriteTo, Oct 27 21:01:04.522 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 21:01:04.522 INFO kablam! 347 | B: WriteTo, Oct 27 21:01:04.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.522 INFO kablam! 348 | C: WriteTo, Oct 27 21:01:04.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.522 INFO kablam! 349 | D: WriteTo, Oct 27 21:01:04.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.522 INFO kablam! 350 | E: WriteTo, Oct 27 21:01:04.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.522 INFO kablam! 351 | F: WriteTo, Oct 27 21:01:04.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.522 INFO kablam! 352 | G: WriteTo, Oct 27 21:01:04.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.522 INFO kablam! 353 | H: WriteTo, Oct 27 21:01:04.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:04.522 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.522 INFO kablam! --> src/io/write/combinators.rs:354:29 Oct 27 21:01:04.522 INFO kablam! | Oct 27 21:01:04.522 INFO kablam! 354 | W: Write = Branch::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.522 INFO kablam! --> src/io/write/combinators.rs:355:29 Oct 27 21:01:04.522 INFO kablam! | Oct 27 21:01:04.522 INFO kablam! 355 | B::Future, Oct 27 21:01:04.522 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.522 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.522 INFO kablam! --> src/io/write/combinators.rs:356:29 Oct 27 21:01:04.523 INFO kablam! | Oct 27 21:01:04.523 INFO kablam! 356 | C::Future, Oct 27 21:01:04.523 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.523 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.523 INFO kablam! --> src/io/write/combinators.rs:357:29 Oct 27 21:01:04.523 INFO kablam! | Oct 27 21:01:04.523 INFO kablam! 357 | D::Future, Oct 27 21:01:04.523 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.523 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.523 INFO kablam! --> src/io/write/combinators.rs:358:29 Oct 27 21:01:04.523 INFO kablam! | Oct 27 21:01:04.523 INFO kablam! 358 | E::Future, Oct 27 21:01:04.523 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.523 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.523 INFO kablam! --> src/io/write/combinators.rs:359:29 Oct 27 21:01:04.523 INFO kablam! | Oct 27 21:01:04.523 INFO kablam! 359 | F::Future, Oct 27 21:01:04.523 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.523 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.523 INFO kablam! --> src/io/write/combinators.rs:360:29 Oct 27 21:01:04.523 INFO kablam! | Oct 27 21:01:04.523 INFO kablam! 360 | G::Future, Oct 27 21:01:04.523 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.523 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.523 INFO kablam! --> src/io/write/combinators.rs:361:29 Oct 27 21:01:04.523 INFO kablam! | Oct 27 21:01:04.523 INFO kablam! 361 | H::Future>; Oct 27 21:01:04.523 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:04.523 INFO kablam! Oct 27 21:01:04.524 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.524 INFO kablam! --> src/io/write/combinators.rs:460:11 Oct 27 21:01:04.524 INFO kablam! | Oct 27 21:01:04.524 INFO kablam! 460 | where I: Iterator, Oct 27 21:01:04.524 INFO kablam! | ^^^^^^^^^^^ Oct 27 21:01:04.524 INFO kablam! 461 | I::Item: Pattern = WriteIterFold::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.524 INFO kablam! --> src/io/write/combinators.rs:462:44 Oct 27 21:01:04.524 INFO kablam! | Oct 27 21:01:04.524 INFO kablam! 462 | I::Item, Oct 27 21:01:04.524 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.524 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.524 INFO kablam! --> src/io/write/combinators.rs:464:52 Oct 27 21:01:04.524 INFO kablam! | Oct 27 21:01:04.524 INFO kablam! 464 | fn((), ::Value) -> (), Oct 27 21:01:04.524 INFO kablam! | ^^^^^^^ Oct 27 21:01:04.525 INFO kablam! Oct 27 21:01:04.525 INFO kablam! warning: where clauses are not enforced in type aliases Oct 27 21:01:04.525 INFO kablam! --> src/io/write/combinators.rs:497:34 Oct 27 21:01:04.525 INFO kablam! | Oct 27 21:01:04.525 INFO kablam! 497 | pub type WriteOption where P: Pattern = Oct 27 21:01:04.525 INFO kablam! | ^^^^^^^^^^ Oct 27 21:01:04.525 INFO kablam! | Oct 27 21:01:04.525 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Oct 27 21:01:04.525 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.525 INFO kablam! --> src/io/write/combinators.rs:498:45 Oct 27 21:01:04.525 INFO kablam! | Oct 27 21:01:04.525 INFO kablam! 498 | Option>, Oct 27 21:01:04.525 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.525 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.525 INFO kablam! --> src/io/write/combinators.rs:498:65 Oct 27 21:01:04.525 INFO kablam! | Oct 27 21:01:04.525 INFO kablam! 498 | Option>, Oct 27 21:01:04.525 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.525 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 27 21:01:04.525 INFO kablam! --> src/io/write/combinators.rs:499:30 Oct 27 21:01:04.525 INFO kablam! | Oct 27 21:01:04.525 INFO kablam! 499 | io::Result>> as WriteTo>::Future; Oct 27 21:01:04.525 INFO kablam! | ^^^^^^^^ Oct 27 21:01:04.525 INFO kablam! Oct 27 21:01:04.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.44s Oct 27 21:01:04.695 INFO kablam! su: No module specific data is present Oct 27 21:01:05.971 INFO running `"docker" "rm" "-f" "32e53659680acf5945f6061b7d153f1bc6c071c36abe4ea0931195e95c5de4cf"` Oct 27 21:01:06.247 INFO blam! 32e53659680acf5945f6061b7d153f1bc6c071c36abe4ea0931195e95c5de4cf