Sep 14 05:17:48.628 INFO checking UnicodeSnowman/writing_an_interpreter_in_rust against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 05:17:48.628 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 05:17:48.629 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 05:17:48.947 INFO blam! ebd8d4284bf2b84fcb2c73f6b36bdfb8163d05f67ec749ba4072411827312743 Sep 14 05:17:48.948 INFO running `"docker" "start" "-a" "ebd8d4284bf2b84fcb2c73f6b36bdfb8163d05f67ec749ba4072411827312743"` Sep 14 05:17:50.548 INFO kablam! usermod: no changes Sep 14 05:17:50.584 INFO kablam! Checking writing_an_interpreter_in_rust v0.1.0 (file:///source) Sep 14 05:17:50.863 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 14 05:17:50.863 INFO kablam! --> src/ast.rs:16:5 Sep 14 05:17:50.863 INFO kablam! | Sep 14 05:17:50.863 INFO kablam! 16 | pub statements: Vec> Sep 14 05:17:50.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:17:50.863 INFO kablam! | Sep 14 05:17:50.863 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 14 05:17:50.863 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 14 05:17:50.863 INFO kablam! = note: for more information, see issue #34537 Sep 14 05:17:50.863 INFO kablam! Sep 14 05:17:50.863 INFO kablam! warning: unused variable: `blah` Sep 14 05:17:50.863 INFO kablam! --> src/parser.rs:26:13 Sep 14 05:17:50.863 INFO kablam! | Sep 14 05:17:50.863 INFO kablam! 26 | let blah = lexer.current_token(); Sep 14 05:17:50.863 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 14 05:17:50.863 INFO kablam! | Sep 14 05:17:50.863 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 05:17:50.863 INFO kablam! Sep 14 05:17:50.887 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 14 05:17:50.887 INFO kablam! --> src/parser.rs:37:18 Sep 14 05:17:50.887 INFO kablam! | Sep 14 05:17:50.887 INFO kablam! 26 | let blah = lexer.current_token(); Sep 14 05:17:50.887 INFO kablam! | ----- immutable borrow occurs here Sep 14 05:17:50.887 INFO kablam! ... Sep 14 05:17:50.887 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 14 05:17:50.887 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 14 05:17:50.887 INFO kablam! 38 | } Sep 14 05:17:50.887 INFO kablam! | - immutable borrow ends here Sep 14 05:17:50.887 INFO kablam! Sep 14 05:17:50.895 INFO kablam! error: aborting due to previous error Sep 14 05:17:50.895 INFO kablam! Sep 14 05:17:50.895 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 14 05:17:50.899 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 14 05:17:50.899 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 05:17:51.021 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 14 05:17:51.021 INFO kablam! --> src/ast.rs:16:5 Sep 14 05:17:51.021 INFO kablam! | Sep 14 05:17:51.021 INFO kablam! 16 | pub statements: Vec> Sep 14 05:17:51.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:17:51.021 INFO kablam! | Sep 14 05:17:51.021 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 14 05:17:51.021 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 14 05:17:51.021 INFO kablam! = note: for more information, see issue #34537 Sep 14 05:17:51.021 INFO kablam! Sep 14 05:17:51.023 INFO kablam! warning: unused variable: `blah` Sep 14 05:17:51.023 INFO kablam! --> src/parser.rs:26:13 Sep 14 05:17:51.023 INFO kablam! | Sep 14 05:17:51.023 INFO kablam! 26 | let blah = lexer.current_token(); Sep 14 05:17:51.023 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 14 05:17:51.023 INFO kablam! | Sep 14 05:17:51.023 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 05:17:51.023 INFO kablam! Sep 14 05:17:51.047 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 14 05:17:51.047 INFO kablam! --> src/parser.rs:37:18 Sep 14 05:17:51.047 INFO kablam! | Sep 14 05:17:51.047 INFO kablam! 26 | let blah = lexer.current_token(); Sep 14 05:17:51.047 INFO kablam! | ----- immutable borrow occurs here Sep 14 05:17:51.047 INFO kablam! ... Sep 14 05:17:51.047 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 14 05:17:51.047 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 14 05:17:51.047 INFO kablam! 38 | } Sep 14 05:17:51.047 INFO kablam! | - immutable borrow ends here Sep 14 05:17:51.047 INFO kablam! Sep 14 05:17:51.051 INFO kablam! error: aborting due to previous error Sep 14 05:17:51.051 INFO kablam! Sep 14 05:17:51.051 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 14 05:17:51.059 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 14 05:17:51.059 INFO kablam! Sep 14 05:17:51.059 INFO kablam! To learn more, run the command again with --verbose. Sep 14 05:17:51.063 INFO kablam! su: No module specific data is present Sep 14 05:17:51.981 INFO running `"docker" "rm" "-f" "ebd8d4284bf2b84fcb2c73f6b36bdfb8163d05f67ec749ba4072411827312743"` Sep 14 05:17:52.144 INFO blam! ebd8d4284bf2b84fcb2c73f6b36bdfb8163d05f67ec749ba4072411827312743