Aug 31 15:05:25.661 INFO checking rustration-0.1.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Aug 31 15:05:25.661 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Aug 31 15:05:25.662 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 15:05:25.887 INFO blam! 7d11641fbf982f0f5091f75b1e3379991e0bd476550bafaab6873d62c7652355 Aug 31 15:05:25.889 INFO running `"docker" "start" "-a" "7d11641fbf982f0f5091f75b1e3379991e0bd476550bafaab6873d62c7652355"` Aug 31 15:05:26.553 INFO kablam! Checking rustration v0.1.0 (file:///source) Aug 31 15:05:27.552 INFO kablam! error[E0599]: no method named `clone` found for type `std::result::Result, std::io::Error>` in the current scope Aug 31 15:05:27.552 INFO kablam! --> src/parse/parsing.rs:223:44 Aug 31 15:05:27.552 INFO kablam! | Aug 31 15:05:27.552 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Aug 31 15:05:27.552 INFO kablam! | ^^^^^ Aug 31 15:05:27.552 INFO kablam! | Aug 31 15:05:27.552 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Aug 31 15:05:27.552 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Aug 31 15:05:27.552 INFO kablam! Aug 31 15:05:27.575 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 31 15:05:27.575 INFO kablam! --> src/parse/parsing.rs:288:22 Aug 31 15:05:27.575 INFO kablam! | Aug 31 15:05:27.575 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Aug 31 15:05:27.575 INFO kablam! | ^^^^^ Aug 31 15:05:27.576 INFO kablam! Aug 31 15:05:27.578 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 31 15:05:27.578 INFO kablam! --> src/parse/parsing.rs:291:22 Aug 31 15:05:27.578 INFO kablam! | Aug 31 15:05:27.578 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Aug 31 15:05:27.578 INFO kablam! | ^^^^^ Aug 31 15:05:27.579 INFO kablam! Aug 31 15:05:27.581 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 31 15:05:27.581 INFO kablam! --> src/parse/parsing.rs:294:22 Aug 31 15:05:27.581 INFO kablam! | Aug 31 15:05:27.582 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Aug 31 15:05:27.582 INFO kablam! | ^^^^^ Aug 31 15:05:27.582 INFO kablam! Aug 31 15:05:27.584 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 31 15:05:27.585 INFO kablam! --> src/parse/parsing.rs:297:22 Aug 31 15:05:27.585 INFO kablam! | Aug 31 15:05:27.585 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Aug 31 15:05:27.585 INFO kablam! | ^^^^^ Aug 31 15:05:27.585 INFO kablam! Aug 31 15:05:27.588 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 31 15:05:27.588 INFO kablam! --> src/parse/parsing.rs:300:22 Aug 31 15:05:27.588 INFO kablam! | Aug 31 15:05:27.588 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Aug 31 15:05:27.588 INFO kablam! | ^^^^^ Aug 31 15:05:27.588 INFO kablam! Aug 31 15:05:27.591 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 31 15:05:27.591 INFO kablam! --> src/parse/parsing.rs:303:22 Aug 31 15:05:27.591 INFO kablam! | Aug 31 15:05:27.591 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Aug 31 15:05:27.591 INFO kablam! | ^^^^^ Aug 31 15:05:27.591 INFO kablam! Aug 31 15:05:27.594 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 31 15:05:27.594 INFO kablam! --> src/parse/parsing.rs:305:22 Aug 31 15:05:27.594 INFO kablam! | Aug 31 15:05:27.594 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Aug 31 15:05:27.594 INFO kablam! | ^^^^^ Aug 31 15:05:27.594 INFO kablam! Aug 31 15:05:27.598 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 31 15:05:27.598 INFO kablam! --> src/parse/parsing.rs:307:22 Aug 31 15:05:27.598 INFO kablam! | Aug 31 15:05:27.598 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Aug 31 15:05:27.598 INFO kablam! | ^^^^^ Aug 31 15:05:27.598 INFO kablam! Aug 31 15:05:27.607 INFO kablam! error: aborting due to 9 previous errors Aug 31 15:05:27.607 INFO kablam! Aug 31 15:05:27.607 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 31 15:05:27.614 INFO kablam! error: Could not compile `rustration`. Aug 31 15:05:27.614 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 15:05:27.804 INFO kablam! error: build failed Aug 31 15:05:27.806 INFO kablam! su: No module specific data is present Aug 31 15:05:28.289 INFO running `"docker" "rm" "-f" "7d11641fbf982f0f5091f75b1e3379991e0bd476550bafaab6873d62c7652355"` Aug 31 15:05:28.379 INFO blam! 7d11641fbf982f0f5091f75b1e3379991e0bd476550bafaab6873d62c7652355