Sep 19 20:56:06.160 INFO checking rustration-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 20:56:06.160 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 20:56:06.160 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:56:06.342 INFO blam! 40d8d2d99fc114e892be29a220d596ca330830ba6a5d417ec79499b928c40ffd Sep 19 20:56:06.344 INFO running `"docker" "start" "-a" "40d8d2d99fc114e892be29a220d596ca330830ba6a5d417ec79499b928c40ffd"` Sep 19 20:56:07.089 INFO kablam! usermod: no changes Sep 19 20:56:07.158 INFO kablam! Checking rustration v0.1.0 (/source) Sep 19 20:56:07.844 INFO kablam! error[E0599]: no method named `clone` found for type `std::result::Result, std::io::Error>` in the current scope Sep 19 20:56:07.844 INFO kablam! --> src/parse/parsing.rs:223:44 Sep 19 20:56:07.844 INFO kablam! | Sep 19 20:56:07.844 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Sep 19 20:56:07.844 INFO kablam! | ^^^^^ Sep 19 20:56:07.844 INFO kablam! | Sep 19 20:56:07.844 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Sep 19 20:56:07.844 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Sep 19 20:56:07.844 INFO kablam! Sep 19 20:56:07.857 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 19 20:56:07.857 INFO kablam! --> src/parse/parsing.rs:288:22 Sep 19 20:56:07.857 INFO kablam! | Sep 19 20:56:07.857 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Sep 19 20:56:07.857 INFO kablam! | ^^^^^ Sep 19 20:56:07.857 INFO kablam! Sep 19 20:56:07.862 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 19 20:56:07.862 INFO kablam! --> src/parse/parsing.rs:291:22 Sep 19 20:56:07.862 INFO kablam! | Sep 19 20:56:07.862 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Sep 19 20:56:07.862 INFO kablam! | ^^^^^ Sep 19 20:56:07.862 INFO kablam! Sep 19 20:56:07.862 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 19 20:56:07.862 INFO kablam! --> src/parse/parsing.rs:294:22 Sep 19 20:56:07.862 INFO kablam! | Sep 19 20:56:07.862 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Sep 19 20:56:07.862 INFO kablam! | ^^^^^ Sep 19 20:56:07.862 INFO kablam! Sep 19 20:56:07.866 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 19 20:56:07.866 INFO kablam! --> src/parse/parsing.rs:297:22 Sep 19 20:56:07.866 INFO kablam! | Sep 19 20:56:07.866 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Sep 19 20:56:07.866 INFO kablam! | ^^^^^ Sep 19 20:56:07.866 INFO kablam! Sep 19 20:56:07.866 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 19 20:56:07.866 INFO kablam! --> src/parse/parsing.rs:300:22 Sep 19 20:56:07.866 INFO kablam! | Sep 19 20:56:07.866 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Sep 19 20:56:07.866 INFO kablam! | ^^^^^ Sep 19 20:56:07.866 INFO kablam! Sep 19 20:56:07.866 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 19 20:56:07.866 INFO kablam! --> src/parse/parsing.rs:303:22 Sep 19 20:56:07.866 INFO kablam! | Sep 19 20:56:07.866 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Sep 19 20:56:07.866 INFO kablam! | ^^^^^ Sep 19 20:56:07.866 INFO kablam! Sep 19 20:56:07.868 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 19 20:56:07.868 INFO kablam! --> src/parse/parsing.rs:305:22 Sep 19 20:56:07.868 INFO kablam! | Sep 19 20:56:07.868 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Sep 19 20:56:07.868 INFO kablam! | ^^^^^ Sep 19 20:56:07.868 INFO kablam! Sep 19 20:56:07.870 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 19 20:56:07.870 INFO kablam! --> src/parse/parsing.rs:307:22 Sep 19 20:56:07.870 INFO kablam! | Sep 19 20:56:07.870 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Sep 19 20:56:07.870 INFO kablam! | ^^^^^ Sep 19 20:56:07.870 INFO kablam! Sep 19 20:56:07.878 INFO kablam! error: aborting due to 9 previous errors Sep 19 20:56:07.878 INFO kablam! Sep 19 20:56:07.878 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 19 20:56:07.885 INFO kablam! error: Could not compile `rustration`. Sep 19 20:56:07.885 INFO kablam! Sep 19 20:56:07.885 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:56:07.887 INFO kablam! su: No module specific data is present Sep 19 20:56:08.462 INFO running `"docker" "rm" "-f" "40d8d2d99fc114e892be29a220d596ca330830ba6a5d417ec79499b928c40ffd"` Sep 19 20:56:08.550 INFO blam! 40d8d2d99fc114e892be29a220d596ca330830ba6a5d417ec79499b928c40ffd