Oct 12 21:58:30.669 INFO checking erickosamudera/snek-renpy-preprocessor against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 21:58:30.670 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 21:58:31.252 INFO blam! 86bfb28d9f1b639532f780dfe72bbca8f381048d8662e6158bff9bc163922ef2 Oct 12 21:58:31.257 INFO running `"docker" "start" "-a" "86bfb28d9f1b639532f780dfe72bbca8f381048d8662e6158bff9bc163922ef2"` Oct 12 21:58:32.525 INFO kablam! usermod: no changes Oct 12 21:58:32.638 INFO kablam! Checking regex v1.0.0 Oct 12 21:58:35.540 INFO kablam! Checking snek-preprocessor v0.1.0 (/source) Oct 12 21:58:36.617 INFO kablam! warning: unused import: `std::io` Oct 12 21:58:36.618 INFO kablam! --> src/renpy/write/mod.rs:5:5 Oct 12 21:58:36.618 INFO kablam! | Oct 12 21:58:36.618 INFO kablam! 5 | use std::io; Oct 12 21:58:36.619 INFO kablam! | ^^^^^^^ Oct 12 21:58:36.619 INFO kablam! | Oct 12 21:58:36.619 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:58:36.619 INFO kablam! Oct 12 21:58:36.620 INFO kablam! warning: unused import: `entity::line::LineSpeech` Oct 12 21:58:36.620 INFO kablam! --> src/renpy/mod.rs:11:5 Oct 12 21:58:36.620 INFO kablam! | Oct 12 21:58:36.620 INFO kablam! 11 | use entity::line::LineSpeech; Oct 12 21:58:36.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:36.621 INFO kablam! Oct 12 21:58:36.765 INFO kablam! warning: unused import: `std::io` Oct 12 21:58:36.765 INFO kablam! --> src/renpy/write/mod.rs:5:5 Oct 12 21:58:36.766 INFO kablam! | Oct 12 21:58:36.766 INFO kablam! 5 | use std::io; Oct 12 21:58:36.766 INFO kablam! | ^^^^^^^ Oct 12 21:58:36.766 INFO kablam! | Oct 12 21:58:36.766 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:58:36.766 INFO kablam! Oct 12 21:58:36.766 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 12 21:58:36.766 INFO kablam! --> src/renpy/write/mod.rs:62:23 Oct 12 21:58:36.766 INFO kablam! | Oct 12 21:58:36.766 INFO kablam! 62 | for _index in (0..20) { Oct 12 21:58:36.766 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 12 21:58:36.766 INFO kablam! | Oct 12 21:58:36.766 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 21:58:36.766 INFO kablam! Oct 12 21:58:36.766 INFO kablam! warning: unused import: `entity::line::LineSpeech` Oct 12 21:58:36.766 INFO kablam! --> src/renpy/mod.rs:11:5 Oct 12 21:58:36.766 INFO kablam! | Oct 12 21:58:36.766 INFO kablam! 11 | use entity::line::LineSpeech; Oct 12 21:58:36.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:36.766 INFO kablam! Oct 12 21:58:36.900 INFO kablam! warning: unused variable: `arguments` Oct 12 21:58:36.900 INFO kablam! --> src/renpy/action/direction.rs:27:31 Oct 12 21:58:36.900 INFO kablam! | Oct 12 21:58:36.900 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:36.900 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 12 21:58:36.904 INFO kablam! | Oct 12 21:58:36.904 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:58:36.904 INFO kablam! Oct 12 21:58:36.904 INFO kablam! warning: unused variable: `current_indentation` Oct 12 21:58:36.908 INFO kablam! --> src/renpy/action/direction.rs:27:56 Oct 12 21:58:36.908 INFO kablam! | Oct 12 21:58:36.909 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:36.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 12 21:58:36.909 INFO kablam! Oct 12 21:58:36.910 INFO kablam! warning: unused variable: `arguments` Oct 12 21:58:36.910 INFO kablam! --> src/renpy/action/fx.rs:3:29 Oct 12 21:58:36.910 INFO kablam! | Oct 12 21:58:36.910 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:36.910 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 12 21:58:36.911 INFO kablam! Oct 12 21:58:36.911 INFO kablam! warning: unused variable: `current_indentation` Oct 12 21:58:36.911 INFO kablam! --> src/renpy/action/fx.rs:3:54 Oct 12 21:58:36.912 INFO kablam! | Oct 12 21:58:36.912 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:36.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 12 21:58:36.912 INFO kablam! Oct 12 21:58:36.912 INFO kablam! warning: unused variable: `renpy_lines` Oct 12 21:58:36.912 INFO kablam! --> src/main.rs:17:8 Oct 12 21:58:36.912 INFO kablam! | Oct 12 21:58:36.913 INFO kablam! 17 | let renpy_lines = renpy::translate(bill_lines); Oct 12 21:58:36.913 INFO kablam! | ^^^^^^^^^^^ help: consider using `_renpy_lines` instead Oct 12 21:58:36.916 INFO kablam! Oct 12 21:58:36.939 INFO kablam! warning: variable does not need to be mutable Oct 12 21:58:36.939 INFO kablam! --> src/line_parser/choice.rs:6:9 Oct 12 21:58:36.940 INFO kablam! | Oct 12 21:58:36.940 INFO kablam! 6 | let mut cleaned_first = strip_first_char(command_string); Oct 12 21:58:36.940 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 21:58:36.940 INFO kablam! | | Oct 12 21:58:36.941 INFO kablam! | help: remove this `mut` Oct 12 21:58:36.941 INFO kablam! | Oct 12 21:58:36.941 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:58:36.944 INFO kablam! Oct 12 21:58:37.012 INFO kablam! warning: function is never used: `get_output_file` Oct 12 21:58:37.013 INFO kablam! --> src/renpy/write/mod.rs:7:1 Oct 12 21:58:37.013 INFO kablam! | Oct 12 21:58:37.013 INFO kablam! 7 | pub fn get_output_file(file_name: &str) -> File { Oct 12 21:58:37.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:37.014 INFO kablam! | Oct 12 21:58:37.014 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:58:37.014 INFO kablam! Oct 12 21:58:37.015 INFO kablam! warning: function is never used: `translate_renpy_line_to_string` Oct 12 21:58:37.015 INFO kablam! --> src/renpy/write/mod.rs:27:1 Oct 12 21:58:37.015 INFO kablam! | Oct 12 21:58:37.016 INFO kablam! 27 | pub fn translate_renpy_line_to_string(renpy_line: &RenpyLine) -> String { Oct 12 21:58:37.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:37.016 INFO kablam! Oct 12 21:58:37.017 INFO kablam! warning: function is never used: `generate_indentation` Oct 12 21:58:37.017 INFO kablam! --> src/renpy/write/mod.rs:34:1 Oct 12 21:58:37.017 INFO kablam! | Oct 12 21:58:37.018 INFO kablam! 34 | fn generate_indentation(n: u32) -> String { Oct 12 21:58:37.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:37.018 INFO kablam! Oct 12 21:58:37.018 INFO kablam! warning: function is never used: `write_to_file` Oct 12 21:58:37.018 INFO kablam! --> src/renpy/mod.rs:41:1 Oct 12 21:58:37.018 INFO kablam! | Oct 12 21:58:37.018 INFO kablam! 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { Oct 12 21:58:37.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:37.024 INFO kablam! Oct 12 21:58:37.171 INFO kablam! warning: unused variable: `arguments` Oct 12 21:58:37.171 INFO kablam! --> src/renpy/action/direction.rs:27:31 Oct 12 21:58:37.171 INFO kablam! | Oct 12 21:58:37.171 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:37.171 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 12 21:58:37.171 INFO kablam! | Oct 12 21:58:37.171 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:58:37.171 INFO kablam! Oct 12 21:58:37.171 INFO kablam! warning: unused variable: `current_indentation` Oct 12 21:58:37.171 INFO kablam! --> src/renpy/action/direction.rs:27:56 Oct 12 21:58:37.171 INFO kablam! | Oct 12 21:58:37.171 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:37.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 12 21:58:37.171 INFO kablam! Oct 12 21:58:37.171 INFO kablam! warning: unused variable: `arguments` Oct 12 21:58:37.172 INFO kablam! --> src/renpy/action/fx.rs:3:29 Oct 12 21:58:37.172 INFO kablam! | Oct 12 21:58:37.172 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:37.172 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 12 21:58:37.172 INFO kablam! Oct 12 21:58:37.172 INFO kablam! warning: unused variable: `current_indentation` Oct 12 21:58:37.172 INFO kablam! --> src/renpy/action/fx.rs:3:54 Oct 12 21:58:37.172 INFO kablam! | Oct 12 21:58:37.172 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:37.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 12 21:58:37.172 INFO kablam! Oct 12 21:58:37.172 INFO kablam! warning: unused variable: `renpy_lines` Oct 12 21:58:37.172 INFO kablam! --> src/main.rs:17:8 Oct 12 21:58:37.172 INFO kablam! | Oct 12 21:58:37.172 INFO kablam! 17 | let renpy_lines = renpy::translate(bill_lines); Oct 12 21:58:37.172 INFO kablam! | ^^^^^^^^^^^ help: consider using `_renpy_lines` instead Oct 12 21:58:37.172 INFO kablam! Oct 12 21:58:37.197 INFO kablam! warning: variable does not need to be mutable Oct 12 21:58:37.197 INFO kablam! --> src/line_parser/choice.rs:6:9 Oct 12 21:58:37.197 INFO kablam! | Oct 12 21:58:37.198 INFO kablam! 6 | let mut cleaned_first = strip_first_char(command_string); Oct 12 21:58:37.198 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 21:58:37.198 INFO kablam! | | Oct 12 21:58:37.198 INFO kablam! | help: remove this `mut` Oct 12 21:58:37.198 INFO kablam! | Oct 12 21:58:37.198 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:58:37.198 INFO kablam! Oct 12 21:58:37.260 INFO kablam! warning: function is never used: `get_output_file` Oct 12 21:58:37.264 INFO kablam! --> src/renpy/write/mod.rs:7:1 Oct 12 21:58:37.264 INFO kablam! | Oct 12 21:58:37.264 INFO kablam! 7 | pub fn get_output_file(file_name: &str) -> File { Oct 12 21:58:37.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:37.264 INFO kablam! | Oct 12 21:58:37.264 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:58:37.264 INFO kablam! Oct 12 21:58:37.264 INFO kablam! warning: function is never used: `write_to_file` Oct 12 21:58:37.264 INFO kablam! --> src/renpy/mod.rs:41:1 Oct 12 21:58:37.264 INFO kablam! | Oct 12 21:58:37.264 INFO kablam! 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { Oct 12 21:58:37.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:37.264 INFO kablam! Oct 12 21:58:37.329 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.78s Oct 12 21:58:37.333 INFO kablam! su: No module specific data is present Oct 12 21:58:38.364 INFO running `"docker" "rm" "-f" "86bfb28d9f1b639532f780dfe72bbca8f381048d8662e6158bff9bc163922ef2"` Oct 12 21:58:38.656 INFO blam! 86bfb28d9f1b639532f780dfe72bbca8f381048d8662e6158bff9bc163922ef2