Jul 11 23:02:38.162 INFO checking rustration-0.1.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 23:02:38.163 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 23:02:38.163 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 23:02:38.163 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-7/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 23:02:38.390 INFO blam! c396fc92fcb1f7011bae0f3049f8821732b25929257342fa74d11f264614083f Jul 11 23:02:38.392 INFO running `"docker" "start" "-a" "c396fc92fcb1f7011bae0f3049f8821732b25929257342fa74d11f264614083f"` Jul 11 23:02:39.560 INFO kablam! Checking rustration v0.1.0 (file:///source) Jul 11 23:02:40.990 INFO kablam! error[E0599]: no method named `clone` found for type `std::result::Result, std::io::Error>` in the current scope Jul 11 23:02:40.991 INFO kablam! --> src/parse/parsing.rs:223:44 Jul 11 23:02:40.991 INFO kablam! | Jul 11 23:02:40.991 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Jul 11 23:02:40.991 INFO kablam! | ^^^^^ Jul 11 23:02:40.991 INFO kablam! | Jul 11 23:02:40.991 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Jul 11 23:02:40.991 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Jul 11 23:02:40.997 INFO kablam! Jul 11 23:02:41.041 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:41.041 INFO kablam! --> src/parse/parsing.rs:288:22 Jul 11 23:02:41.041 INFO kablam! | Jul 11 23:02:41.041 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Jul 11 23:02:41.041 INFO kablam! | ^^^^^ Jul 11 23:02:41.041 INFO kablam! Jul 11 23:02:41.048 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:41.048 INFO kablam! --> src/parse/parsing.rs:291:22 Jul 11 23:02:41.049 INFO kablam! | Jul 11 23:02:41.049 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Jul 11 23:02:41.049 INFO kablam! | ^^^^^ Jul 11 23:02:41.049 INFO kablam! Jul 11 23:02:41.051 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:41.051 INFO kablam! --> src/parse/parsing.rs:294:22 Jul 11 23:02:41.051 INFO kablam! | Jul 11 23:02:41.051 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Jul 11 23:02:41.051 INFO kablam! | ^^^^^ Jul 11 23:02:41.051 INFO kablam! Jul 11 23:02:41.056 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:41.057 INFO kablam! --> src/parse/parsing.rs:297:22 Jul 11 23:02:41.057 INFO kablam! | Jul 11 23:02:41.057 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Jul 11 23:02:41.057 INFO kablam! | ^^^^^ Jul 11 23:02:41.057 INFO kablam! Jul 11 23:02:41.062 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:41.062 INFO kablam! --> src/parse/parsing.rs:300:22 Jul 11 23:02:41.062 INFO kablam! | Jul 11 23:02:41.062 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Jul 11 23:02:41.062 INFO kablam! | ^^^^^ Jul 11 23:02:41.062 INFO kablam! Jul 11 23:02:41.067 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:41.068 INFO kablam! --> src/parse/parsing.rs:303:22 Jul 11 23:02:41.068 INFO kablam! | Jul 11 23:02:41.068 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Jul 11 23:02:41.068 INFO kablam! | ^^^^^ Jul 11 23:02:41.068 INFO kablam! Jul 11 23:02:41.073 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:41.073 INFO kablam! --> src/parse/parsing.rs:305:22 Jul 11 23:02:41.073 INFO kablam! | Jul 11 23:02:41.073 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Jul 11 23:02:41.073 INFO kablam! | ^^^^^ Jul 11 23:02:41.074 INFO kablam! Jul 11 23:02:41.080 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:41.080 INFO kablam! --> src/parse/parsing.rs:307:22 Jul 11 23:02:41.080 INFO kablam! | Jul 11 23:02:41.080 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Jul 11 23:02:41.080 INFO kablam! | ^^^^^ Jul 11 23:02:41.080 INFO kablam! Jul 11 23:02:41.114 INFO kablam! error: aborting due to 9 previous errors Jul 11 23:02:41.114 INFO kablam! Jul 11 23:02:41.115 INFO kablam! For more information about this error, try `rustc --explain E0599`. Jul 11 23:02:41.134 INFO kablam! error: Could not compile `rustration`. Jul 11 23:02:41.134 INFO kablam! Jul 11 23:02:41.134 INFO kablam! To learn more, run the command again with --verbose. Jul 11 23:02:41.137 INFO kablam! su: No module specific data is present Jul 11 23:02:41.679 INFO running `"docker" "rm" "-f" "c396fc92fcb1f7011bae0f3049f8821732b25929257342fa74d11f264614083f"` Jul 11 23:02:41.855 INFO blam! c396fc92fcb1f7011bae0f3049f8821732b25929257342fa74d11f264614083f