Sep 01 07:51:36.577 INFO checking rustration-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 07:51:36.577 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 07:51:36.577 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/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 01 07:51:36.777 INFO blam! 059f33b94b507458e6370a4b82478efad72b666e7aade23ac8f0c7c417224e2b Sep 01 07:51:36.779 INFO running `"docker" "start" "-a" "059f33b94b507458e6370a4b82478efad72b666e7aade23ac8f0c7c417224e2b"` Sep 01 07:51:37.390 INFO kablam! Checking rustration v0.1.0 (file:///source) Sep 01 07:51:38.597 INFO kablam! error[E0599]: no method named `clone` found for type `std::result::Result, std::io::Error>` in the current scope Sep 01 07:51:38.597 INFO kablam! --> src/parse/parsing.rs:223:44 Sep 01 07:51:38.597 INFO kablam! | Sep 01 07:51:38.597 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Sep 01 07:51:38.597 INFO kablam! | ^^^^^ Sep 01 07:51:38.597 INFO kablam! | Sep 01 07:51:38.597 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Sep 01 07:51:38.597 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Sep 01 07:51:38.597 INFO kablam! Sep 01 07:51:38.631 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 01 07:51:38.631 INFO kablam! --> src/parse/parsing.rs:288:22 Sep 01 07:51:38.631 INFO kablam! | Sep 01 07:51:38.631 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Sep 01 07:51:38.631 INFO kablam! | ^^^^^ Sep 01 07:51:38.631 INFO kablam! Sep 01 07:51:38.635 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 01 07:51:38.635 INFO kablam! --> src/parse/parsing.rs:291:22 Sep 01 07:51:38.635 INFO kablam! | Sep 01 07:51:38.635 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Sep 01 07:51:38.635 INFO kablam! | ^^^^^ Sep 01 07:51:38.635 INFO kablam! Sep 01 07:51:38.639 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 01 07:51:38.639 INFO kablam! --> src/parse/parsing.rs:294:22 Sep 01 07:51:38.639 INFO kablam! | Sep 01 07:51:38.639 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Sep 01 07:51:38.640 INFO kablam! | ^^^^^ Sep 01 07:51:38.640 INFO kablam! Sep 01 07:51:38.644 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 01 07:51:38.644 INFO kablam! --> src/parse/parsing.rs:297:22 Sep 01 07:51:38.644 INFO kablam! | Sep 01 07:51:38.644 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Sep 01 07:51:38.644 INFO kablam! | ^^^^^ Sep 01 07:51:38.644 INFO kablam! Sep 01 07:51:38.648 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 01 07:51:38.648 INFO kablam! --> src/parse/parsing.rs:300:22 Sep 01 07:51:38.649 INFO kablam! | Sep 01 07:51:38.649 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Sep 01 07:51:38.649 INFO kablam! | ^^^^^ Sep 01 07:51:38.649 INFO kablam! Sep 01 07:51:38.653 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 01 07:51:38.653 INFO kablam! --> src/parse/parsing.rs:303:22 Sep 01 07:51:38.653 INFO kablam! | Sep 01 07:51:38.653 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Sep 01 07:51:38.653 INFO kablam! | ^^^^^ Sep 01 07:51:38.653 INFO kablam! Sep 01 07:51:38.658 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 01 07:51:38.658 INFO kablam! --> src/parse/parsing.rs:305:22 Sep 01 07:51:38.658 INFO kablam! | Sep 01 07:51:38.658 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Sep 01 07:51:38.658 INFO kablam! | ^^^^^ Sep 01 07:51:38.658 INFO kablam! Sep 01 07:51:38.663 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 01 07:51:38.663 INFO kablam! --> src/parse/parsing.rs:307:22 Sep 01 07:51:38.663 INFO kablam! | Sep 01 07:51:38.663 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Sep 01 07:51:38.663 INFO kablam! | ^^^^^ Sep 01 07:51:38.663 INFO kablam! Sep 01 07:51:38.675 INFO kablam! error: aborting due to 9 previous errors Sep 01 07:51:38.675 INFO kablam! Sep 01 07:51:38.675 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 07:51:38.686 INFO kablam! error: Could not compile `rustration`. Sep 01 07:51:38.686 INFO kablam! Sep 01 07:51:38.686 INFO kablam! To learn more, run the command again with --verbose. Sep 01 07:51:38.687 INFO kablam! su: No module specific data is present Sep 01 07:51:39.175 INFO running `"docker" "rm" "-f" "059f33b94b507458e6370a4b82478efad72b666e7aade23ac8f0c7c417224e2b"` Sep 01 07:51:39.287 INFO blam! 059f33b94b507458e6370a4b82478efad72b666e7aade23ac8f0c7c417224e2b