Aug 01 23:19:40.771 INFO checking rustration-0.1.0 against 1.27.2+tmplazy for lazy_static-1 Aug 01 23:19:40.771 INFO running: cargo +1.27.2 check --frozen --all --all-targets Aug 01 23:19:40.771 INFO creating container for: cargo +1.27.2 check --frozen --all --all-targets Aug 01 23:19:40.771 INFO running `"docker" "create" "-v" "/tmp/crater.AtdgZIwG4zEi:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/lazy_static-1/worker-7/1.27.2+tmplazy:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1.27.2 check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Aug 01 23:19:40.991 INFO blam! 4b641118abbddcdcae5ede1ade2b5d2c2b1d2a31805ef5f3398a4765b23738e9 Aug 01 23:19:40.994 INFO running `"docker" "start" "-a" "4b641118abbddcdcae5ede1ade2b5d2c2b1d2a31805ef5f3398a4765b23738e9"` Aug 01 23:19:42.146 INFO kablam! Checking rustration v0.1.0 (file:///source) Aug 01 23:19:43.661 INFO kablam! error[E0599]: no method named `clone` found for type `std::result::Result, std::io::Error>` in the current scope Aug 01 23:19:43.661 INFO kablam! --> src/parse/parsing.rs:223:44 Aug 01 23:19:43.661 INFO kablam! | Aug 01 23:19:43.662 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Aug 01 23:19:43.662 INFO kablam! | ^^^^^ Aug 01 23:19:43.662 INFO kablam! | Aug 01 23:19:43.662 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Aug 01 23:19:43.662 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Aug 01 23:19:43.662 INFO kablam! Aug 01 23:19:43.713 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 01 23:19:43.713 INFO kablam! --> src/parse/parsing.rs:288:22 Aug 01 23:19:43.713 INFO kablam! | Aug 01 23:19:43.713 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Aug 01 23:19:43.713 INFO kablam! | ^^^^^ Aug 01 23:19:43.713 INFO kablam! Aug 01 23:19:43.717 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 01 23:19:43.717 INFO kablam! --> src/parse/parsing.rs:291:22 Aug 01 23:19:43.717 INFO kablam! | Aug 01 23:19:43.717 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Aug 01 23:19:43.718 INFO kablam! | ^^^^^ Aug 01 23:19:43.718 INFO kablam! Aug 01 23:19:43.742 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 01 23:19:43.742 INFO kablam! --> src/parse/parsing.rs:294:22 Aug 01 23:19:43.742 INFO kablam! | Aug 01 23:19:43.742 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Aug 01 23:19:43.742 INFO kablam! | ^^^^^ Aug 01 23:19:43.743 INFO kablam! Aug 01 23:19:43.757 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 01 23:19:43.757 INFO kablam! --> src/parse/parsing.rs:297:22 Aug 01 23:19:43.757 INFO kablam! | Aug 01 23:19:43.757 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Aug 01 23:19:43.757 INFO kablam! | ^^^^^ Aug 01 23:19:43.757 INFO kablam! Aug 01 23:19:43.759 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 01 23:19:43.759 INFO kablam! --> src/parse/parsing.rs:300:22 Aug 01 23:19:43.759 INFO kablam! | Aug 01 23:19:43.759 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Aug 01 23:19:43.759 INFO kablam! | ^^^^^ Aug 01 23:19:43.759 INFO kablam! Aug 01 23:19:43.764 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 01 23:19:43.764 INFO kablam! --> src/parse/parsing.rs:303:22 Aug 01 23:19:43.764 INFO kablam! | Aug 01 23:19:43.764 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Aug 01 23:19:43.764 INFO kablam! | ^^^^^ Aug 01 23:19:43.772 INFO kablam! Aug 01 23:19:43.778 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 01 23:19:43.778 INFO kablam! --> src/parse/parsing.rs:305:22 Aug 01 23:19:43.778 INFO kablam! | Aug 01 23:19:43.778 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Aug 01 23:19:43.778 INFO kablam! | ^^^^^ Aug 01 23:19:43.778 INFO kablam! Aug 01 23:19:43.784 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Aug 01 23:19:43.784 INFO kablam! --> src/parse/parsing.rs:307:22 Aug 01 23:19:43.784 INFO kablam! | Aug 01 23:19:43.784 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Aug 01 23:19:43.784 INFO kablam! | ^^^^^ Aug 01 23:19:43.784 INFO kablam! Aug 01 23:19:43.823 INFO kablam! error: aborting due to 9 previous errors Aug 01 23:19:43.824 INFO kablam! Aug 01 23:19:43.824 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 01 23:19:43.841 INFO kablam! error: Could not compile `rustration`. Aug 01 23:19:43.842 INFO kablam! Aug 01 23:19:43.842 INFO kablam! To learn more, run the command again with --verbose. Aug 01 23:19:43.844 INFO kablam! su: No module specific data is present Aug 01 23:19:44.454 INFO running `"docker" "rm" "-f" "4b641118abbddcdcae5ede1ade2b5d2c2b1d2a31805ef5f3398a4765b23738e9"` Aug 01 23:19:44.641 INFO blam! 4b641118abbddcdcae5ede1ade2b5d2c2b1d2a31805ef5f3398a4765b23738e9