Sep 21 03:48:11.058 INFO checking rustration-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 03:48:11.058 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 03:48:11.058 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 03:48:11.249 INFO blam! ded1fe4f4769cd5ee494889660bc41b6febb0517b3e2843bfbd614d6c2ebcf5e Sep 21 03:48:11.251 INFO running `"docker" "start" "-a" "ded1fe4f4769cd5ee494889660bc41b6febb0517b3e2843bfbd614d6c2ebcf5e"` Sep 21 03:48:11.746 INFO kablam! usermod: no changes Sep 21 03:48:11.779 INFO kablam! Checking rustration v0.1.0 (/source) Sep 21 03:48:12.498 INFO kablam! error[E0599]: no method named `clone` found for type `std::result::Result, std::io::Error>` in the current scope Sep 21 03:48:12.498 INFO kablam! --> src/parse/parsing.rs:223:44 Sep 21 03:48:12.498 INFO kablam! | Sep 21 03:48:12.498 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Sep 21 03:48:12.498 INFO kablam! | ^^^^^ Sep 21 03:48:12.498 INFO kablam! | Sep 21 03:48:12.498 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Sep 21 03:48:12.498 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Sep 21 03:48:12.498 INFO kablam! Sep 21 03:48:12.518 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.518 INFO kablam! --> src/parse/parsing.rs:288:22 Sep 21 03:48:12.518 INFO kablam! | Sep 21 03:48:12.518 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Sep 21 03:48:12.518 INFO kablam! | ^^^^^ Sep 21 03:48:12.518 INFO kablam! Sep 21 03:48:12.524 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.524 INFO kablam! --> src/parse/parsing.rs:291:22 Sep 21 03:48:12.524 INFO kablam! | Sep 21 03:48:12.524 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Sep 21 03:48:12.524 INFO kablam! | ^^^^^ Sep 21 03:48:12.524 INFO kablam! Sep 21 03:48:12.526 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.526 INFO kablam! --> src/parse/parsing.rs:294:22 Sep 21 03:48:12.526 INFO kablam! | Sep 21 03:48:12.526 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Sep 21 03:48:12.526 INFO kablam! | ^^^^^ Sep 21 03:48:12.526 INFO kablam! Sep 21 03:48:12.529 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.529 INFO kablam! --> src/parse/parsing.rs:297:22 Sep 21 03:48:12.529 INFO kablam! | Sep 21 03:48:12.529 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Sep 21 03:48:12.529 INFO kablam! | ^^^^^ Sep 21 03:48:12.529 INFO kablam! Sep 21 03:48:12.531 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.531 INFO kablam! --> src/parse/parsing.rs:300:22 Sep 21 03:48:12.531 INFO kablam! | Sep 21 03:48:12.531 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Sep 21 03:48:12.531 INFO kablam! | ^^^^^ Sep 21 03:48:12.531 INFO kablam! Sep 21 03:48:12.534 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.534 INFO kablam! --> src/parse/parsing.rs:303:22 Sep 21 03:48:12.534 INFO kablam! | Sep 21 03:48:12.534 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Sep 21 03:48:12.534 INFO kablam! | ^^^^^ Sep 21 03:48:12.534 INFO kablam! Sep 21 03:48:12.538 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.538 INFO kablam! --> src/parse/parsing.rs:305:22 Sep 21 03:48:12.538 INFO kablam! | Sep 21 03:48:12.538 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Sep 21 03:48:12.538 INFO kablam! | ^^^^^ Sep 21 03:48:12.538 INFO kablam! Sep 21 03:48:12.538 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.538 INFO kablam! --> src/parse/parsing.rs:307:22 Sep 21 03:48:12.538 INFO kablam! | Sep 21 03:48:12.538 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Sep 21 03:48:12.538 INFO kablam! | ^^^^^ Sep 21 03:48:12.538 INFO kablam! Sep 21 03:48:12.547 INFO kablam! error: aborting due to 9 previous errors Sep 21 03:48:12.547 INFO kablam! Sep 21 03:48:12.547 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 21 03:48:12.555 INFO kablam! error: Could not compile `rustration`. Sep 21 03:48:12.555 INFO kablam! Sep 21 03:48:12.555 INFO kablam! To learn more, run the command again with --verbose. Sep 21 03:48:12.561 INFO kablam! su: No module specific data is present Sep 21 03:48:12.988 INFO running `"docker" "rm" "-f" "ded1fe4f4769cd5ee494889660bc41b6febb0517b3e2843bfbd614d6c2ebcf5e"` Sep 21 03:48:13.099 INFO blam! ded1fe4f4769cd5ee494889660bc41b6febb0517b3e2843bfbd614d6c2ebcf5e