Sep 20 23:32:22.384 INFO checking UnicodeSnowman/writing_an_interpreter_in_rust against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 23:32:22.384 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 23:32:22.384 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:32:22.587 INFO blam! dcbfdfc4a58a9b5623280c253499f391c9c4c09d6b46fe84ff8f0dc216766c7b Sep 20 23:32:22.590 INFO running `"docker" "start" "-a" "dcbfdfc4a58a9b5623280c253499f391c9c4c09d6b46fe84ff8f0dc216766c7b"` Sep 20 23:32:24.305 INFO kablam! usermod: no changes Sep 20 23:32:24.390 INFO kablam! Checking writing_an_interpreter_in_rust v0.1.0 (/source) Sep 20 23:32:24.782 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 20 23:32:24.782 INFO kablam! --> src/ast.rs:16:5 Sep 20 23:32:24.782 INFO kablam! | Sep 20 23:32:24.782 INFO kablam! 16 | pub statements: Vec> Sep 20 23:32:24.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 23:32:24.782 INFO kablam! | Sep 20 23:32:24.782 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 20 23:32:24.782 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 20 23:32:24.782 INFO kablam! = note: for more information, see issue #34537 Sep 20 23:32:24.782 INFO kablam! Sep 20 23:32:24.786 INFO kablam! warning: unused variable: `blah` Sep 20 23:32:24.786 INFO kablam! --> src/parser.rs:26:13 Sep 20 23:32:24.786 INFO kablam! | Sep 20 23:32:24.786 INFO kablam! 26 | let blah = lexer.current_token(); Sep 20 23:32:24.786 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 20 23:32:24.786 INFO kablam! | Sep 20 23:32:24.786 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 23:32:24.786 INFO kablam! Sep 20 23:32:24.802 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 20 23:32:24.802 INFO kablam! --> src/parser.rs:37:18 Sep 20 23:32:24.802 INFO kablam! | Sep 20 23:32:24.802 INFO kablam! 26 | let blah = lexer.current_token(); Sep 20 23:32:24.802 INFO kablam! | ----- immutable borrow occurs here Sep 20 23:32:24.802 INFO kablam! ... Sep 20 23:32:24.802 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 20 23:32:24.802 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 20 23:32:24.802 INFO kablam! 38 | } Sep 20 23:32:24.802 INFO kablam! | - immutable borrow ends here Sep 20 23:32:24.802 INFO kablam! Sep 20 23:32:24.802 INFO kablam! error: aborting due to previous error Sep 20 23:32:24.802 INFO kablam! Sep 20 23:32:24.802 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 20 23:32:24.810 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 20 23:32:24.810 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 23:32:24.950 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 20 23:32:24.950 INFO kablam! --> src/ast.rs:16:5 Sep 20 23:32:24.954 INFO kablam! | Sep 20 23:32:24.954 INFO kablam! 16 | pub statements: Vec> Sep 20 23:32:24.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 23:32:24.954 INFO kablam! | Sep 20 23:32:24.954 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 20 23:32:24.954 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 20 23:32:24.954 INFO kablam! = note: for more information, see issue #34537 Sep 20 23:32:24.954 INFO kablam! Sep 20 23:32:24.956 INFO kablam! warning: unused variable: `blah` Sep 20 23:32:24.956 INFO kablam! --> src/parser.rs:26:13 Sep 20 23:32:24.956 INFO kablam! | Sep 20 23:32:24.956 INFO kablam! 26 | let blah = lexer.current_token(); Sep 20 23:32:24.956 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 20 23:32:24.956 INFO kablam! | Sep 20 23:32:24.956 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 23:32:24.956 INFO kablam! Sep 20 23:32:24.998 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 20 23:32:24.998 INFO kablam! --> src/parser.rs:37:18 Sep 20 23:32:24.998 INFO kablam! | Sep 20 23:32:24.998 INFO kablam! 26 | let blah = lexer.current_token(); Sep 20 23:32:24.998 INFO kablam! | ----- immutable borrow occurs here Sep 20 23:32:24.998 INFO kablam! ... Sep 20 23:32:24.998 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 20 23:32:24.998 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 20 23:32:24.998 INFO kablam! 38 | } Sep 20 23:32:24.998 INFO kablam! | - immutable borrow ends here Sep 20 23:32:24.998 INFO kablam! Sep 20 23:32:24.999 INFO kablam! error: aborting due to previous error Sep 20 23:32:24.999 INFO kablam! Sep 20 23:32:24.999 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 20 23:32:25.021 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 20 23:32:25.021 INFO kablam! Sep 20 23:32:25.021 INFO kablam! To learn more, run the command again with --verbose. Sep 20 23:32:25.021 INFO kablam! su: No module specific data is present Sep 20 23:32:25.759 INFO running `"docker" "rm" "-f" "dcbfdfc4a58a9b5623280c253499f391c9c4c09d6b46fe84ff8f0dc216766c7b"` Sep 20 23:32:25.885 INFO blam! dcbfdfc4a58a9b5623280c253499f391c9c4c09d6b46fe84ff8f0dc216766c7b