Sep 17 21:38:36.417 INFO checking m3u-1.0.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 21:38:36.417 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 21:38:36.417 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 21:38:36.577 INFO blam! 08dcae4c20520bc5864e4321d18254f2cde439bea026edbccb1e803aee8311e8 Sep 17 21:38:36.579 INFO running `"docker" "start" "-a" "08dcae4c20520bc5864e4321d18254f2cde439bea026edbccb1e803aee8311e8"` Sep 17 21:38:37.600 INFO kablam! usermod: no changes Sep 17 21:38:37.629 INFO kablam! Checking m3u v1.0.0 (/source) Sep 17 21:38:37.933 INFO kablam! error: the trait bound `R: std::io::BufRead` is not satisfied Sep 17 21:38:37.933 INFO kablam! --> src/read.rs:26:27 Sep 17 21:38:37.933 INFO kablam! | Sep 17 21:38:37.933 INFO kablam! 26 | pub type EntryReader = Reader; Sep 17 21:38:37.933 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::io::BufRead` is not implemented for `R` Sep 17 21:38:37.933 INFO kablam! | Sep 17 21:38:37.933 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 21:38:37.933 INFO kablam! = help: consider adding a `where R: std::io::BufRead` bound Sep 17 21:38:37.933 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:38:37.933 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:38:37.933 INFO kablam! Sep 17 21:38:37.935 INFO kablam! error: the trait bound `R: std::io::BufRead` is not satisfied Sep 17 21:38:37.935 INFO kablam! --> src/read.rs:28:30 Sep 17 21:38:37.935 INFO kablam! | Sep 17 21:38:37.935 INFO kablam! 28 | pub type EntryExtReader = Reader; Sep 17 21:38:37.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::io::BufRead` is not implemented for `R` Sep 17 21:38:37.935 INFO kablam! | Sep 17 21:38:37.935 INFO kablam! = help: consider adding a `where R: std::io::BufRead` bound Sep 17 21:38:37.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:38:37.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:38:37.935 INFO kablam! Sep 17 21:38:37.938 INFO kablam! error: the trait bound `W: std::io::Write` is not satisfied Sep 17 21:38:37.938 INFO kablam! --> src/write.rs:20:27 Sep 17 21:38:37.938 INFO kablam! | Sep 17 21:38:37.938 INFO kablam! 20 | pub type EntryWriter = Writer; Sep 17 21:38:37.938 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `W` Sep 17 21:38:37.939 INFO kablam! | Sep 17 21:38:37.939 INFO kablam! = help: consider adding a `where W: std::io::Write` bound Sep 17 21:38:37.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:38:37.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:38:37.939 INFO kablam! Sep 17 21:38:37.940 INFO kablam! error: the trait bound `W: std::io::Write` is not satisfied Sep 17 21:38:37.940 INFO kablam! --> src/write.rs:22:30 Sep 17 21:38:37.940 INFO kablam! | Sep 17 21:38:37.940 INFO kablam! 22 | pub type EntryExtWriter = Writer; Sep 17 21:38:37.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `W` Sep 17 21:38:37.940 INFO kablam! | Sep 17 21:38:37.940 INFO kablam! = help: consider adding a `where W: std::io::Write` bound Sep 17 21:38:37.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:38:37.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:38:37.940 INFO kablam! Sep 17 21:38:37.946 INFO kablam! error: aborting due to 4 previous errors Sep 17 21:38:37.946 INFO kablam! Sep 17 21:38:37.955 INFO kablam! error: the trait bound `R: std::io::BufRead` is not satisfied Sep 17 21:38:37.955 INFO kablam! --> src/read.rs:26:27 Sep 17 21:38:37.955 INFO kablam! | Sep 17 21:38:37.955 INFO kablam! 26 | pub type EntryReader = Reader; Sep 17 21:38:37.955 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::io::BufRead` is not implemented for `R` Sep 17 21:38:37.955 INFO kablam! | Sep 17 21:38:37.955 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 21:38:37.955 INFO kablam! = help: consider adding a `where R: std::io::BufRead` bound Sep 17 21:38:37.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:38:37.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:38:37.955 INFO kablam! Sep 17 21:38:37.955 INFO kablam! error: the trait bound `R: std::io::BufRead` is not satisfied Sep 17 21:38:37.955 INFO kablam! --> src/read.rs:28:30 Sep 17 21:38:37.955 INFO kablam! | Sep 17 21:38:37.955 INFO kablam! 28 | pub type EntryExtReader = Reader; Sep 17 21:38:37.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::io::BufRead` is not implemented for `R` Sep 17 21:38:37.955 INFO kablam! | Sep 17 21:38:37.955 INFO kablam! = help: consider adding a `where R: std::io::BufRead` bound Sep 17 21:38:37.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:38:37.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:38:37.955 INFO kablam! Sep 17 21:38:37.955 INFO kablam! error: the trait bound `W: std::io::Write` is not satisfied Sep 17 21:38:37.955 INFO kablam! --> src/write.rs:20:27 Sep 17 21:38:37.955 INFO kablam! | Sep 17 21:38:37.955 INFO kablam! 20 | pub type EntryWriter = Writer; Sep 17 21:38:37.955 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `W` Sep 17 21:38:37.955 INFO kablam! | Sep 17 21:38:37.955 INFO kablam! = help: consider adding a `where W: std::io::Write` bound Sep 17 21:38:37.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:38:37.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:38:37.955 INFO kablam! Sep 17 21:38:37.955 INFO kablam! error: the trait bound `W: std::io::Write` is not satisfied Sep 17 21:38:37.955 INFO kablam! --> src/write.rs:22:30 Sep 17 21:38:37.955 INFO kablam! | Sep 17 21:38:37.955 INFO kablam! 22 | pub type EntryExtWriter = Writer; Sep 17 21:38:37.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `W` Sep 17 21:38:37.955 INFO kablam! | Sep 17 21:38:37.955 INFO kablam! = help: consider adding a `where W: std::io::Write` bound Sep 17 21:38:37.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 21:38:37.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 21:38:37.955 INFO kablam! Sep 17 21:38:37.955 INFO kablam! error: Could not compile `m3u`. Sep 17 21:38:37.955 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 21:38:37.960 INFO kablam! error: aborting due to 4 previous errors Sep 17 21:38:37.960 INFO kablam! Sep 17 21:38:37.967 INFO kablam! error: Could not compile `m3u`. Sep 17 21:38:37.967 INFO kablam! Sep 17 21:38:37.967 INFO kablam! To learn more, run the command again with --verbose. Sep 17 21:38:37.969 INFO kablam! su: No module specific data is present Sep 17 21:38:38.425 INFO running `"docker" "rm" "-f" "08dcae4c20520bc5864e4321d18254f2cde439bea026edbccb1e803aee8311e8"` Sep 17 21:38:38.485 INFO blam! 08dcae4c20520bc5864e4321d18254f2cde439bea026edbccb1e803aee8311e8