Sep 10 10:32:20.661 INFO checking rustration-0.1.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 10:32:20.661 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 10:32:20.661 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 10:32:20.859 INFO blam! f3d1ac53f3386de3861f7c407f2782af5753d680dacf6115423a869cfd42717e Sep 10 10:32:20.860 INFO running `"docker" "start" "-a" "f3d1ac53f3386de3861f7c407f2782af5753d680dacf6115423a869cfd42717e"` Sep 10 10:32:21.478 INFO kablam! usermod: no changes Sep 10 10:32:21.549 INFO kablam! Checking rustration v0.1.0 (file:///source) Sep 10 10:32:22.286 INFO kablam! error[E0599]: no method named `clone` found for type `std::result::Result, std::io::Error>` in the current scope Sep 10 10:32:22.286 INFO kablam! --> src/parse/parsing.rs:223:44 Sep 10 10:32:22.286 INFO kablam! | Sep 10 10:32:22.286 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Sep 10 10:32:22.286 INFO kablam! | ^^^^^ Sep 10 10:32:22.286 INFO kablam! | Sep 10 10:32:22.286 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Sep 10 10:32:22.286 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Sep 10 10:32:22.286 INFO kablam! Sep 10 10:32:22.330 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:22.330 INFO kablam! --> src/parse/parsing.rs:288:22 Sep 10 10:32:22.330 INFO kablam! | Sep 10 10:32:22.330 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Sep 10 10:32:22.330 INFO kablam! | ^^^^^ Sep 10 10:32:22.330 INFO kablam! Sep 10 10:32:22.333 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:22.333 INFO kablam! --> src/parse/parsing.rs:291:22 Sep 10 10:32:22.333 INFO kablam! | Sep 10 10:32:22.333 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Sep 10 10:32:22.333 INFO kablam! | ^^^^^ Sep 10 10:32:22.333 INFO kablam! Sep 10 10:32:22.334 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:22.334 INFO kablam! --> src/parse/parsing.rs:294:22 Sep 10 10:32:22.334 INFO kablam! | Sep 10 10:32:22.334 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Sep 10 10:32:22.334 INFO kablam! | ^^^^^ Sep 10 10:32:22.334 INFO kablam! Sep 10 10:32:22.337 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:22.337 INFO kablam! --> src/parse/parsing.rs:297:22 Sep 10 10:32:22.337 INFO kablam! | Sep 10 10:32:22.337 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Sep 10 10:32:22.337 INFO kablam! | ^^^^^ Sep 10 10:32:22.341 INFO kablam! Sep 10 10:32:22.344 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:22.344 INFO kablam! --> src/parse/parsing.rs:300:22 Sep 10 10:32:22.344 INFO kablam! | Sep 10 10:32:22.344 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Sep 10 10:32:22.344 INFO kablam! | ^^^^^ Sep 10 10:32:22.344 INFO kablam! Sep 10 10:32:22.347 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:22.347 INFO kablam! --> src/parse/parsing.rs:303:22 Sep 10 10:32:22.347 INFO kablam! | Sep 10 10:32:22.347 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Sep 10 10:32:22.347 INFO kablam! | ^^^^^ Sep 10 10:32:22.347 INFO kablam! Sep 10 10:32:22.354 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:22.354 INFO kablam! --> src/parse/parsing.rs:305:22 Sep 10 10:32:22.354 INFO kablam! | Sep 10 10:32:22.354 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Sep 10 10:32:22.354 INFO kablam! | ^^^^^ Sep 10 10:32:22.354 INFO kablam! Sep 10 10:32:22.354 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:22.354 INFO kablam! --> src/parse/parsing.rs:307:22 Sep 10 10:32:22.354 INFO kablam! | Sep 10 10:32:22.354 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Sep 10 10:32:22.354 INFO kablam! | ^^^^^ Sep 10 10:32:22.354 INFO kablam! Sep 10 10:32:22.366 INFO kablam! error: aborting due to 9 previous errors Sep 10 10:32:22.366 INFO kablam! Sep 10 10:32:22.366 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 10:32:22.373 INFO kablam! error: Could not compile `rustration`. Sep 10 10:32:22.373 INFO kablam! Sep 10 10:32:22.373 INFO kablam! To learn more, run the command again with --verbose. Sep 10 10:32:22.374 INFO kablam! su: No module specific data is present Sep 10 10:32:23.274 INFO running `"docker" "rm" "-f" "f3d1ac53f3386de3861f7c407f2782af5753d680dacf6115423a869cfd42717e"` Sep 10 10:32:23.417 INFO blam! f3d1ac53f3386de3861f7c407f2782af5753d680dacf6115423a869cfd42717e