Sep 04 07:41:49.751 INFO checking rustration-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:41:49.751 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:41:49.751 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:41:49.910 INFO blam! c32aa6cbfa21861526d5ed3adf6a503aa95a651b3daa33d7eb8e2e104256cf45 Sep 04 07:41:49.912 INFO running `"docker" "start" "-a" "c32aa6cbfa21861526d5ed3adf6a503aa95a651b3daa33d7eb8e2e104256cf45"` Sep 04 07:41:50.594 INFO kablam! Checking rustration v0.1.0 (file:///source) Sep 04 07:41:51.762 INFO kablam! error[E0599]: no method named `clone` found for type `std::result::Result, std::io::Error>` in the current scope Sep 04 07:41:51.762 INFO kablam! --> src/parse/parsing.rs:223:44 Sep 04 07:41:51.762 INFO kablam! | Sep 04 07:41:51.762 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Sep 04 07:41:51.763 INFO kablam! | ^^^^^ Sep 04 07:41:51.763 INFO kablam! | Sep 04 07:41:51.763 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Sep 04 07:41:51.763 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Sep 04 07:41:51.763 INFO kablam! Sep 04 07:41:51.800 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.800 INFO kablam! --> src/parse/parsing.rs:288:22 Sep 04 07:41:51.800 INFO kablam! | Sep 04 07:41:51.800 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Sep 04 07:41:51.800 INFO kablam! | ^^^^^ Sep 04 07:41:51.800 INFO kablam! Sep 04 07:41:51.805 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.805 INFO kablam! --> src/parse/parsing.rs:291:22 Sep 04 07:41:51.805 INFO kablam! | Sep 04 07:41:51.805 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Sep 04 07:41:51.805 INFO kablam! | ^^^^^ Sep 04 07:41:51.805 INFO kablam! Sep 04 07:41:51.810 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.812 INFO kablam! --> src/parse/parsing.rs:294:22 Sep 04 07:41:51.812 INFO kablam! | Sep 04 07:41:51.812 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Sep 04 07:41:51.812 INFO kablam! | ^^^^^ Sep 04 07:41:51.812 INFO kablam! Sep 04 07:41:51.814 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.815 INFO kablam! --> src/parse/parsing.rs:297:22 Sep 04 07:41:51.815 INFO kablam! | Sep 04 07:41:51.815 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Sep 04 07:41:51.815 INFO kablam! | ^^^^^ Sep 04 07:41:51.815 INFO kablam! Sep 04 07:41:51.819 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.819 INFO kablam! --> src/parse/parsing.rs:300:22 Sep 04 07:41:51.820 INFO kablam! | Sep 04 07:41:51.820 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Sep 04 07:41:51.820 INFO kablam! | ^^^^^ Sep 04 07:41:51.820 INFO kablam! Sep 04 07:41:51.823 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.823 INFO kablam! --> src/parse/parsing.rs:303:22 Sep 04 07:41:51.823 INFO kablam! | Sep 04 07:41:51.823 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Sep 04 07:41:51.823 INFO kablam! | ^^^^^ Sep 04 07:41:51.823 INFO kablam! Sep 04 07:41:51.826 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.826 INFO kablam! --> src/parse/parsing.rs:305:22 Sep 04 07:41:51.826 INFO kablam! | Sep 04 07:41:51.826 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Sep 04 07:41:51.826 INFO kablam! | ^^^^^ Sep 04 07:41:51.826 INFO kablam! Sep 04 07:41:51.829 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.830 INFO kablam! --> src/parse/parsing.rs:307:22 Sep 04 07:41:51.830 INFO kablam! | Sep 04 07:41:51.830 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Sep 04 07:41:51.830 INFO kablam! | ^^^^^ Sep 04 07:41:51.830 INFO kablam! Sep 04 07:41:51.838 INFO kablam! error: aborting due to 9 previous errors Sep 04 07:41:51.838 INFO kablam! Sep 04 07:41:51.838 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 07:41:51.845 INFO kablam! error: Could not compile `rustration`. Sep 04 07:41:51.847 INFO kablam! Sep 04 07:41:51.847 INFO kablam! To learn more, run the command again with --verbose. Sep 04 07:41:51.847 INFO kablam! su: No module specific data is present Sep 04 07:41:52.322 INFO running `"docker" "rm" "-f" "c32aa6cbfa21861526d5ed3adf6a503aa95a651b3daa33d7eb8e2e104256cf45"` Sep 04 07:41:52.405 INFO blam! c32aa6cbfa21861526d5ed3adf6a503aa95a651b3daa33d7eb8e2e104256cf45