Sep 14 05:17:49.974 INFO checking UnicodeSnowman/writing_an_interpreter_in_rust against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 05:17:49.974 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 05:17:49.974 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-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:50.377 INFO blam! 17c475b76205bbc2181f91318fd776f3cc496588ae1993507e83acabdbde6514 Sep 14 05:17:50.378 INFO running `"docker" "start" "-a" "17c475b76205bbc2181f91318fd776f3cc496588ae1993507e83acabdbde6514"` Sep 14 05:17:51.674 INFO kablam! usermod: no changes Sep 14 05:17:51.743 INFO kablam! Checking writing_an_interpreter_in_rust v0.1.0 (file:///source) Sep 14 05:17:51.975 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 14 05:17:51.975 INFO kablam! --> src/ast.rs:16:5 Sep 14 05:17:51.975 INFO kablam! | Sep 14 05:17:51.975 INFO kablam! 16 | pub statements: Vec> Sep 14 05:17:51.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:17:51.975 INFO kablam! | Sep 14 05:17:51.975 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 14 05:17:51.975 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.975 INFO kablam! = note: for more information, see issue #34537 Sep 14 05:17:51.975 INFO kablam! Sep 14 05:17:51.975 INFO kablam! warning: unused variable: `blah` Sep 14 05:17:51.975 INFO kablam! --> src/parser.rs:26:13 Sep 14 05:17:51.975 INFO kablam! | Sep 14 05:17:51.975 INFO kablam! 26 | let blah = lexer.current_token(); Sep 14 05:17:51.975 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 14 05:17:51.975 INFO kablam! | Sep 14 05:17:51.975 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 05:17:51.975 INFO kablam! Sep 14 05:17:51.989 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 14 05:17:51.989 INFO kablam! --> src/parser.rs:37:18 Sep 14 05:17:51.989 INFO kablam! | Sep 14 05:17:51.989 INFO kablam! 26 | let blah = lexer.current_token(); Sep 14 05:17:51.989 INFO kablam! | ----- immutable borrow occurs here Sep 14 05:17:51.989 INFO kablam! ... Sep 14 05:17:51.989 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 14 05:17:51.989 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 14 05:17:51.989 INFO kablam! 38 | } Sep 14 05:17:51.989 INFO kablam! | - immutable borrow ends here Sep 14 05:17:51.989 INFO kablam! Sep 14 05:17:51.994 INFO kablam! error: aborting due to previous error Sep 14 05:17:51.994 INFO kablam! Sep 14 05:17:51.994 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 14 05:17:52.000 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 14 05:17:52.001 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 05:17:52.050 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 14 05:17:52.051 INFO kablam! --> src/ast.rs:16:5 Sep 14 05:17:52.051 INFO kablam! | Sep 14 05:17:52.051 INFO kablam! 16 | pub statements: Vec> Sep 14 05:17:52.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:17:52.051 INFO kablam! | Sep 14 05:17:52.051 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 14 05:17:52.051 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:52.051 INFO kablam! = note: for more information, see issue #34537 Sep 14 05:17:52.051 INFO kablam! Sep 14 05:17:52.054 INFO kablam! warning: unused variable: `blah` Sep 14 05:17:52.054 INFO kablam! --> src/parser.rs:26:13 Sep 14 05:17:52.055 INFO kablam! | Sep 14 05:17:52.055 INFO kablam! 26 | let blah = lexer.current_token(); Sep 14 05:17:52.055 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 14 05:17:52.055 INFO kablam! | Sep 14 05:17:52.055 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 05:17:52.055 INFO kablam! Sep 14 05:17:52.073 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 14 05:17:52.074 INFO kablam! --> src/parser.rs:37:18 Sep 14 05:17:52.074 INFO kablam! | Sep 14 05:17:52.074 INFO kablam! 26 | let blah = lexer.current_token(); Sep 14 05:17:52.074 INFO kablam! | ----- immutable borrow occurs here Sep 14 05:17:52.074 INFO kablam! ... Sep 14 05:17:52.074 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 14 05:17:52.074 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 14 05:17:52.074 INFO kablam! 38 | } Sep 14 05:17:52.074 INFO kablam! | - immutable borrow ends here Sep 14 05:17:52.074 INFO kablam! Sep 14 05:17:52.078 INFO kablam! error: aborting due to previous error Sep 14 05:17:52.079 INFO kablam! Sep 14 05:17:52.079 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 14 05:17:52.085 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 14 05:17:52.085 INFO kablam! Sep 14 05:17:52.085 INFO kablam! To learn more, run the command again with --verbose. Sep 14 05:17:52.088 INFO kablam! su: No module specific data is present Sep 14 05:17:52.716 INFO running `"docker" "rm" "-f" "17c475b76205bbc2181f91318fd776f3cc496588ae1993507e83acabdbde6514"` Sep 14 05:17:52.864 INFO blam! 17c475b76205bbc2181f91318fd776f3cc496588ae1993507e83acabdbde6514