Sep 03 23:53:44.569 INFO checking UnicodeSnowman/writing_an_interpreter_in_rust against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 23:53:44.569 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 23:53:44.570 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-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:44.730 INFO blam! 235252e79ece91fe32855a92c1e722e941433efdc7b7fcbe2f6d3c19ba801824 Sep 03 23:53:44.738 INFO running `"docker" "start" "-a" "235252e79ece91fe32855a92c1e722e941433efdc7b7fcbe2f6d3c19ba801824"` Sep 03 23:53:45.526 INFO kablam! Checking writing_an_interpreter_in_rust v0.1.0 (file:///source) Sep 03 23:53:45.897 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 03 23:53:45.897 INFO kablam! --> src/ast.rs:16:5 Sep 03 23:53:45.897 INFO kablam! | Sep 03 23:53:45.897 INFO kablam! 16 | pub statements: Vec> Sep 03 23:53:45.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 23:53:45.897 INFO kablam! | Sep 03 23:53:45.897 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 03 23:53:45.897 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:45.897 INFO kablam! = note: for more information, see issue #34537 Sep 03 23:53:45.897 INFO kablam! Sep 03 23:53:45.899 INFO kablam! warning: unused variable: `blah` Sep 03 23:53:45.899 INFO kablam! --> src/parser.rs:26:13 Sep 03 23:53:45.899 INFO kablam! | Sep 03 23:53:45.899 INFO kablam! 26 | let blah = lexer.current_token(); Sep 03 23:53:45.899 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 03 23:53:45.899 INFO kablam! | Sep 03 23:53:45.899 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 23:53:45.899 INFO kablam! Sep 03 23:53:45.930 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 03 23:53:45.930 INFO kablam! --> src/parser.rs:37:18 Sep 03 23:53:45.930 INFO kablam! | Sep 03 23:53:45.930 INFO kablam! 26 | let blah = lexer.current_token(); Sep 03 23:53:45.930 INFO kablam! | ----- immutable borrow occurs here Sep 03 23:53:45.930 INFO kablam! ... Sep 03 23:53:45.930 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 03 23:53:45.930 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 03 23:53:45.930 INFO kablam! 38 | } Sep 03 23:53:45.930 INFO kablam! | - immutable borrow ends here Sep 03 23:53:45.930 INFO kablam! Sep 03 23:53:45.934 INFO kablam! error: aborting due to previous error Sep 03 23:53:45.934 INFO kablam! Sep 03 23:53:45.934 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 03 23:53:45.942 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 03 23:53:45.942 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 23:53:46.001 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 03 23:53:46.001 INFO kablam! --> src/ast.rs:16:5 Sep 03 23:53:46.001 INFO kablam! | Sep 03 23:53:46.001 INFO kablam! 16 | pub statements: Vec> Sep 03 23:53:46.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 23:53:46.001 INFO kablam! | Sep 03 23:53:46.001 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 03 23:53:46.002 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:46.002 INFO kablam! = note: for more information, see issue #34537 Sep 03 23:53:46.002 INFO kablam! Sep 03 23:53:46.003 INFO kablam! warning: unused variable: `blah` Sep 03 23:53:46.003 INFO kablam! --> src/parser.rs:26:13 Sep 03 23:53:46.003 INFO kablam! | Sep 03 23:53:46.003 INFO kablam! 26 | let blah = lexer.current_token(); Sep 03 23:53:46.003 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 03 23:53:46.003 INFO kablam! | Sep 03 23:53:46.003 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 23:53:46.003 INFO kablam! Sep 03 23:53:46.029 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 03 23:53:46.029 INFO kablam! --> src/parser.rs:37:18 Sep 03 23:53:46.029 INFO kablam! | Sep 03 23:53:46.029 INFO kablam! 26 | let blah = lexer.current_token(); Sep 03 23:53:46.029 INFO kablam! | ----- immutable borrow occurs here Sep 03 23:53:46.029 INFO kablam! ... Sep 03 23:53:46.029 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 03 23:53:46.029 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 03 23:53:46.029 INFO kablam! 38 | } Sep 03 23:53:46.029 INFO kablam! | - immutable borrow ends here Sep 03 23:53:46.029 INFO kablam! Sep 03 23:53:46.032 INFO kablam! error: aborting due to previous error Sep 03 23:53:46.033 INFO kablam! Sep 03 23:53:46.033 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 03 23:53:46.041 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 03 23:53:46.041 INFO kablam! Sep 03 23:53:46.041 INFO kablam! To learn more, run the command again with --verbose. Sep 03 23:53:46.042 INFO kablam! su: No module specific data is present Sep 03 23:53:46.610 INFO running `"docker" "rm" "-f" "235252e79ece91fe32855a92c1e722e941433efdc7b7fcbe2f6d3c19ba801824"` Sep 03 23:53:46.717 INFO blam! 235252e79ece91fe32855a92c1e722e941433efdc7b7fcbe2f6d3c19ba801824