Sep 06 00:39:28.575 INFO checking rustration-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 00:39:28.575 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 00:39:28.575 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:39:28.751 INFO blam! c762beea1086bc469307b2e8823593801a220c811ccab15cdce1ae1f7d259bd7 Sep 06 00:39:28.753 INFO running `"docker" "start" "-a" "c762beea1086bc469307b2e8823593801a220c811ccab15cdce1ae1f7d259bd7"` Sep 06 00:39:29.273 INFO kablam! usermod: no changes Sep 06 00:39:29.319 INFO kablam! Checking rustration v0.1.0 (file:///source) Sep 06 00:39:29.956 INFO kablam! error[E0599]: no method named `clone` found for type `std::result::Result, std::io::Error>` in the current scope Sep 06 00:39:29.956 INFO kablam! --> src/parse/parsing.rs:223:44 Sep 06 00:39:29.956 INFO kablam! | Sep 06 00:39:29.956 INFO kablam! 223 | let mut parser = RawParser::new(data.clone()); Sep 06 00:39:29.956 INFO kablam! | ^^^^^ Sep 06 00:39:29.956 INFO kablam! | Sep 06 00:39:29.956 INFO kablam! = note: the method `clone` exists but the following trait bounds were not satisfied: Sep 06 00:39:29.956 INFO kablam! `std::result::Result, std::io::Error> : std::clone::Clone` Sep 06 00:39:29.956 INFO kablam! Sep 06 00:39:29.973 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.973 INFO kablam! --> src/parse/parsing.rs:288:22 Sep 06 00:39:29.973 INFO kablam! | Sep 06 00:39:29.973 INFO kablam! 288 | assert_eq!(token.token(), &Token::MoveRight); Sep 06 00:39:29.973 INFO kablam! | ^^^^^ Sep 06 00:39:29.973 INFO kablam! Sep 06 00:39:29.976 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.976 INFO kablam! --> src/parse/parsing.rs:291:22 Sep 06 00:39:29.976 INFO kablam! | Sep 06 00:39:29.976 INFO kablam! 291 | assert_eq!(token.token(), &Token::MoveLeft); Sep 06 00:39:29.976 INFO kablam! | ^^^^^ Sep 06 00:39:29.976 INFO kablam! Sep 06 00:39:29.978 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.978 INFO kablam! --> src/parse/parsing.rs:294:22 Sep 06 00:39:29.978 INFO kablam! | Sep 06 00:39:29.978 INFO kablam! 294 | assert_eq!(token.token(), &Token::Increment); Sep 06 00:39:29.978 INFO kablam! | ^^^^^ Sep 06 00:39:29.978 INFO kablam! Sep 06 00:39:29.981 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.981 INFO kablam! --> src/parse/parsing.rs:297:22 Sep 06 00:39:29.981 INFO kablam! | Sep 06 00:39:29.981 INFO kablam! 297 | assert_eq!(token.token(), &Token::Increment); Sep 06 00:39:29.981 INFO kablam! | ^^^^^ Sep 06 00:39:29.981 INFO kablam! Sep 06 00:39:29.986 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.986 INFO kablam! --> src/parse/parsing.rs:300:22 Sep 06 00:39:29.986 INFO kablam! | Sep 06 00:39:29.986 INFO kablam! 300 | assert_eq!(token.token(), &Token::Output); Sep 06 00:39:29.986 INFO kablam! | ^^^^^ Sep 06 00:39:29.986 INFO kablam! Sep 06 00:39:29.990 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.990 INFO kablam! --> src/parse/parsing.rs:303:22 Sep 06 00:39:29.990 INFO kablam! | Sep 06 00:39:29.990 INFO kablam! 303 | assert_eq!(token.token(), &Token::Eof); Sep 06 00:39:29.990 INFO kablam! | ^^^^^ Sep 06 00:39:29.990 INFO kablam! Sep 06 00:39:29.990 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.990 INFO kablam! --> src/parse/parsing.rs:305:22 Sep 06 00:39:29.990 INFO kablam! | Sep 06 00:39:29.990 INFO kablam! 305 | assert_eq!(token.token(), &Token::Eof); Sep 06 00:39:29.990 INFO kablam! | ^^^^^ Sep 06 00:39:29.990 INFO kablam! Sep 06 00:39:29.998 INFO kablam! error[E0599]: no method named `token` found for type `std::option::Option` in the current scope Sep 06 00:39:29.998 INFO kablam! --> src/parse/parsing.rs:307:22 Sep 06 00:39:29.998 INFO kablam! | Sep 06 00:39:29.998 INFO kablam! 307 | assert_eq!(token.token(), &Token::Eof); Sep 06 00:39:29.998 INFO kablam! | ^^^^^ Sep 06 00:39:29.998 INFO kablam! Sep 06 00:39:30.004 INFO kablam! error: aborting due to 9 previous errors Sep 06 00:39:30.004 INFO kablam! Sep 06 00:39:30.004 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 06 00:39:30.014 INFO kablam! error: Could not compile `rustration`. Sep 06 00:39:30.014 INFO kablam! Sep 06 00:39:30.014 INFO kablam! To learn more, run the command again with --verbose. Sep 06 00:39:30.014 INFO kablam! su: No module specific data is present Sep 06 00:39:30.676 INFO running `"docker" "rm" "-f" "c762beea1086bc469307b2e8823593801a220c811ccab15cdce1ae1f7d259bd7"` Sep 06 00:39:30.750 INFO blam! c762beea1086bc469307b2e8823593801a220c811ccab15cdce1ae1f7d259bd7