Sep 03 23:53:42.996 INFO checking UnicodeSnowman/writing_an_interpreter_in_rust against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 03 23:53:42.996 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 03 23:53:42.996 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 23:53:43.214 INFO blam! 62a6f60b760e6ecb182bbc93afb9c4912995cf270adb9f49c80a616e9143123a Sep 03 23:53:43.217 INFO running `"docker" "start" "-a" "62a6f60b760e6ecb182bbc93afb9c4912995cf270adb9f49c80a616e9143123a"` Sep 03 23:53:43.952 INFO kablam! Checking writing_an_interpreter_in_rust v0.1.0 (file:///source) Sep 03 23:53:44.365 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 03 23:53:44.365 INFO kablam! --> src/ast.rs:16:5 Sep 03 23:53:44.365 INFO kablam! | Sep 03 23:53:44.365 INFO kablam! 16 | pub statements: Vec> Sep 03 23:53:44.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 23:53:44.365 INFO kablam! | Sep 03 23:53:44.365 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 03 23:53:44.365 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 03 23:53:44.365 INFO kablam! = note: for more information, see issue #34537 Sep 03 23:53:44.365 INFO kablam! Sep 03 23:53:44.367 INFO kablam! warning: unused variable: `blah` Sep 03 23:53:44.367 INFO kablam! --> src/parser.rs:26:13 Sep 03 23:53:44.367 INFO kablam! | Sep 03 23:53:44.367 INFO kablam! 26 | let blah = lexer.current_token(); Sep 03 23:53:44.367 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 03 23:53:44.367 INFO kablam! | Sep 03 23:53:44.367 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 23:53:44.367 INFO kablam! Sep 03 23:53:44.399 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 03 23:53:44.399 INFO kablam! --> src/parser.rs:37:18 Sep 03 23:53:44.399 INFO kablam! | Sep 03 23:53:44.399 INFO kablam! 26 | let blah = lexer.current_token(); Sep 03 23:53:44.399 INFO kablam! | ----- immutable borrow occurs here Sep 03 23:53:44.399 INFO kablam! ... Sep 03 23:53:44.399 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 03 23:53:44.399 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 03 23:53:44.399 INFO kablam! 38 | } Sep 03 23:53:44.399 INFO kablam! | - immutable borrow ends here Sep 03 23:53:44.399 INFO kablam! Sep 03 23:53:44.404 INFO kablam! error: aborting due to previous error Sep 03 23:53:44.405 INFO kablam! Sep 03 23:53:44.405 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 03 23:53:44.417 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 03 23:53:44.417 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 23:53:44.489 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 03 23:53:44.489 INFO kablam! --> src/ast.rs:16:5 Sep 03 23:53:44.489 INFO kablam! | Sep 03 23:53:44.490 INFO kablam! 16 | pub statements: Vec> Sep 03 23:53:44.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 23:53:44.490 INFO kablam! | Sep 03 23:53:44.490 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 03 23:53:44.490 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 03 23:53:44.490 INFO kablam! = note: for more information, see issue #34537 Sep 03 23:53:44.490 INFO kablam! Sep 03 23:53:44.492 INFO kablam! warning: unused variable: `blah` Sep 03 23:53:44.492 INFO kablam! --> src/parser.rs:26:13 Sep 03 23:53:44.492 INFO kablam! | Sep 03 23:53:44.492 INFO kablam! 26 | let blah = lexer.current_token(); Sep 03 23:53:44.492 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 03 23:53:44.492 INFO kablam! | Sep 03 23:53:44.492 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 23:53:44.492 INFO kablam! Sep 03 23:53:44.539 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 03 23:53:44.539 INFO kablam! --> src/parser.rs:37:18 Sep 03 23:53:44.539 INFO kablam! | Sep 03 23:53:44.539 INFO kablam! 26 | let blah = lexer.current_token(); Sep 03 23:53:44.539 INFO kablam! | ----- immutable borrow occurs here Sep 03 23:53:44.539 INFO kablam! ... Sep 03 23:53:44.539 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 03 23:53:44.539 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 03 23:53:44.539 INFO kablam! 38 | } Sep 03 23:53:44.539 INFO kablam! | - immutable borrow ends here Sep 03 23:53:44.539 INFO kablam! Sep 03 23:53:44.543 INFO kablam! error: aborting due to previous error Sep 03 23:53:44.543 INFO kablam! Sep 03 23:53:44.543 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 03 23:53:44.549 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 03 23:53:44.549 INFO kablam! Sep 03 23:53:44.549 INFO kablam! To learn more, run the command again with --verbose. Sep 03 23:53:44.550 INFO kablam! su: No module specific data is present Sep 03 23:53:45.050 INFO running `"docker" "rm" "-f" "62a6f60b760e6ecb182bbc93afb9c4912995cf270adb9f49c80a616e9143123a"` Sep 03 23:53:45.144 INFO blam! 62a6f60b760e6ecb182bbc93afb9c4912995cf270adb9f49c80a616e9143123a