Sep 04 04:31:44.192 INFO checking rustration-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 04:31:44.192 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 04:31:44.192 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:31:44.421 INFO blam! 1a3b250b6330eda855f39b45acbc2d2ca2ea249d59e4465d3e6dca625794b2e4 Sep 04 04:31:44.423 INFO running `"docker" "start" "-a" "1a3b250b6330eda855f39b45acbc2d2ca2ea249d59e4465d3e6dca625794b2e4"` Sep 04 04:31:45.071 INFO kablam! Checking rustration v0.1.0 (file:///source) Sep 04 04:31:46.657 INFO kablam! error[E0599]: no method named `clone` found for type `std::result::Result, std::io::Error>` in the current scope Sep 04 04:31:46.657 INFO kablam! --> src/parse/parsing.rs:223:44 Sep 04 04:31:46.657 INFO kablam! | Sep 04 04:31:46.657 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Sep 04 04:31:46.657 INFO kablam! | ^^^^^ Sep 04 04:31:46.657 INFO kablam! | Sep 04 04:31:46.657 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Sep 04 04:31:46.657 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Sep 04 04:31:46.657 INFO kablam! Sep 04 04:31:46.682 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 04:31:46.682 INFO kablam! --> src/parse/parsing.rs:288:22 Sep 04 04:31:46.682 INFO kablam! | Sep 04 04:31:46.682 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Sep 04 04:31:46.682 INFO kablam! | ^^^^^ Sep 04 04:31:46.682 INFO kablam! Sep 04 04:31:46.685 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 04:31:46.685 INFO kablam! --> src/parse/parsing.rs:291:22 Sep 04 04:31:46.685 INFO kablam! | Sep 04 04:31:46.685 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Sep 04 04:31:46.685 INFO kablam! | ^^^^^ Sep 04 04:31:46.685 INFO kablam! Sep 04 04:31:46.688 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 04:31:46.688 INFO kablam! --> src/parse/parsing.rs:294:22 Sep 04 04:31:46.688 INFO kablam! | Sep 04 04:31:46.688 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Sep 04 04:31:46.688 INFO kablam! | ^^^^^ Sep 04 04:31:46.688 INFO kablam! Sep 04 04:31:46.691 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 04:31:46.691 INFO kablam! --> src/parse/parsing.rs:297:22 Sep 04 04:31:46.691 INFO kablam! | Sep 04 04:31:46.691 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Sep 04 04:31:46.692 INFO kablam! | ^^^^^ Sep 04 04:31:46.692 INFO kablam! Sep 04 04:31:46.695 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 04:31:46.696 INFO kablam! --> src/parse/parsing.rs:300:22 Sep 04 04:31:46.696 INFO kablam! | Sep 04 04:31:46.696 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Sep 04 04:31:46.696 INFO kablam! | ^^^^^ Sep 04 04:31:46.696 INFO kablam! Sep 04 04:31:46.698 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 04:31:46.698 INFO kablam! --> src/parse/parsing.rs:303:22 Sep 04 04:31:46.698 INFO kablam! | Sep 04 04:31:46.698 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Sep 04 04:31:46.698 INFO kablam! | ^^^^^ Sep 04 04:31:46.699 INFO kablam! Sep 04 04:31:46.702 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 04:31:46.702 INFO kablam! --> src/parse/parsing.rs:305:22 Sep 04 04:31:46.702 INFO kablam! | Sep 04 04:31:46.702 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Sep 04 04:31:46.702 INFO kablam! | ^^^^^ Sep 04 04:31:46.702 INFO kablam! Sep 04 04:31:46.706 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 04:31:46.706 INFO kablam! --> src/parse/parsing.rs:307:22 Sep 04 04:31:46.706 INFO kablam! | Sep 04 04:31:46.706 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Sep 04 04:31:46.706 INFO kablam! | ^^^^^ Sep 04 04:31:46.706 INFO kablam! Sep 04 04:31:46.718 INFO kablam! error: aborting due to 9 previous errors Sep 04 04:31:46.718 INFO kablam! Sep 04 04:31:46.718 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 04:31:46.727 INFO kablam! error: Could not compile `rustration`. Sep 04 04:31:46.727 INFO kablam! Sep 04 04:31:46.728 INFO kablam! To learn more, run the command again with --verbose. Sep 04 04:31:46.729 INFO kablam! su: No module specific data is present Sep 04 04:31:47.099 INFO running `"docker" "rm" "-f" "1a3b250b6330eda855f39b45acbc2d2ca2ea249d59e4465d3e6dca625794b2e4"` Sep 04 04:31:47.192 INFO blam! 1a3b250b6330eda855f39b45acbc2d2ca2ea249d59e4465d3e6dca625794b2e4