Aug 30 04:07:38.392 INFO checking rustration-0.1.0 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 04:07:38.392 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 04:07:38.392 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-3/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-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:38.617 INFO blam! d45e96273bae8fd033dd234f25bac41e88574ab303ece6489d6563dac85d2338 Aug 30 04:07:38.620 INFO running `"docker" "start" "-a" "d45e96273bae8fd033dd234f25bac41e88574ab303ece6489d6563dac85d2338"` Aug 30 04:07:39.302 INFO kablam! Checking rustration v0.1.0 (file:///source) Aug 30 04:07:40.860 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:40.860 INFO kablam! --> src/parse/parsing.rs:223:44 Aug 30 04:07:40.860 INFO kablam! | Aug 30 04:07:40.860 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Aug 30 04:07:40.860 INFO kablam! | ^^^^^ Aug 30 04:07:40.860 INFO kablam! | Aug 30 04:07:40.860 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Aug 30 04:07:40.861 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Aug 30 04:07:40.861 INFO kablam! Aug 30 04:07:40.885 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:40.885 INFO kablam! --> src/parse/parsing.rs:288:22 Aug 30 04:07:40.885 INFO kablam! | Aug 30 04:07:40.885 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Aug 30 04:07:40.885 INFO kablam! | ^^^^^ Aug 30 04:07:40.885 INFO kablam! Aug 30 04:07:40.888 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:40.888 INFO kablam! --> src/parse/parsing.rs:291:22 Aug 30 04:07:40.888 INFO kablam! | Aug 30 04:07:40.888 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Aug 30 04:07:40.888 INFO kablam! | ^^^^^ Aug 30 04:07:40.888 INFO kablam! Aug 30 04:07:40.891 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:40.891 INFO kablam! --> src/parse/parsing.rs:294:22 Aug 30 04:07:40.891 INFO kablam! | Aug 30 04:07:40.891 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Aug 30 04:07:40.891 INFO kablam! | ^^^^^ Aug 30 04:07:40.892 INFO kablam! Aug 30 04:07:40.894 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:40.895 INFO kablam! --> src/parse/parsing.rs:297:22 Aug 30 04:07:40.895 INFO kablam! | Aug 30 04:07:40.895 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Aug 30 04:07:40.895 INFO kablam! | ^^^^^ Aug 30 04:07:40.895 INFO kablam! Aug 30 04:07:40.897 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:40.898 INFO kablam! --> src/parse/parsing.rs:300:22 Aug 30 04:07:40.898 INFO kablam! | Aug 30 04:07:40.898 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Aug 30 04:07:40.898 INFO kablam! | ^^^^^ Aug 30 04:07:40.898 INFO kablam! Aug 30 04:07:40.901 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:40.901 INFO kablam! --> src/parse/parsing.rs:303:22 Aug 30 04:07:40.901 INFO kablam! | Aug 30 04:07:40.901 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Aug 30 04:07:40.901 INFO kablam! | ^^^^^ Aug 30 04:07:40.901 INFO kablam! Aug 30 04:07:40.904 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:40.904 INFO kablam! --> src/parse/parsing.rs:305:22 Aug 30 04:07:40.904 INFO kablam! | Aug 30 04:07:40.904 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Aug 30 04:07:40.904 INFO kablam! | ^^^^^ Aug 30 04:07:40.904 INFO kablam! Aug 30 04:07:40.907 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 30 04:07:40.907 INFO kablam! --> src/parse/parsing.rs:307:22 Aug 30 04:07:40.907 INFO kablam! | Aug 30 04:07:40.907 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Aug 30 04:07:40.907 INFO kablam! | ^^^^^ Aug 30 04:07:40.907 INFO kablam! Aug 30 04:07:40.918 INFO kablam! error: aborting due to 9 previous errors Aug 30 04:07:40.919 INFO kablam! Aug 30 04:07:40.919 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 30 04:07:40.926 INFO kablam! error: Could not compile `rustration`. Aug 30 04:07:40.926 INFO kablam! Aug 30 04:07:40.926 INFO kablam! To learn more, run the command again with --verbose. Aug 30 04:07:40.927 INFO kablam! su: No module specific data is present Aug 30 04:07:41.278 INFO running `"docker" "rm" "-f" "d45e96273bae8fd033dd234f25bac41e88574ab303ece6489d6563dac85d2338"` Aug 30 04:07:41.370 INFO blam! d45e96273bae8fd033dd234f25bac41e88574ab303ece6489d6563dac85d2338