Aug 30 04:07:40.747 INFO checking rustration-0.1.0 against master#545f22340f72ee0efaf6463efb43a2840e3d35db for pr-53699 Aug 30 04:07:40.747 INFO running: cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets Aug 30 04:07:40.747 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53699/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-1/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/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=500" "-e" "CMD=cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 04:07:40.913 INFO blam! 29942d75a0ef8b748393758e050dac8c62c86924b4c0305c3de68b997789fa03 Aug 30 04:07:40.915 INFO running `"docker" "start" "-a" "29942d75a0ef8b748393758e050dac8c62c86924b4c0305c3de68b997789fa03"` Aug 30 04:07:41.520 INFO kablam! Checking rustration v0.1.0 (file:///source) Aug 30 04:07:42.618 INFO kablam! error[E0599]: no method named `clone` found for type `std::result::Result, std::io::Error>` in the current scope Aug 30 04:07:42.618 INFO kablam! --> src/parse/parsing.rs:223:44 Aug 30 04:07:42.619 INFO kablam! | Aug 30 04:07:42.619 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Aug 30 04:07:42.619 INFO kablam! | ^^^^^ Aug 30 04:07:42.619 INFO kablam! | Aug 30 04:07:42.619 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Aug 30 04:07:42.619 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Aug 30 04:07:42.619 INFO kablam! Aug 30 04:07:42.644 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:42.644 INFO kablam! --> src/parse/parsing.rs:288:22 Aug 30 04:07:42.644 INFO kablam! | Aug 30 04:07:42.644 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Aug 30 04:07:42.644 INFO kablam! | ^^^^^ Aug 30 04:07:42.644 INFO kablam! Aug 30 04:07:42.647 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:42.647 INFO kablam! --> src/parse/parsing.rs:291:22 Aug 30 04:07:42.647 INFO kablam! | Aug 30 04:07:42.647 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Aug 30 04:07:42.647 INFO kablam! | ^^^^^ Aug 30 04:07:42.647 INFO kablam! Aug 30 04:07:42.651 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:42.651 INFO kablam! --> src/parse/parsing.rs:294:22 Aug 30 04:07:42.651 INFO kablam! | Aug 30 04:07:42.651 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Aug 30 04:07:42.651 INFO kablam! | ^^^^^ Aug 30 04:07:42.651 INFO kablam! Aug 30 04:07:42.654 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:42.654 INFO kablam! --> src/parse/parsing.rs:297:22 Aug 30 04:07:42.654 INFO kablam! | Aug 30 04:07:42.654 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Aug 30 04:07:42.654 INFO kablam! | ^^^^^ Aug 30 04:07:42.654 INFO kablam! Aug 30 04:07:42.657 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:42.657 INFO kablam! --> src/parse/parsing.rs:300:22 Aug 30 04:07:42.657 INFO kablam! | Aug 30 04:07:42.657 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Aug 30 04:07:42.657 INFO kablam! | ^^^^^ Aug 30 04:07:42.657 INFO kablam! Aug 30 04:07:42.660 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:42.661 INFO kablam! --> src/parse/parsing.rs:303:22 Aug 30 04:07:42.661 INFO kablam! | Aug 30 04:07:42.661 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Aug 30 04:07:42.661 INFO kablam! | ^^^^^ Aug 30 04:07:42.661 INFO kablam! Aug 30 04:07:42.664 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:42.664 INFO kablam! --> src/parse/parsing.rs:305:22 Aug 30 04:07:42.664 INFO kablam! | Aug 30 04:07:42.664 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Aug 30 04:07:42.664 INFO kablam! | ^^^^^ Aug 30 04:07:42.664 INFO kablam! Aug 30 04:07:42.668 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:42.668 INFO kablam! --> src/parse/parsing.rs:307:22 Aug 30 04:07:42.668 INFO kablam! | Aug 30 04:07:42.668 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Aug 30 04:07:42.668 INFO kablam! | ^^^^^ Aug 30 04:07:42.668 INFO kablam! Aug 30 04:07:42.678 INFO kablam! error: aborting due to 9 previous errors Aug 30 04:07:42.678 INFO kablam! Aug 30 04:07:42.678 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 30 04:07:42.687 INFO kablam! error: Could not compile `rustration`. Aug 30 04:07:42.687 INFO kablam! Aug 30 04:07:42.687 INFO kablam! To learn more, run the command again with --verbose. Aug 30 04:07:42.689 INFO kablam! su: No module specific data is present Aug 30 04:07:43.107 INFO running `"docker" "rm" "-f" "29942d75a0ef8b748393758e050dac8c62c86924b4c0305c3de68b997789fa03"` Aug 30 04:07:43.200 INFO blam! 29942d75a0ef8b748393758e050dac8c62c86924b4c0305c3de68b997789fa03