Jul 11 23:02:36.563 INFO checking rustration-0.1.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 11 23:02:36.563 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 23:02:36.563 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 23:02:36.563 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-2/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 23:02:36.806 INFO blam! a5729affcd09308361b386701c78833339691d9dacab04887c807ce28ff5a6b6 Jul 11 23:02:36.808 INFO running `"docker" "start" "-a" "a5729affcd09308361b386701c78833339691d9dacab04887c807ce28ff5a6b6"` Jul 11 23:02:37.864 INFO kablam! Checking rustration v0.1.0 (file:///source) Jul 11 23:02:39.438 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:39.439 INFO kablam! --> src/parse/parsing.rs:223:44 Jul 11 23:02:39.439 INFO kablam! | Jul 11 23:02:39.439 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Jul 11 23:02:39.439 INFO kablam! | ^^^^^ Jul 11 23:02:39.439 INFO kablam! | Jul 11 23:02:39.439 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Jul 11 23:02:39.439 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Jul 11 23:02:39.439 INFO kablam! Jul 11 23:02:39.485 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:39.485 INFO kablam! --> src/parse/parsing.rs:288:22 Jul 11 23:02:39.485 INFO kablam! | Jul 11 23:02:39.486 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Jul 11 23:02:39.486 INFO kablam! | ^^^^^ Jul 11 23:02:39.486 INFO kablam! Jul 11 23:02:39.492 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:39.492 INFO kablam! --> src/parse/parsing.rs:291:22 Jul 11 23:02:39.492 INFO kablam! | Jul 11 23:02:39.492 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Jul 11 23:02:39.492 INFO kablam! | ^^^^^ Jul 11 23:02:39.493 INFO kablam! Jul 11 23:02:39.499 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:39.500 INFO kablam! --> src/parse/parsing.rs:294:22 Jul 11 23:02:39.500 INFO kablam! | Jul 11 23:02:39.500 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Jul 11 23:02:39.500 INFO kablam! | ^^^^^ Jul 11 23:02:39.500 INFO kablam! Jul 11 23:02:39.508 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:39.508 INFO kablam! --> src/parse/parsing.rs:297:22 Jul 11 23:02:39.508 INFO kablam! | Jul 11 23:02:39.508 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Jul 11 23:02:39.508 INFO kablam! | ^^^^^ Jul 11 23:02:39.509 INFO kablam! Jul 11 23:02:39.515 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:39.515 INFO kablam! --> src/parse/parsing.rs:300:22 Jul 11 23:02:39.515 INFO kablam! | Jul 11 23:02:39.515 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Jul 11 23:02:39.516 INFO kablam! | ^^^^^ Jul 11 23:02:39.516 INFO kablam! Jul 11 23:02:39.531 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:39.531 INFO kablam! --> src/parse/parsing.rs:303:22 Jul 11 23:02:39.531 INFO kablam! | Jul 11 23:02:39.531 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Jul 11 23:02:39.531 INFO kablam! | ^^^^^ Jul 11 23:02:39.532 INFO kablam! Jul 11 23:02:39.542 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:39.542 INFO kablam! --> src/parse/parsing.rs:305:22 Jul 11 23:02:39.542 INFO kablam! | Jul 11 23:02:39.542 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Jul 11 23:02:39.542 INFO kablam! | ^^^^^ Jul 11 23:02:39.542 INFO kablam! Jul 11 23:02:39.550 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Jul 11 23:02:39.550 INFO kablam! --> src/parse/parsing.rs:307:22 Jul 11 23:02:39.550 INFO kablam! | Jul 11 23:02:39.550 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Jul 11 23:02:39.550 INFO kablam! | ^^^^^ Jul 11 23:02:39.550 INFO kablam! Jul 11 23:02:39.577 INFO kablam! error: aborting due to 9 previous errors Jul 11 23:02:39.577 INFO kablam! Jul 11 23:02:39.577 INFO kablam! For more information about this error, try `rustc --explain E0599`. Jul 11 23:02:39.587 INFO kablam! error: Could not compile `rustration`. Jul 11 23:02:39.588 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 23:02:39.881 INFO kablam! error: build failed Jul 11 23:02:39.882 INFO kablam! su: No module specific data is present Jul 11 23:02:40.574 INFO running `"docker" "rm" "-f" "a5729affcd09308361b386701c78833339691d9dacab04887c807ce28ff5a6b6"` Jul 11 23:02:40.736 INFO blam! a5729affcd09308361b386701c78833339691d9dacab04887c807ce28ff5a6b6