Sep 06 00:39:28.329 INFO checking rustration-0.1.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 00:39:28.329 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 00:39:28.329 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:39:28.504 INFO blam! 0315a5a6ca5182f7a98d55fc67637390c7b63e659bc5c4bdd98974b4e3bab158 Sep 06 00:39:28.506 INFO running `"docker" "start" "-a" "0315a5a6ca5182f7a98d55fc67637390c7b63e659bc5c4bdd98974b4e3bab158"` Sep 06 00:39:29.191 INFO kablam! usermod: no changes Sep 06 00:39:29.236 INFO kablam! Checking rustration v0.1.0 (file:///source) Sep 06 00:39:29.841 INFO kablam! error[E0599]: no method named `clone` found for type `std::result::Result, std::io::Error>` in the current scope Sep 06 00:39:29.841 INFO kablam! --> src/parse/parsing.rs:223:44 Sep 06 00:39:29.841 INFO kablam! | Sep 06 00:39:29.841 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Sep 06 00:39:29.841 INFO kablam! | ^^^^^ Sep 06 00:39:29.841 INFO kablam! | Sep 06 00:39:29.841 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Sep 06 00:39:29.841 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Sep 06 00:39:29.841 INFO kablam! Sep 06 00:39:29.858 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.858 INFO kablam! --> src/parse/parsing.rs:288:22 Sep 06 00:39:29.858 INFO kablam! | Sep 06 00:39:29.858 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Sep 06 00:39:29.858 INFO kablam! | ^^^^^ Sep 06 00:39:29.858 INFO kablam! Sep 06 00:39:29.860 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.860 INFO kablam! --> src/parse/parsing.rs:291:22 Sep 06 00:39:29.860 INFO kablam! | Sep 06 00:39:29.860 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Sep 06 00:39:29.860 INFO kablam! | ^^^^^ Sep 06 00:39:29.861 INFO kablam! Sep 06 00:39:29.863 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.863 INFO kablam! --> src/parse/parsing.rs:294:22 Sep 06 00:39:29.863 INFO kablam! | Sep 06 00:39:29.863 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Sep 06 00:39:29.864 INFO kablam! | ^^^^^ Sep 06 00:39:29.864 INFO kablam! Sep 06 00:39:29.866 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.866 INFO kablam! --> src/parse/parsing.rs:297:22 Sep 06 00:39:29.867 INFO kablam! | Sep 06 00:39:29.867 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Sep 06 00:39:29.867 INFO kablam! | ^^^^^ Sep 06 00:39:29.867 INFO kablam! Sep 06 00:39:29.869 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.869 INFO kablam! --> src/parse/parsing.rs:300:22 Sep 06 00:39:29.869 INFO kablam! | Sep 06 00:39:29.869 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Sep 06 00:39:29.869 INFO kablam! | ^^^^^ Sep 06 00:39:29.870 INFO kablam! Sep 06 00:39:29.872 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.872 INFO kablam! --> src/parse/parsing.rs:303:22 Sep 06 00:39:29.872 INFO kablam! | Sep 06 00:39:29.872 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Sep 06 00:39:29.872 INFO kablam! | ^^^^^ Sep 06 00:39:29.872 INFO kablam! Sep 06 00:39:29.875 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.875 INFO kablam! --> src/parse/parsing.rs:305:22 Sep 06 00:39:29.875 INFO kablam! | Sep 06 00:39:29.875 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Sep 06 00:39:29.875 INFO kablam! | ^^^^^ Sep 06 00:39:29.875 INFO kablam! Sep 06 00:39:29.878 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.878 INFO kablam! --> src/parse/parsing.rs:307:22 Sep 06 00:39:29.878 INFO kablam! | Sep 06 00:39:29.878 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Sep 06 00:39:29.878 INFO kablam! | ^^^^^ Sep 06 00:39:29.878 INFO kablam! Sep 06 00:39:29.889 INFO kablam! error: aborting due to 9 previous errors Sep 06 00:39:29.889 INFO kablam! Sep 06 00:39:29.889 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 06 00:39:29.899 INFO kablam! error: Could not compile `rustration`. Sep 06 00:39:29.899 INFO kablam! Sep 06 00:39:29.899 INFO kablam! To learn more, run the command again with --verbose. Sep 06 00:39:29.901 INFO kablam! su: No module specific data is present Sep 06 00:39:30.595 INFO running `"docker" "rm" "-f" "0315a5a6ca5182f7a98d55fc67637390c7b63e659bc5c4bdd98974b4e3bab158"` Sep 06 00:39:30.677 INFO blam! 0315a5a6ca5182f7a98d55fc67637390c7b63e659bc5c4bdd98974b4e3bab158