Sep 02 01:11:08.115 INFO checking rustration-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 01:11:08.115 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 01:11:08.115 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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:08.298 INFO blam! fa6cad058bce4ecd87b11788e1b427ef10b47e9216f325f4ef0aa7409b2984fe Sep 02 01:11:08.300 INFO running `"docker" "start" "-a" "fa6cad058bce4ecd87b11788e1b427ef10b47e9216f325f4ef0aa7409b2984fe"` Sep 02 01:11:08.928 INFO kablam! Checking rustration v0.1.0 (file:///source) Sep 02 01:11:10.158 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:10.158 INFO kablam! --> src/parse/parsing.rs:223:44 Sep 02 01:11:10.158 INFO kablam! | Sep 02 01:11:10.158 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Sep 02 01:11:10.159 INFO kablam! | ^^^^^ Sep 02 01:11:10.159 INFO kablam! | Sep 02 01:11:10.159 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Sep 02 01:11:10.159 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Sep 02 01:11:10.159 INFO kablam! Sep 02 01:11:10.202 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:10.202 INFO kablam! --> src/parse/parsing.rs:288:22 Sep 02 01:11:10.202 INFO kablam! | Sep 02 01:11:10.202 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Sep 02 01:11:10.202 INFO kablam! | ^^^^^ Sep 02 01:11:10.203 INFO kablam! Sep 02 01:11:10.207 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:10.207 INFO kablam! --> src/parse/parsing.rs:291:22 Sep 02 01:11:10.207 INFO kablam! | Sep 02 01:11:10.207 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Sep 02 01:11:10.208 INFO kablam! | ^^^^^ Sep 02 01:11:10.208 INFO kablam! Sep 02 01:11:10.212 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:10.213 INFO kablam! --> src/parse/parsing.rs:294:22 Sep 02 01:11:10.213 INFO kablam! | Sep 02 01:11:10.213 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Sep 02 01:11:10.213 INFO kablam! | ^^^^^ Sep 02 01:11:10.213 INFO kablam! Sep 02 01:11:10.218 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:10.218 INFO kablam! --> src/parse/parsing.rs:297:22 Sep 02 01:11:10.218 INFO kablam! | Sep 02 01:11:10.218 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Sep 02 01:11:10.218 INFO kablam! | ^^^^^ Sep 02 01:11:10.218 INFO kablam! Sep 02 01:11:10.223 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:10.223 INFO kablam! --> src/parse/parsing.rs:300:22 Sep 02 01:11:10.224 INFO kablam! | Sep 02 01:11:10.224 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Sep 02 01:11:10.224 INFO kablam! | ^^^^^ Sep 02 01:11:10.224 INFO kablam! Sep 02 01:11:10.229 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:10.229 INFO kablam! --> src/parse/parsing.rs:303:22 Sep 02 01:11:10.229 INFO kablam! | Sep 02 01:11:10.229 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Sep 02 01:11:10.229 INFO kablam! | ^^^^^ Sep 02 01:11:10.229 INFO kablam! Sep 02 01:11:10.234 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:10.234 INFO kablam! --> src/parse/parsing.rs:305:22 Sep 02 01:11:10.234 INFO kablam! | Sep 02 01:11:10.234 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Sep 02 01:11:10.234 INFO kablam! | ^^^^^ Sep 02 01:11:10.234 INFO kablam! Sep 02 01:11:10.240 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 02 01:11:10.240 INFO kablam! --> src/parse/parsing.rs:307:22 Sep 02 01:11:10.240 INFO kablam! | Sep 02 01:11:10.240 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Sep 02 01:11:10.240 INFO kablam! | ^^^^^ Sep 02 01:11:10.240 INFO kablam! Sep 02 01:11:10.256 INFO kablam! error: aborting due to 9 previous errors Sep 02 01:11:10.256 INFO kablam! Sep 02 01:11:10.256 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 02 01:11:10.268 INFO kablam! error: Could not compile `rustration`. Sep 02 01:11:10.268 INFO kablam! Sep 02 01:11:10.268 INFO kablam! To learn more, run the command again with --verbose. Sep 02 01:11:10.270 INFO kablam! su: No module specific data is present Sep 02 01:11:10.680 INFO running `"docker" "rm" "-f" "fa6cad058bce4ecd87b11788e1b427ef10b47e9216f325f4ef0aa7409b2984fe"` Sep 02 01:11:10.817 INFO blam! fa6cad058bce4ecd87b11788e1b427ef10b47e9216f325f4ef0aa7409b2984fe