Sep 02 01:11:06.760 INFO checking rustration-0.1.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 01:11:06.760 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 01:11:06.761 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:11:06.946 INFO blam! 03e2befb3c24b5e99cd8cb81b394bb452dda96260424712eca7e07b9ac3bbaec Sep 02 01:11:06.948 INFO running `"docker" "start" "-a" "03e2befb3c24b5e99cd8cb81b394bb452dda96260424712eca7e07b9ac3bbaec"` Sep 02 01:11:07.567 INFO kablam! Checking rustration v0.1.0 (file:///source) Sep 02 01:11:08.640 INFO kablam! error[E0599]: no method named `clone` found for type `std::result::Result, std::io::Error>` in the current scope Sep 02 01:11:08.640 INFO kablam! --> src/parse/parsing.rs:223:44 Sep 02 01:11:08.641 INFO kablam! | Sep 02 01:11:08.641 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Sep 02 01:11:08.641 INFO kablam! | ^^^^^ Sep 02 01:11:08.641 INFO kablam! | Sep 02 01:11:08.641 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Sep 02 01:11:08.641 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Sep 02 01:11:08.641 INFO kablam! Sep 02 01:11:08.666 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:08.667 INFO kablam! --> src/parse/parsing.rs:288:22 Sep 02 01:11:08.667 INFO kablam! | Sep 02 01:11:08.667 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Sep 02 01:11:08.667 INFO kablam! | ^^^^^ Sep 02 01:11:08.667 INFO kablam! Sep 02 01:11:08.669 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:08.669 INFO kablam! --> src/parse/parsing.rs:291:22 Sep 02 01:11:08.669 INFO kablam! | Sep 02 01:11:08.670 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Sep 02 01:11:08.670 INFO kablam! | ^^^^^ Sep 02 01:11:08.670 INFO kablam! Sep 02 01:11:08.672 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:08.672 INFO kablam! --> src/parse/parsing.rs:294:22 Sep 02 01:11:08.672 INFO kablam! | Sep 02 01:11:08.672 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Sep 02 01:11:08.672 INFO kablam! | ^^^^^ Sep 02 01:11:08.673 INFO kablam! Sep 02 01:11:08.675 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:08.675 INFO kablam! --> src/parse/parsing.rs:297:22 Sep 02 01:11:08.676 INFO kablam! | Sep 02 01:11:08.676 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Sep 02 01:11:08.676 INFO kablam! | ^^^^^ Sep 02 01:11:08.676 INFO kablam! Sep 02 01:11:08.679 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:08.679 INFO kablam! --> src/parse/parsing.rs:300:22 Sep 02 01:11:08.679 INFO kablam! | Sep 02 01:11:08.679 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Sep 02 01:11:08.679 INFO kablam! | ^^^^^ Sep 02 01:11:08.679 INFO kablam! Sep 02 01:11:08.682 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:08.682 INFO kablam! --> src/parse/parsing.rs:303:22 Sep 02 01:11:08.682 INFO kablam! | Sep 02 01:11:08.682 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Sep 02 01:11:08.682 INFO kablam! | ^^^^^ Sep 02 01:11:08.682 INFO kablam! Sep 02 01:11:08.685 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:08.685 INFO kablam! --> src/parse/parsing.rs:305:22 Sep 02 01:11:08.685 INFO kablam! | Sep 02 01:11:08.685 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Sep 02 01:11:08.685 INFO kablam! | ^^^^^ Sep 02 01:11:08.686 INFO kablam! Sep 02 01:11:08.689 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:08.689 INFO kablam! --> src/parse/parsing.rs:307:22 Sep 02 01:11:08.689 INFO kablam! | Sep 02 01:11:08.689 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Sep 02 01:11:08.689 INFO kablam! | ^^^^^ Sep 02 01:11:08.689 INFO kablam! Sep 02 01:11:08.698 INFO kablam! error: aborting due to 9 previous errors Sep 02 01:11:08.698 INFO kablam! Sep 02 01:11:08.698 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 02 01:11:08.707 INFO kablam! error: Could not compile `rustration`. Sep 02 01:11:08.707 INFO kablam! Sep 02 01:11:08.707 INFO kablam! To learn more, run the command again with --verbose. Sep 02 01:11:08.708 INFO kablam! su: No module specific data is present Sep 02 01:11:09.043 INFO running `"docker" "rm" "-f" "03e2befb3c24b5e99cd8cb81b394bb452dda96260424712eca7e07b9ac3bbaec"` Sep 02 01:11:09.173 INFO blam! 03e2befb3c24b5e99cd8cb81b394bb452dda96260424712eca7e07b9ac3bbaec