Sep 21 12:15:42.259 INFO checking chomp-0.3.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 12:15:42.259 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 12:15:42.259 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:15:42.484 INFO blam! cac1330e3782ca31a445d32cb0a5ac1af8b6a681d9682242ca63c6997bcda9ee Sep 21 12:15:42.486 INFO running `"docker" "start" "-a" "cac1330e3782ca31a445d32cb0a5ac1af8b6a681d9682242ca63c6997bcda9ee"` Sep 21 12:15:43.811 INFO kablam! usermod: no changes Sep 21 12:15:43.963 INFO kablam! Compiling debugtrace v0.1.0 Sep 21 12:15:43.963 INFO kablam! Checking either v0.1.7 Sep 21 12:15:43.964 INFO kablam! Checking conv v0.3.3 Sep 21 12:15:45.179 INFO kablam! Checking chomp v0.3.1 (/source) Sep 21 12:15:45.898 INFO kablam! warning: the trait bound `I: types::Input` is not satisfied Sep 21 12:15:45.898 INFO kablam! --> src/parsers.rs:15:31 Sep 21 12:15:45.898 INFO kablam! | Sep 21 12:15:45.898 INFO kablam! 15 | pub type SimpleResult = ParseResult::Token>>; Sep 21 12:15:45.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Input` is not implemented for `I` Sep 21 12:15:45.898 INFO kablam! | Sep 21 12:15:45.898 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 12:15:45.898 INFO kablam! = help: consider adding a `where I: types::Input` bound Sep 21 12:15:45.898 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:15:45.898 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:15:45.898 INFO kablam! Sep 21 12:15:46.686 INFO kablam! warning: variable does not need to be mutable Sep 21 12:15:46.686 INFO kablam! --> src/buffer/stateful.rs:84:13 Sep 21 12:15:46.686 INFO kablam! | Sep 21 12:15:46.686 INFO kablam! 84 | let mut buffer = &mut self.buffer; Sep 21 12:15:46.686 INFO kablam! | ----^^^^^^ Sep 21 12:15:46.686 INFO kablam! | | Sep 21 12:15:46.686 INFO kablam! | help: remove this `mut` Sep 21 12:15:46.686 INFO kablam! | Sep 21 12:15:46.686 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 12:15:46.686 INFO kablam! Sep 21 12:15:47.190 INFO kablam! warning: the trait bound `I: types::Input` is not satisfied Sep 21 12:15:47.190 INFO kablam! --> src/parsers.rs:15:31 Sep 21 12:15:47.190 INFO kablam! | Sep 21 12:15:47.190 INFO kablam! 15 | pub type SimpleResult = ParseResult::Token>>; Sep 21 12:15:47.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Input` is not implemented for `I` Sep 21 12:15:47.190 INFO kablam! | Sep 21 12:15:47.190 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 12:15:47.190 INFO kablam! = help: consider adding a `where I: types::Input` bound Sep 21 12:15:47.191 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:15:47.191 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:15:47.191 INFO kablam! Sep 21 12:15:47.862 INFO kablam! warning: unused `#[macro_use]` import Sep 21 12:15:47.862 INFO kablam! --> benches/combinators.rs:3:1 Sep 21 12:15:47.862 INFO kablam! | Sep 21 12:15:47.862 INFO kablam! 3 | #[macro_use] Sep 21 12:15:47.862 INFO kablam! | ^^^^^^^^^^^^ Sep 21 12:15:47.862 INFO kablam! | Sep 21 12:15:47.862 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 12:15:47.862 INFO kablam! Sep 21 12:15:48.204 INFO kablam! error: couldn't read benches/./data/http-requests.txt: No such file or directory (os error 2) Sep 21 12:15:48.204 INFO kablam! --> benches/http_bench.rs:166:16 Sep 21 12:15:48.204 INFO kablam! | Sep 21 12:15:48.204 INFO kablam! 166 | let data = include_bytes!("./data/http-requests.txt"); Sep 21 12:15:48.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:15:48.204 INFO kablam! Sep 21 12:15:48.205 INFO kablam! error: aborting due to previous error Sep 21 12:15:48.205 INFO kablam! Sep 21 12:15:48.211 INFO kablam! error: Could not compile `chomp`. Sep 21 12:15:48.212 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 12:15:51.510 INFO kablam! warning: variable does not need to be mutable Sep 21 12:15:51.510 INFO kablam! --> src/buffer/stateful.rs:84:13 Sep 21 12:15:51.510 INFO kablam! | Sep 21 12:15:51.510 INFO kablam! 84 | let mut buffer = &mut self.buffer; Sep 21 12:15:51.510 INFO kablam! | ----^^^^^^ Sep 21 12:15:51.510 INFO kablam! | | Sep 21 12:15:51.510 INFO kablam! | help: remove this `mut` Sep 21 12:15:51.510 INFO kablam! | Sep 21 12:15:51.510 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 12:15:51.510 INFO kablam! Sep 21 12:15:52.661 INFO kablam! error: build failed Sep 21 12:15:52.663 INFO kablam! su: No module specific data is present Sep 21 12:15:53.302 INFO running `"docker" "rm" "-f" "cac1330e3782ca31a445d32cb0a5ac1af8b6a681d9682242ca63c6997bcda9ee"` Sep 21 12:15:53.367 INFO blam! cac1330e3782ca31a445d32cb0a5ac1af8b6a681d9682242ca63c6997bcda9ee