Oct 12 21:58:31.126 INFO checking erickosamudera/snek-renpy-preprocessor against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 21:58:31.126 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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.528 INFO blam! 958ea9a4a2704376e6f0f4ed7e3b4e3a645a44767c4ee02ac20bc7d6702f2e40 Oct 12 21:58:31.530 INFO running `"docker" "start" "-a" "958ea9a4a2704376e6f0f4ed7e3b4e3a645a44767c4ee02ac20bc7d6702f2e40"` Oct 12 21:58:32.498 INFO kablam! usermod: no changes Oct 12 21:58:32.649 INFO kablam! Checking libc v0.2.40 Oct 12 21:58:34.335 INFO kablam! Checking memchr v2.0.1 Oct 12 21:58:34.832 INFO kablam! Checking aho-corasick v0.6.4 Oct 12 21:58:35.716 INFO kablam! Checking regex v1.0.0 Oct 12 21:58:38.241 INFO kablam! Checking snek-preprocessor v0.1.0 (/source) Oct 12 21:58:39.392 INFO kablam! warning: unused import: `std::io` Oct 12 21:58:39.392 INFO kablam! --> src/renpy/write/mod.rs:5:5 Oct 12 21:58:39.392 INFO kablam! | Oct 12 21:58:39.392 INFO kablam! 5 | use std::io; Oct 12 21:58:39.392 INFO kablam! | ^^^^^^^ Oct 12 21:58:39.392 INFO kablam! | Oct 12 21:58:39.392 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:58:39.392 INFO kablam! Oct 12 21:58:39.392 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 12 21:58:39.392 INFO kablam! --> src/renpy/write/mod.rs:62:23 Oct 12 21:58:39.392 INFO kablam! | Oct 12 21:58:39.392 INFO kablam! 62 | for _index in (0..20) { Oct 12 21:58:39.392 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 12 21:58:39.392 INFO kablam! | Oct 12 21:58:39.392 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 21:58:39.392 INFO kablam! Oct 12 21:58:39.392 INFO kablam! warning: unused import: `entity::line::LineSpeech` Oct 12 21:58:39.393 INFO kablam! --> src/renpy/mod.rs:11:5 Oct 12 21:58:39.393 INFO kablam! | Oct 12 21:58:39.393 INFO kablam! 11 | use entity::line::LineSpeech; Oct 12 21:58:39.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:39.393 INFO kablam! Oct 12 21:58:39.682 INFO kablam! warning: unused variable: `arguments` Oct 12 21:58:39.682 INFO kablam! --> src/renpy/action/direction.rs:27:31 Oct 12 21:58:39.683 INFO kablam! | Oct 12 21:58:39.683 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:39.683 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 12 21:58:39.684 INFO kablam! | Oct 12 21:58:39.684 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:58:39.684 INFO kablam! Oct 12 21:58:39.684 INFO kablam! warning: unused variable: `current_indentation` Oct 12 21:58:39.685 INFO kablam! --> src/renpy/action/direction.rs:27:56 Oct 12 21:58:39.685 INFO kablam! | Oct 12 21:58:39.685 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:39.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 12 21:58:39.686 INFO kablam! Oct 12 21:58:39.686 INFO kablam! warning: unused variable: `arguments` Oct 12 21:58:39.686 INFO kablam! --> src/renpy/action/fx.rs:3:29 Oct 12 21:58:39.686 INFO kablam! | Oct 12 21:58:39.687 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:39.687 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 12 21:58:39.687 INFO kablam! Oct 12 21:58:39.687 INFO kablam! warning: unused variable: `current_indentation` Oct 12 21:58:39.688 INFO kablam! --> src/renpy/action/fx.rs:3:54 Oct 12 21:58:39.688 INFO kablam! | Oct 12 21:58:39.688 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:39.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 12 21:58:39.689 INFO kablam! Oct 12 21:58:39.689 INFO kablam! warning: unused variable: `renpy_lines` Oct 12 21:58:39.689 INFO kablam! --> src/main.rs:17:8 Oct 12 21:58:39.689 INFO kablam! | Oct 12 21:58:39.690 INFO kablam! 17 | let renpy_lines = renpy::translate(bill_lines); Oct 12 21:58:39.690 INFO kablam! | ^^^^^^^^^^^ help: consider using `_renpy_lines` instead Oct 12 21:58:39.690 INFO kablam! Oct 12 21:58:39.744 INFO kablam! warning: variable does not need to be mutable Oct 12 21:58:39.745 INFO kablam! --> src/line_parser/choice.rs:6:9 Oct 12 21:58:39.745 INFO kablam! | Oct 12 21:58:39.745 INFO kablam! 6 | let mut cleaned_first = strip_first_char(command_string); Oct 12 21:58:39.746 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 21:58:39.746 INFO kablam! | | Oct 12 21:58:39.746 INFO kablam! | help: remove this `mut` Oct 12 21:58:39.746 INFO kablam! | Oct 12 21:58:39.747 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:58:39.747 INFO kablam! Oct 12 21:58:39.756 INFO kablam! warning: unused import: `std::io` Oct 12 21:58:39.756 INFO kablam! --> src/renpy/write/mod.rs:5:5 Oct 12 21:58:39.756 INFO kablam! | Oct 12 21:58:39.756 INFO kablam! 5 | use std::io; Oct 12 21:58:39.756 INFO kablam! | ^^^^^^^ Oct 12 21:58:39.756 INFO kablam! | Oct 12 21:58:39.756 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:58:39.756 INFO kablam! Oct 12 21:58:39.756 INFO kablam! warning: unused import: `entity::line::LineSpeech` Oct 12 21:58:39.756 INFO kablam! --> src/renpy/mod.rs:11:5 Oct 12 21:58:39.756 INFO kablam! | Oct 12 21:58:39.756 INFO kablam! 11 | use entity::line::LineSpeech; Oct 12 21:58:39.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:39.756 INFO kablam! Oct 12 21:58:39.881 INFO kablam! warning: function is never used: `get_output_file` Oct 12 21:58:39.881 INFO kablam! --> src/renpy/write/mod.rs:7:1 Oct 12 21:58:39.881 INFO kablam! | Oct 12 21:58:39.881 INFO kablam! 7 | pub fn get_output_file(file_name: &str) -> File { Oct 12 21:58:39.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:39.881 INFO kablam! | Oct 12 21:58:39.881 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:58:39.881 INFO kablam! Oct 12 21:58:39.881 INFO kablam! warning: function is never used: `write_to_file` Oct 12 21:58:39.881 INFO kablam! --> src/renpy/mod.rs:41:1 Oct 12 21:58:39.881 INFO kablam! | Oct 12 21:58:39.881 INFO kablam! 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { Oct 12 21:58:39.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:39.881 INFO kablam! Oct 12 21:58:39.998 INFO kablam! warning: unused variable: `arguments` Oct 12 21:58:39.998 INFO kablam! --> src/renpy/action/direction.rs:27:31 Oct 12 21:58:39.998 INFO kablam! | Oct 12 21:58:39.998 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:39.998 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 12 21:58:39.998 INFO kablam! | Oct 12 21:58:39.998 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:58:39.998 INFO kablam! Oct 12 21:58:39.998 INFO kablam! warning: unused variable: `current_indentation` Oct 12 21:58:39.998 INFO kablam! --> src/renpy/action/direction.rs:27:56 Oct 12 21:58:39.998 INFO kablam! | Oct 12 21:58:39.998 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:39.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 12 21:58:39.998 INFO kablam! Oct 12 21:58:40.000 INFO kablam! warning: unused variable: `arguments` Oct 12 21:58:40.000 INFO kablam! --> src/renpy/action/fx.rs:3:29 Oct 12 21:58:40.000 INFO kablam! | Oct 12 21:58:40.000 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:40.000 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 12 21:58:40.000 INFO kablam! Oct 12 21:58:40.000 INFO kablam! warning: unused variable: `current_indentation` Oct 12 21:58:40.000 INFO kablam! --> src/renpy/action/fx.rs:3:54 Oct 12 21:58:40.000 INFO kablam! | Oct 12 21:58:40.000 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 12 21:58:40.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 12 21:58:40.000 INFO kablam! Oct 12 21:58:40.000 INFO kablam! warning: unused variable: `renpy_lines` Oct 12 21:58:40.000 INFO kablam! --> src/main.rs:17:8 Oct 12 21:58:40.000 INFO kablam! | Oct 12 21:58:40.000 INFO kablam! 17 | let renpy_lines = renpy::translate(bill_lines); Oct 12 21:58:40.000 INFO kablam! | ^^^^^^^^^^^ help: consider using `_renpy_lines` instead Oct 12 21:58:40.000 INFO kablam! Oct 12 21:58:40.068 INFO kablam! warning: variable does not need to be mutable Oct 12 21:58:40.068 INFO kablam! --> src/line_parser/choice.rs:6:9 Oct 12 21:58:40.068 INFO kablam! | Oct 12 21:58:40.068 INFO kablam! 6 | let mut cleaned_first = strip_first_char(command_string); Oct 12 21:58:40.068 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 21:58:40.068 INFO kablam! | | Oct 12 21:58:40.068 INFO kablam! | help: remove this `mut` Oct 12 21:58:40.068 INFO kablam! | Oct 12 21:58:40.068 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:58:40.068 INFO kablam! Oct 12 21:58:40.196 INFO kablam! warning: function is never used: `get_output_file` Oct 12 21:58:40.196 INFO kablam! --> src/renpy/write/mod.rs:7:1 Oct 12 21:58:40.196 INFO kablam! | Oct 12 21:58:40.196 INFO kablam! 7 | pub fn get_output_file(file_name: &str) -> File { Oct 12 21:58:40.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:40.196 INFO kablam! | Oct 12 21:58:40.196 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:58:40.196 INFO kablam! Oct 12 21:58:40.196 INFO kablam! warning: function is never used: `translate_renpy_line_to_string` Oct 12 21:58:40.196 INFO kablam! --> src/renpy/write/mod.rs:27:1 Oct 12 21:58:40.196 INFO kablam! | Oct 12 21:58:40.196 INFO kablam! 27 | pub fn translate_renpy_line_to_string(renpy_line: &RenpyLine) -> String { Oct 12 21:58:40.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:40.196 INFO kablam! Oct 12 21:58:40.196 INFO kablam! warning: function is never used: `generate_indentation` Oct 12 21:58:40.196 INFO kablam! --> src/renpy/write/mod.rs:34:1 Oct 12 21:58:40.196 INFO kablam! | Oct 12 21:58:40.196 INFO kablam! 34 | fn generate_indentation(n: u32) -> String { Oct 12 21:58:40.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:40.196 INFO kablam! Oct 12 21:58:40.196 INFO kablam! warning: function is never used: `write_to_file` Oct 12 21:58:40.196 INFO kablam! --> src/renpy/mod.rs:41:1 Oct 12 21:58:40.196 INFO kablam! | Oct 12 21:58:40.196 INFO kablam! 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { Oct 12 21:58:40.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:58:40.196 INFO kablam! Oct 12 21:58:40.273 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.75s Oct 12 21:58:40.278 INFO kablam! su: No module specific data is present Oct 12 21:58:41.185 INFO running `"docker" "rm" "-f" "958ea9a4a2704376e6f0f4ed7e3b4e3a645a44767c4ee02ac20bc7d6702f2e40"` Oct 12 21:58:41.577 INFO blam! 958ea9a4a2704376e6f0f4ed7e3b4e3a645a44767c4ee02ac20bc7d6702f2e40