Sep 14 09:49:03.886 INFO checking rustration-0.1.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 09:49:03.886 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 09:49:03.886 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 09:49:04.226 INFO blam! 127d6a9eccf07a19978eae8a90a74f56f69661186719a9913071bee1de044aed Sep 14 09:49:04.226 INFO running `"docker" "start" "-a" "127d6a9eccf07a19978eae8a90a74f56f69661186719a9913071bee1de044aed"` Sep 14 09:49:05.074 INFO kablam! usermod: no changes Sep 14 09:49:05.172 INFO kablam! Checking rustration v0.1.0 (file:///source) Sep 14 09:49:05.942 INFO kablam! error[E0599]: no method named `clone` found for type `std::result::Result, std::io::Error>` in the current scope Sep 14 09:49:05.942 INFO kablam! --> src/parse/parsing.rs:223:44 Sep 14 09:49:05.942 INFO kablam! | Sep 14 09:49:05.942 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Sep 14 09:49:05.942 INFO kablam! | ^^^^^ Sep 14 09:49:05.942 INFO kablam! | Sep 14 09:49:05.942 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Sep 14 09:49:05.942 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Sep 14 09:49:05.942 INFO kablam! Sep 14 09:49:05.957 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 14 09:49:05.957 INFO kablam! --> src/parse/parsing.rs:288:22 Sep 14 09:49:05.957 INFO kablam! | Sep 14 09:49:05.957 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Sep 14 09:49:05.957 INFO kablam! | ^^^^^ Sep 14 09:49:05.957 INFO kablam! Sep 14 09:49:05.959 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 14 09:49:05.959 INFO kablam! --> src/parse/parsing.rs:291:22 Sep 14 09:49:05.959 INFO kablam! | Sep 14 09:49:05.959 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Sep 14 09:49:05.959 INFO kablam! | ^^^^^ Sep 14 09:49:05.959 INFO kablam! Sep 14 09:49:05.961 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 14 09:49:05.961 INFO kablam! --> src/parse/parsing.rs:294:22 Sep 14 09:49:05.961 INFO kablam! | Sep 14 09:49:05.961 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Sep 14 09:49:05.961 INFO kablam! | ^^^^^ Sep 14 09:49:05.961 INFO kablam! Sep 14 09:49:05.963 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 14 09:49:05.963 INFO kablam! --> src/parse/parsing.rs:297:22 Sep 14 09:49:05.963 INFO kablam! | Sep 14 09:49:05.963 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Sep 14 09:49:05.963 INFO kablam! | ^^^^^ Sep 14 09:49:05.963 INFO kablam! Sep 14 09:49:05.965 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 14 09:49:05.965 INFO kablam! --> src/parse/parsing.rs:300:22 Sep 14 09:49:05.965 INFO kablam! | Sep 14 09:49:05.965 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Sep 14 09:49:05.965 INFO kablam! | ^^^^^ Sep 14 09:49:05.965 INFO kablam! Sep 14 09:49:05.967 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 14 09:49:05.967 INFO kablam! --> src/parse/parsing.rs:303:22 Sep 14 09:49:05.967 INFO kablam! | Sep 14 09:49:05.967 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Sep 14 09:49:05.967 INFO kablam! | ^^^^^ Sep 14 09:49:05.967 INFO kablam! Sep 14 09:49:05.969 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 14 09:49:05.969 INFO kablam! --> src/parse/parsing.rs:305:22 Sep 14 09:49:05.969 INFO kablam! | Sep 14 09:49:05.969 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Sep 14 09:49:05.969 INFO kablam! | ^^^^^ Sep 14 09:49:05.969 INFO kablam! Sep 14 09:49:05.971 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 14 09:49:05.971 INFO kablam! --> src/parse/parsing.rs:307:22 Sep 14 09:49:05.971 INFO kablam! | Sep 14 09:49:05.971 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Sep 14 09:49:05.971 INFO kablam! | ^^^^^ Sep 14 09:49:05.971 INFO kablam! Sep 14 09:49:05.980 INFO kablam! error: aborting due to 9 previous errors Sep 14 09:49:05.980 INFO kablam! Sep 14 09:49:05.980 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 14 09:49:05.987 INFO kablam! error: Could not compile `rustration`. Sep 14 09:49:05.987 INFO kablam! Sep 14 09:49:05.987 INFO kablam! To learn more, run the command again with --verbose. Sep 14 09:49:05.989 INFO kablam! su: No module specific data is present Sep 14 09:49:06.511 INFO running `"docker" "rm" "-f" "127d6a9eccf07a19978eae8a90a74f56f69661186719a9913071bee1de044aed"` Sep 14 09:49:06.602 INFO blam! 127d6a9eccf07a19978eae8a90a74f56f69661186719a9913071bee1de044aed