Sep 01 00:03:11.094 INFO checking UnicodeSnowman/writing_an_interpreter_in_rust against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 00:03:11.094 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 00:03:11.094 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 00:03:11.271 INFO blam! 733f054bbb5cafde892c55a19671f32d8519d9037c56bcc7aa6cd0314c455d38 Sep 01 00:03:11.272 INFO running `"docker" "start" "-a" "733f054bbb5cafde892c55a19671f32d8519d9037c56bcc7aa6cd0314c455d38"` Sep 01 00:03:11.910 INFO kablam! Checking writing_an_interpreter_in_rust v0.1.0 (file:///source) Sep 01 00:03:12.287 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 01 00:03:12.287 INFO kablam! --> src/ast.rs:16:5 Sep 01 00:03:12.287 INFO kablam! | Sep 01 00:03:12.287 INFO kablam! 16 | pub statements: Vec> Sep 01 00:03:12.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:03:12.287 INFO kablam! | Sep 01 00:03:12.287 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 01 00:03:12.287 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 01 00:03:12.287 INFO kablam! = note: for more information, see issue #34537 Sep 01 00:03:12.287 INFO kablam! Sep 01 00:03:12.290 INFO kablam! warning: unused variable: `blah` Sep 01 00:03:12.290 INFO kablam! --> src/parser.rs:26:13 Sep 01 00:03:12.290 INFO kablam! | Sep 01 00:03:12.290 INFO kablam! 26 | let blah = lexer.current_token(); Sep 01 00:03:12.290 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 01 00:03:12.290 INFO kablam! | Sep 01 00:03:12.290 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 00:03:12.290 INFO kablam! Sep 01 00:03:12.321 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 01 00:03:12.322 INFO kablam! --> src/parser.rs:37:18 Sep 01 00:03:12.322 INFO kablam! | Sep 01 00:03:12.322 INFO kablam! 26 | let blah = lexer.current_token(); Sep 01 00:03:12.322 INFO kablam! | ----- immutable borrow occurs here Sep 01 00:03:12.322 INFO kablam! ... Sep 01 00:03:12.322 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 01 00:03:12.322 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 01 00:03:12.322 INFO kablam! 38 | } Sep 01 00:03:12.322 INFO kablam! | - immutable borrow ends here Sep 01 00:03:12.322 INFO kablam! Sep 01 00:03:12.326 INFO kablam! error: aborting due to previous error Sep 01 00:03:12.326 INFO kablam! Sep 01 00:03:12.326 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 01 00:03:12.333 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 01 00:03:12.334 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:03:12.355 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 01 00:03:12.355 INFO kablam! --> src/ast.rs:16:5 Sep 01 00:03:12.355 INFO kablam! | Sep 01 00:03:12.355 INFO kablam! 16 | pub statements: Vec> Sep 01 00:03:12.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:03:12.355 INFO kablam! | Sep 01 00:03:12.356 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 01 00:03:12.356 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 01 00:03:12.356 INFO kablam! = note: for more information, see issue #34537 Sep 01 00:03:12.356 INFO kablam! Sep 01 00:03:12.357 INFO kablam! warning: unused variable: `blah` Sep 01 00:03:12.357 INFO kablam! --> src/parser.rs:26:13 Sep 01 00:03:12.357 INFO kablam! | Sep 01 00:03:12.357 INFO kablam! 26 | let blah = lexer.current_token(); Sep 01 00:03:12.357 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 01 00:03:12.357 INFO kablam! | Sep 01 00:03:12.357 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 00:03:12.357 INFO kablam! Sep 01 00:03:12.387 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 01 00:03:12.387 INFO kablam! --> src/parser.rs:37:18 Sep 01 00:03:12.387 INFO kablam! | Sep 01 00:03:12.387 INFO kablam! 26 | let blah = lexer.current_token(); Sep 01 00:03:12.387 INFO kablam! | ----- immutable borrow occurs here Sep 01 00:03:12.387 INFO kablam! ... Sep 01 00:03:12.387 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 01 00:03:12.387 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 01 00:03:12.387 INFO kablam! 38 | } Sep 01 00:03:12.387 INFO kablam! | - immutable borrow ends here Sep 01 00:03:12.387 INFO kablam! Sep 01 00:03:12.392 INFO kablam! error: aborting due to previous error Sep 01 00:03:12.392 INFO kablam! Sep 01 00:03:12.392 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 01 00:03:12.400 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 01 00:03:12.400 INFO kablam! Sep 01 00:03:12.400 INFO kablam! To learn more, run the command again with --verbose. Sep 01 00:03:12.401 INFO kablam! su: No module specific data is present Sep 01 00:03:12.789 INFO running `"docker" "rm" "-f" "733f054bbb5cafde892c55a19671f32d8519d9037c56bcc7aa6cd0314c455d38"` Sep 01 00:03:12.874 INFO blam! 733f054bbb5cafde892c55a19671f32d8519d9037c56bcc7aa6cd0314c455d38