Sep 03 20:10:28.355 INFO checking UnicodeSnowman/writing_an_interpreter_in_rust against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 20:10:28.355 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 20:10:28.355 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 20:10:28.518 INFO blam! 72909f17b28701ac09bd389e3f6cf7169d8bfe6f96d9bfa0ea931207a0386d68 Sep 03 20:10:28.520 INFO running `"docker" "start" "-a" "72909f17b28701ac09bd389e3f6cf7169d8bfe6f96d9bfa0ea931207a0386d68"` Sep 03 20:10:29.138 INFO kablam! Checking writing_an_interpreter_in_rust v0.1.0 (file:///source) Sep 03 20:10:29.482 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 03 20:10:29.482 INFO kablam! --> src/ast.rs:16:5 Sep 03 20:10:29.482 INFO kablam! | Sep 03 20:10:29.482 INFO kablam! 16 | pub statements: Vec> Sep 03 20:10:29.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 20:10:29.482 INFO kablam! | Sep 03 20:10:29.482 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 03 20:10:29.482 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 20:10:29.482 INFO kablam! = note: for more information, see issue #34537 Sep 03 20:10:29.482 INFO kablam! Sep 03 20:10:29.484 INFO kablam! warning: unused variable: `blah` Sep 03 20:10:29.484 INFO kablam! --> src/parser.rs:26:13 Sep 03 20:10:29.484 INFO kablam! | Sep 03 20:10:29.484 INFO kablam! 26 | let blah = lexer.current_token(); Sep 03 20:10:29.484 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 03 20:10:29.484 INFO kablam! | Sep 03 20:10:29.484 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 20:10:29.484 INFO kablam! Sep 03 20:10:29.503 INFO kablam! warning: private type `(dyn ast::Statement + 'static)` in public interface (error E0446) Sep 03 20:10:29.504 INFO kablam! --> src/ast.rs:16:5 Sep 03 20:10:29.504 INFO kablam! | Sep 03 20:10:29.504 INFO kablam! 16 | pub statements: Vec> Sep 03 20:10:29.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 20:10:29.504 INFO kablam! | Sep 03 20:10:29.504 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 03 20:10:29.504 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 20:10:29.504 INFO kablam! = note: for more information, see issue #34537 Sep 03 20:10:29.504 INFO kablam! Sep 03 20:10:29.506 INFO kablam! warning: unused variable: `blah` Sep 03 20:10:29.506 INFO kablam! --> src/parser.rs:26:13 Sep 03 20:10:29.506 INFO kablam! | Sep 03 20:10:29.506 INFO kablam! 26 | let blah = lexer.current_token(); Sep 03 20:10:29.506 INFO kablam! | ^^^^ help: consider using `_blah` instead Sep 03 20:10:29.506 INFO kablam! | Sep 03 20:10:29.506 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 20:10:29.506 INFO kablam! Sep 03 20:10:29.514 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 03 20:10:29.514 INFO kablam! --> src/parser.rs:37:18 Sep 03 20:10:29.514 INFO kablam! | Sep 03 20:10:29.514 INFO kablam! 26 | let blah = lexer.current_token(); Sep 03 20:10:29.514 INFO kablam! | ----- immutable borrow occurs here Sep 03 20:10:29.514 INFO kablam! ... Sep 03 20:10:29.514 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 03 20:10:29.514 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 03 20:10:29.514 INFO kablam! 38 | } Sep 03 20:10:29.515 INFO kablam! | - immutable borrow ends here Sep 03 20:10:29.515 INFO kablam! Sep 03 20:10:29.518 INFO kablam! error: aborting due to previous error Sep 03 20:10:29.518 INFO kablam! Sep 03 20:10:29.518 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 03 20:10:29.525 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 03 20:10:29.525 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 20:10:29.534 INFO kablam! error[E0502]: cannot borrow `*lexer` as mutable because it is also borrowed as immutable Sep 03 20:10:29.534 INFO kablam! --> src/parser.rs:37:18 Sep 03 20:10:29.534 INFO kablam! | Sep 03 20:10:29.534 INFO kablam! 26 | let blah = lexer.current_token(); Sep 03 20:10:29.534 INFO kablam! | ----- immutable borrow occurs here Sep 03 20:10:29.534 INFO kablam! ... Sep 03 20:10:29.534 INFO kablam! 37 | Parser { lexer, current_token, peek_token, errors: Vec::new() } Sep 03 20:10:29.534 INFO kablam! | ^^^^^ mutable borrow occurs here Sep 03 20:10:29.534 INFO kablam! 38 | } Sep 03 20:10:29.534 INFO kablam! | - immutable borrow ends here Sep 03 20:10:29.534 INFO kablam! Sep 03 20:10:29.537 INFO kablam! error: aborting due to previous error Sep 03 20:10:29.538 INFO kablam! Sep 03 20:10:29.538 INFO kablam! For more information about this error, try `rustc --explain E0502`. Sep 03 20:10:29.544 INFO kablam! error: Could not compile `writing_an_interpreter_in_rust`. Sep 03 20:10:29.544 INFO kablam! Sep 03 20:10:29.544 INFO kablam! To learn more, run the command again with --verbose. Sep 03 20:10:29.545 INFO kablam! su: No module specific data is present Sep 03 20:10:29.929 INFO running `"docker" "rm" "-f" "72909f17b28701ac09bd389e3f6cf7169d8bfe6f96d9bfa0ea931207a0386d68"` Sep 03 20:10:30.012 INFO blam! 72909f17b28701ac09bd389e3f6cf7169d8bfe6f96d9bfa0ea931207a0386d68