Sep 10 10:32:20.698 INFO checking rustration-0.1.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 10:32:20.698 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 10:32:20.698 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-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.899 INFO blam! 7c850e2ac0b5b0ebdc2e2e5e95192e2140b12ac29b8e0a17916fcac491f58b8f Sep 10 10:32:20.901 INFO running `"docker" "start" "-a" "7c850e2ac0b5b0ebdc2e2e5e95192e2140b12ac29b8e0a17916fcac491f58b8f"` Sep 10 10:32:21.982 INFO kablam! usermod: no changes Sep 10 10:32:22.060 INFO kablam! Checking rustration v0.1.0 (file:///source) Sep 10 10:32:22.987 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.987 INFO kablam! --> src/parse/parsing.rs:223:44 Sep 10 10:32:22.987 INFO kablam! | Sep 10 10:32:22.987 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Sep 10 10:32:22.987 INFO kablam! | ^^^^^ Sep 10 10:32:22.987 INFO kablam! | Sep 10 10:32:22.987 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Sep 10 10:32:22.987 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Sep 10 10:32:22.987 INFO kablam! Sep 10 10:32:23.004 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:23.004 INFO kablam! --> src/parse/parsing.rs:288:22 Sep 10 10:32:23.004 INFO kablam! | Sep 10 10:32:23.004 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Sep 10 10:32:23.004 INFO kablam! | ^^^^^ Sep 10 10:32:23.004 INFO kablam! Sep 10 10:32:23.007 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:23.007 INFO kablam! --> src/parse/parsing.rs:291:22 Sep 10 10:32:23.007 INFO kablam! | Sep 10 10:32:23.007 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Sep 10 10:32:23.007 INFO kablam! | ^^^^^ Sep 10 10:32:23.007 INFO kablam! Sep 10 10:32:23.009 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:23.009 INFO kablam! --> src/parse/parsing.rs:294:22 Sep 10 10:32:23.009 INFO kablam! | Sep 10 10:32:23.009 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Sep 10 10:32:23.009 INFO kablam! | ^^^^^ Sep 10 10:32:23.009 INFO kablam! Sep 10 10:32:23.012 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:23.012 INFO kablam! --> src/parse/parsing.rs:297:22 Sep 10 10:32:23.012 INFO kablam! | Sep 10 10:32:23.012 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Sep 10 10:32:23.012 INFO kablam! | ^^^^^ Sep 10 10:32:23.012 INFO kablam! Sep 10 10:32:23.015 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:23.015 INFO kablam! --> src/parse/parsing.rs:300:22 Sep 10 10:32:23.015 INFO kablam! | Sep 10 10:32:23.015 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Sep 10 10:32:23.015 INFO kablam! | ^^^^^ Sep 10 10:32:23.015 INFO kablam! Sep 10 10:32:23.018 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:23.018 INFO kablam! --> src/parse/parsing.rs:303:22 Sep 10 10:32:23.018 INFO kablam! | Sep 10 10:32:23.018 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Sep 10 10:32:23.018 INFO kablam! | ^^^^^ Sep 10 10:32:23.018 INFO kablam! Sep 10 10:32:23.021 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:23.021 INFO kablam! --> src/parse/parsing.rs:305:22 Sep 10 10:32:23.021 INFO kablam! | Sep 10 10:32:23.021 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Sep 10 10:32:23.021 INFO kablam! | ^^^^^ Sep 10 10:32:23.021 INFO kablam! Sep 10 10:32:23.024 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 10 10:32:23.024 INFO kablam! --> src/parse/parsing.rs:307:22 Sep 10 10:32:23.024 INFO kablam! | Sep 10 10:32:23.024 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Sep 10 10:32:23.024 INFO kablam! | ^^^^^ Sep 10 10:32:23.024 INFO kablam! Sep 10 10:32:23.035 INFO kablam! error: aborting due to 9 previous errors Sep 10 10:32:23.036 INFO kablam! Sep 10 10:32:23.036 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 10:32:23.045 INFO kablam! error: Could not compile `rustration`. Sep 10 10:32:23.045 INFO kablam! Sep 10 10:32:23.045 INFO kablam! To learn more, run the command again with --verbose. Sep 10 10:32:23.047 INFO kablam! su: No module specific data is present Sep 10 10:32:23.598 INFO running `"docker" "rm" "-f" "7c850e2ac0b5b0ebdc2e2e5e95192e2140b12ac29b8e0a17916fcac491f58b8f"` Sep 10 10:32:23.709 INFO blam! 7c850e2ac0b5b0ebdc2e2e5e95192e2140b12ac29b8e0a17916fcac491f58b8f