Sep 21 03:48:10.799 INFO checking rustration-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 03:48:10.799 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 03:48:10.800 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-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.010 INFO blam! e1f29b55d342f5bbfecbe5ff6a317d0f9d8afee76c94695bfd616b1d5d1d3f5a Sep 21 03:48:11.012 INFO running `"docker" "start" "-a" "e1f29b55d342f5bbfecbe5ff6a317d0f9d8afee76c94695bfd616b1d5d1d3f5a"` Sep 21 03:48:11.933 INFO kablam! usermod: no changes Sep 21 03:48:11.975 INFO kablam! Checking rustration v0.1.0 (/source) Sep 21 03:48:12.678 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.678 INFO kablam! --> src/parse/parsing.rs:223:44 Sep 21 03:48:12.678 INFO kablam! | Sep 21 03:48:12.678 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Sep 21 03:48:12.678 INFO kablam! | ^^^^^ Sep 21 03:48:12.678 INFO kablam! | Sep 21 03:48:12.678 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Sep 21 03:48:12.678 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Sep 21 03:48:12.678 INFO kablam! Sep 21 03:48:12.696 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.696 INFO kablam! --> src/parse/parsing.rs:288:22 Sep 21 03:48:12.696 INFO kablam! | Sep 21 03:48:12.696 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Sep 21 03:48:12.696 INFO kablam! | ^^^^^ Sep 21 03:48:12.696 INFO kablam! Sep 21 03:48:12.698 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.698 INFO kablam! --> src/parse/parsing.rs:291:22 Sep 21 03:48:12.698 INFO kablam! | Sep 21 03:48:12.698 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Sep 21 03:48:12.698 INFO kablam! | ^^^^^ Sep 21 03:48:12.698 INFO kablam! Sep 21 03:48:12.701 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.701 INFO kablam! --> src/parse/parsing.rs:294:22 Sep 21 03:48:12.701 INFO kablam! | Sep 21 03:48:12.701 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Sep 21 03:48:12.701 INFO kablam! | ^^^^^ Sep 21 03:48:12.701 INFO kablam! Sep 21 03:48:12.704 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.704 INFO kablam! --> src/parse/parsing.rs:297:22 Sep 21 03:48:12.704 INFO kablam! | Sep 21 03:48:12.704 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Sep 21 03:48:12.704 INFO kablam! | ^^^^^ Sep 21 03:48:12.704 INFO kablam! Sep 21 03:48:12.706 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.706 INFO kablam! --> src/parse/parsing.rs:300:22 Sep 21 03:48:12.707 INFO kablam! | Sep 21 03:48:12.707 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Sep 21 03:48:12.707 INFO kablam! | ^^^^^ Sep 21 03:48:12.707 INFO kablam! Sep 21 03:48:12.709 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.709 INFO kablam! --> src/parse/parsing.rs:303:22 Sep 21 03:48:12.709 INFO kablam! | Sep 21 03:48:12.709 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Sep 21 03:48:12.709 INFO kablam! | ^^^^^ Sep 21 03:48:12.709 INFO kablam! Sep 21 03:48:12.712 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.712 INFO kablam! --> src/parse/parsing.rs:305:22 Sep 21 03:48:12.712 INFO kablam! | Sep 21 03:48:12.712 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Sep 21 03:48:12.712 INFO kablam! | ^^^^^ Sep 21 03:48:12.712 INFO kablam! Sep 21 03:48:12.715 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 21 03:48:12.715 INFO kablam! --> src/parse/parsing.rs:307:22 Sep 21 03:48:12.715 INFO kablam! | Sep 21 03:48:12.715 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Sep 21 03:48:12.715 INFO kablam! | ^^^^^ Sep 21 03:48:12.715 INFO kablam! Sep 21 03:48:12.727 INFO kablam! error: aborting due to 9 previous errors Sep 21 03:48:12.727 INFO kablam! Sep 21 03:48:12.727 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 21 03:48:12.738 INFO kablam! error: Could not compile `rustration`. Sep 21 03:48:12.738 INFO kablam! Sep 21 03:48:12.738 INFO kablam! To learn more, run the command again with --verbose. Sep 21 03:48:12.738 INFO kablam! su: No module specific data is present Sep 21 03:48:13.363 INFO running `"docker" "rm" "-f" "e1f29b55d342f5bbfecbe5ff6a317d0f9d8afee76c94695bfd616b1d5d1d3f5a"` Sep 21 03:48:13.463 INFO blam! e1f29b55d342f5bbfecbe5ff6a317d0f9d8afee76c94695bfd616b1d5d1d3f5a