Sep 10 05:07:43.157 INFO checking UnicodeSnowman/writing_an_interpreter_in_rust against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 05:07:43.157 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 05:07:43.157 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 05:07:43.334 INFO blam! 82991a5c4c3be07445c97e7f6eb3c0f930a06d05106c97c86b3bc90735367bb4 Sep 10 05:07:43.335 INFO running `"docker" "start" "-a" "82991a5c4c3be07445c97e7f6eb3c0f930a06d05106c97c86b3bc90735367bb4"` Sep 10 05:07:43.864 INFO kablam! usermod: no changes Sep 10 05:07:43.962 INFO kablam! Checking writing_an_interpreter_in_rust v0.1.0 (file:///source) Sep 10 05:07:44.262 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 10 05:07:44.262 INFO kablam! --> src/ast.rs:16:5 Sep 10 05:07:44.262 INFO kablam! | Sep 10 05:07:44.262 INFO kablam! 16 | pub statements: Vec> Sep 10 05:07:44.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 05:07:44.262 INFO kablam! | Sep 10 05:07:44.262 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 10 05:07:44.262 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 10 05:07:44.262 INFO kablam! = note: for more information, see issue #34537 Sep 10 05:07:44.262 INFO kablam! Sep 10 05:07:44.262 INFO kablam! warning: unused variable: `blah` Sep 10 05:07:44.262 INFO kablam! --> src/parser.rs:26:13 Sep 10 05:07:44.262 INFO kablam! | Sep 10 05:07:44.262 INFO kablam! 26 | let blah = lexer.current_token(); Sep 10 05:07:44.262 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 10 05:07:44.262 INFO kablam! | Sep 10 05:07:44.262 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 05:07:44.262 INFO kablam! Sep 10 05:07:44.278 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 10 05:07:44.278 INFO kablam! --> src/parser.rs:37:18 Sep 10 05:07:44.278 INFO kablam! | Sep 10 05:07:44.278 INFO kablam! 26 | let blah = lexer.current_token(); Sep 10 05:07:44.278 INFO kablam! | ----- immutable borrow occurs here Sep 10 05:07:44.278 INFO kablam! ... Sep 10 05:07:44.278 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 10 05:07:44.278 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 10 05:07:44.278 INFO kablam! 38 | } Sep 10 05:07:44.278 INFO kablam! | - immutable borrow ends here Sep 10 05:07:44.278 INFO kablam! Sep 10 05:07:44.278 INFO kablam! error: aborting due to previous error Sep 10 05:07:44.278 INFO kablam! Sep 10 05:07:44.278 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 10 05:07:44.286 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 10 05:07:44.286 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 05:07:44.389 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 10 05:07:44.389 INFO kablam! --> src/ast.rs:16:5 Sep 10 05:07:44.389 INFO kablam! | Sep 10 05:07:44.389 INFO kablam! 16 | pub statements: Vec> Sep 10 05:07:44.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 05:07:44.389 INFO kablam! | Sep 10 05:07:44.389 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 10 05:07:44.389 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 10 05:07:44.389 INFO kablam! = note: for more information, see issue #34537 Sep 10 05:07:44.389 INFO kablam! Sep 10 05:07:44.390 INFO kablam! warning: unused variable: `blah` Sep 10 05:07:44.390 INFO kablam! --> src/parser.rs:26:13 Sep 10 05:07:44.390 INFO kablam! | Sep 10 05:07:44.390 INFO kablam! 26 | let blah = lexer.current_token(); Sep 10 05:07:44.390 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 10 05:07:44.390 INFO kablam! | Sep 10 05:07:44.390 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 05:07:44.390 INFO kablam! Sep 10 05:07:44.410 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 10 05:07:44.410 INFO kablam! --> src/parser.rs:37:18 Sep 10 05:07:44.410 INFO kablam! | Sep 10 05:07:44.410 INFO kablam! 26 | let blah = lexer.current_token(); Sep 10 05:07:44.410 INFO kablam! | ----- immutable borrow occurs here Sep 10 05:07:44.410 INFO kablam! ... Sep 10 05:07:44.410 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 10 05:07:44.410 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 10 05:07:44.410 INFO kablam! 38 | } Sep 10 05:07:44.410 INFO kablam! | - immutable borrow ends here Sep 10 05:07:44.410 INFO kablam! Sep 10 05:07:44.415 INFO kablam! error: aborting due to previous error Sep 10 05:07:44.415 INFO kablam! Sep 10 05:07:44.415 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 10 05:07:44.423 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 10 05:07:44.423 INFO kablam! Sep 10 05:07:44.423 INFO kablam! To learn more, run the command again with --verbose. Sep 10 05:07:44.424 INFO kablam! su: No module specific data is present Sep 10 05:07:45.560 INFO running `"docker" "rm" "-f" "82991a5c4c3be07445c97e7f6eb3c0f930a06d05106c97c86b3bc90735367bb4"` Sep 10 05:07:45.674 INFO blam! 82991a5c4c3be07445c97e7f6eb3c0f930a06d05106c97c86b3bc90735367bb4