Sep 04 07:41:49.089 INFO checking rustration-0.1.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 07:41:49.089 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 07:41:49.089 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-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.237 INFO blam! 0dfd0369a4bc4e69a37063cf1a0f5bc1e5f0e5f25efb266db8eb9c5b38385e78 Sep 04 07:41:49.239 INFO running `"docker" "start" "-a" "0dfd0369a4bc4e69a37063cf1a0f5bc1e5f0e5f25efb266db8eb9c5b38385e78"` Sep 04 07:41:49.898 INFO kablam! Checking rustration v0.1.0 (file:///source) Sep 04 07:41:51.008 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.008 INFO kablam! --> src/parse/parsing.rs:223:44 Sep 04 07:41:51.008 INFO kablam! | Sep 04 07:41:51.008 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Sep 04 07:41:51.008 INFO kablam! | ^^^^^ Sep 04 07:41:51.008 INFO kablam! | Sep 04 07:41:51.008 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Sep 04 07:41:51.008 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Sep 04 07:41:51.008 INFO kablam! Sep 04 07:41:51.041 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.041 INFO kablam! --> src/parse/parsing.rs:288:22 Sep 04 07:41:51.041 INFO kablam! | Sep 04 07:41:51.041 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Sep 04 07:41:51.041 INFO kablam! | ^^^^^ Sep 04 07:41:51.042 INFO kablam! Sep 04 07:41:51.045 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.046 INFO kablam! --> src/parse/parsing.rs:291:22 Sep 04 07:41:51.046 INFO kablam! | Sep 04 07:41:51.046 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Sep 04 07:41:51.046 INFO kablam! | ^^^^^ Sep 04 07:41:51.046 INFO kablam! Sep 04 07:41:51.050 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.050 INFO kablam! --> src/parse/parsing.rs:294:22 Sep 04 07:41:51.050 INFO kablam! | Sep 04 07:41:51.050 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Sep 04 07:41:51.050 INFO kablam! | ^^^^^ Sep 04 07:41:51.050 INFO kablam! Sep 04 07:41:51.054 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.054 INFO kablam! --> src/parse/parsing.rs:297:22 Sep 04 07:41:51.054 INFO kablam! | Sep 04 07:41:51.054 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Sep 04 07:41:51.054 INFO kablam! | ^^^^^ Sep 04 07:41:51.055 INFO kablam! Sep 04 07:41:51.059 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.059 INFO kablam! --> src/parse/parsing.rs:300:22 Sep 04 07:41:51.059 INFO kablam! | Sep 04 07:41:51.059 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Sep 04 07:41:51.059 INFO kablam! | ^^^^^ Sep 04 07:41:51.059 INFO kablam! Sep 04 07:41:51.064 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.064 INFO kablam! --> src/parse/parsing.rs:303:22 Sep 04 07:41:51.064 INFO kablam! | Sep 04 07:41:51.064 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Sep 04 07:41:51.064 INFO kablam! | ^^^^^ Sep 04 07:41:51.064 INFO kablam! Sep 04 07:41:51.068 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.069 INFO kablam! --> src/parse/parsing.rs:305:22 Sep 04 07:41:51.069 INFO kablam! | Sep 04 07:41:51.069 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Sep 04 07:41:51.069 INFO kablam! | ^^^^^ Sep 04 07:41:51.069 INFO kablam! Sep 04 07:41:51.073 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 04 07:41:51.073 INFO kablam! --> src/parse/parsing.rs:307:22 Sep 04 07:41:51.073 INFO kablam! | Sep 04 07:41:51.073 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Sep 04 07:41:51.073 INFO kablam! | ^^^^^ Sep 04 07:41:51.074 INFO kablam! Sep 04 07:41:51.086 INFO kablam! error: aborting due to 9 previous errors Sep 04 07:41:51.086 INFO kablam! Sep 04 07:41:51.086 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 07:41:51.097 INFO kablam! error: Could not compile `rustration`. Sep 04 07:41:51.097 INFO kablam! Sep 04 07:41:51.097 INFO kablam! To learn more, run the command again with --verbose. Sep 04 07:41:51.099 INFO kablam! su: No module specific data is present Sep 04 07:41:51.515 INFO running `"docker" "rm" "-f" "0dfd0369a4bc4e69a37063cf1a0f5bc1e5f0e5f25efb266db8eb9c5b38385e78"` Sep 04 07:41:51.615 INFO blam! 0dfd0369a4bc4e69a37063cf1a0f5bc1e5f0e5f25efb266db8eb9c5b38385e78