Sep 19 16:42:52.458 INFO checking UnicodeSnowman/writing_an_interpreter_in_rust against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 16:42:52.458 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 16:42:52.458 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:42:52.698 INFO blam! d00f85c172898af0cb51f82f7bcbc7c665086ec4e5adff14bf7156816a753a7f Sep 19 16:42:52.700 INFO running `"docker" "start" "-a" "d00f85c172898af0cb51f82f7bcbc7c665086ec4e5adff14bf7156816a753a7f"` Sep 19 16:42:53.678 INFO kablam! usermod: no changes Sep 19 16:42:53.781 INFO kablam! Checking writing_an_interpreter_in_rust v0.1.0 (/source) Sep 19 16:42:54.146 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 19 16:42:54.146 INFO kablam! --> src/ast.rs:16:5 Sep 19 16:42:54.146 INFO kablam! | Sep 19 16:42:54.146 INFO kablam! 16 | pub statements: Vec> Sep 19 16:42:54.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:42:54.146 INFO kablam! | Sep 19 16:42:54.146 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 19 16:42:54.146 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 19 16:42:54.146 INFO kablam! = note: for more information, see issue #34537 Sep 19 16:42:54.146 INFO kablam! Sep 19 16:42:54.146 INFO kablam! warning: unused variable: `blah` Sep 19 16:42:54.146 INFO kablam! --> src/parser.rs:26:13 Sep 19 16:42:54.146 INFO kablam! | Sep 19 16:42:54.146 INFO kablam! 26 | let blah = lexer.current_token(); Sep 19 16:42:54.146 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 19 16:42:54.146 INFO kablam! | Sep 19 16:42:54.146 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 16:42:54.146 INFO kablam! Sep 19 16:42:54.167 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 19 16:42:54.167 INFO kablam! --> src/parser.rs:37:18 Sep 19 16:42:54.167 INFO kablam! | Sep 19 16:42:54.167 INFO kablam! 26 | let blah = lexer.current_token(); Sep 19 16:42:54.167 INFO kablam! | ----- immutable borrow occurs here Sep 19 16:42:54.167 INFO kablam! ... Sep 19 16:42:54.167 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 19 16:42:54.167 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 19 16:42:54.168 INFO kablam! 38 | } Sep 19 16:42:54.168 INFO kablam! | - immutable borrow ends here Sep 19 16:42:54.168 INFO kablam! Sep 19 16:42:54.178 INFO kablam! error: aborting due to previous error Sep 19 16:42:54.178 INFO kablam! Sep 19 16:42:54.178 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 19 16:42:54.189 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 19 16:42:54.189 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 16:42:54.268 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 19 16:42:54.268 INFO kablam! --> src/ast.rs:16:5 Sep 19 16:42:54.268 INFO kablam! | Sep 19 16:42:54.268 INFO kablam! 16 | pub statements: Vec> Sep 19 16:42:54.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:42:54.268 INFO kablam! | Sep 19 16:42:54.268 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 19 16:42:54.268 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 19 16:42:54.268 INFO kablam! = note: for more information, see issue #34537 Sep 19 16:42:54.268 INFO kablam! Sep 19 16:42:54.270 INFO kablam! warning: unused variable: `blah` Sep 19 16:42:54.270 INFO kablam! --> src/parser.rs:26:13 Sep 19 16:42:54.270 INFO kablam! | Sep 19 16:42:54.270 INFO kablam! 26 | let blah = lexer.current_token(); Sep 19 16:42:54.270 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 19 16:42:54.270 INFO kablam! | Sep 19 16:42:54.270 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 16:42:54.270 INFO kablam! Sep 19 16:42:54.298 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 19 16:42:54.298 INFO kablam! --> src/parser.rs:37:18 Sep 19 16:42:54.298 INFO kablam! | Sep 19 16:42:54.298 INFO kablam! 26 | let blah = lexer.current_token(); Sep 19 16:42:54.298 INFO kablam! | ----- immutable borrow occurs here Sep 19 16:42:54.298 INFO kablam! ... Sep 19 16:42:54.298 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 19 16:42:54.298 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 19 16:42:54.298 INFO kablam! 38 | } Sep 19 16:42:54.298 INFO kablam! | - immutable borrow ends here Sep 19 16:42:54.298 INFO kablam! Sep 19 16:42:54.306 INFO kablam! error: aborting due to previous error Sep 19 16:42:54.306 INFO kablam! Sep 19 16:42:54.306 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 19 16:42:54.311 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 19 16:42:54.311 INFO kablam! Sep 19 16:42:54.311 INFO kablam! To learn more, run the command again with --verbose. Sep 19 16:42:54.318 INFO kablam! su: No module specific data is present Sep 19 16:42:55.129 INFO running `"docker" "rm" "-f" "d00f85c172898af0cb51f82f7bcbc7c665086ec4e5adff14bf7156816a753a7f"` Sep 19 16:42:55.244 INFO blam! d00f85c172898af0cb51f82f7bcbc7c665086ec4e5adff14bf7156816a753a7f