Oct 21 18:05:19.644 INFO checking erickosamudera/snek-renpy-preprocessor against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:05:19.654 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 18:05:20.116 INFO blam! 32795adedcb4343e2bfbdaa7414d222bf091220d9c62fd4f1982f92f012340ab Oct 21 18:05:20.132 INFO running `"docker" "start" "-a" "32795adedcb4343e2bfbdaa7414d222bf091220d9c62fd4f1982f92f012340ab"` Oct 21 18:05:21.716 INFO kablam! usermod: no changes Oct 21 18:05:21.769 INFO kablam! Blocking waiting for file lock on the registry index Oct 21 18:05:22.047 INFO kablam! Checking snek-preprocessor v0.1.0 (/source) Oct 21 18:05:23.009 INFO kablam! warning: unused import: `std::io` Oct 21 18:05:23.009 INFO kablam! --> src/renpy/write/mod.rs:5:5 Oct 21 18:05:23.009 INFO kablam! | Oct 21 18:05:23.010 INFO kablam! 5 | use std::io; Oct 21 18:05:23.010 INFO kablam! | ^^^^^^^ Oct 21 18:05:23.010 INFO kablam! | Oct 21 18:05:23.011 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:05:23.011 INFO kablam! Oct 21 18:05:23.011 INFO kablam! warning: unused import: `entity::line::LineSpeech` Oct 21 18:05:23.012 INFO kablam! --> src/renpy/mod.rs:11:5 Oct 21 18:05:23.012 INFO kablam! | Oct 21 18:05:23.012 INFO kablam! 11 | use entity::line::LineSpeech; Oct 21 18:05:23.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:05:23.013 INFO kablam! Oct 21 18:05:23.097 INFO kablam! warning: unused import: `std::io` Oct 21 18:05:23.097 INFO kablam! --> src/renpy/write/mod.rs:5:5 Oct 21 18:05:23.097 INFO kablam! | Oct 21 18:05:23.098 INFO kablam! 5 | use std::io; Oct 21 18:05:23.098 INFO kablam! | ^^^^^^^ Oct 21 18:05:23.098 INFO kablam! | Oct 21 18:05:23.099 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:05:23.099 INFO kablam! Oct 21 18:05:23.099 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 21 18:05:23.100 INFO kablam! --> src/renpy/write/mod.rs:62:23 Oct 21 18:05:23.100 INFO kablam! | Oct 21 18:05:23.100 INFO kablam! 62 | for _index in (0..20) { Oct 21 18:05:23.101 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 21 18:05:23.101 INFO kablam! | Oct 21 18:05:23.101 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:05:23.102 INFO kablam! Oct 21 18:05:23.102 INFO kablam! warning: unused import: `entity::line::LineSpeech` Oct 21 18:05:23.102 INFO kablam! --> src/renpy/mod.rs:11:5 Oct 21 18:05:23.102 INFO kablam! | Oct 21 18:05:23.103 INFO kablam! 11 | use entity::line::LineSpeech; Oct 21 18:05:23.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:05:23.103 INFO kablam! Oct 21 18:05:23.229 INFO kablam! warning: unused variable: `arguments` Oct 21 18:05:23.230 INFO kablam! --> src/renpy/action/direction.rs:27:31 Oct 21 18:05:23.230 INFO kablam! | Oct 21 18:05:23.230 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 21 18:05:23.230 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 21 18:05:23.231 INFO kablam! | Oct 21 18:05:23.231 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:05:23.231 INFO kablam! Oct 21 18:05:23.232 INFO kablam! warning: unused variable: `current_indentation` Oct 21 18:05:23.232 INFO kablam! --> src/renpy/action/direction.rs:27:56 Oct 21 18:05:23.232 INFO kablam! | Oct 21 18:05:23.232 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 21 18:05:23.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 21 18:05:23.233 INFO kablam! Oct 21 18:05:23.233 INFO kablam! warning: unused variable: `arguments` Oct 21 18:05:23.234 INFO kablam! --> src/renpy/action/fx.rs:3:29 Oct 21 18:05:23.234 INFO kablam! | Oct 21 18:05:23.234 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 21 18:05:23.234 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 21 18:05:23.235 INFO kablam! Oct 21 18:05:23.235 INFO kablam! warning: unused variable: `current_indentation` Oct 21 18:05:23.235 INFO kablam! --> src/renpy/action/fx.rs:3:54 Oct 21 18:05:23.235 INFO kablam! | Oct 21 18:05:23.236 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 21 18:05:23.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 21 18:05:23.236 INFO kablam! Oct 21 18:05:23.237 INFO kablam! warning: unused variable: `renpy_lines` Oct 21 18:05:23.237 INFO kablam! --> src/main.rs:17:8 Oct 21 18:05:23.237 INFO kablam! | Oct 21 18:05:23.237 INFO kablam! 17 | let renpy_lines = renpy::translate(bill_lines); Oct 21 18:05:23.237 INFO kablam! | ^^^^^^^^^^^ help: consider using `_renpy_lines` instead Oct 21 18:05:23.237 INFO kablam! Oct 21 18:05:23.240 INFO kablam! warning: variable does not need to be mutable Oct 21 18:05:23.240 INFO kablam! --> src/line_parser/choice.rs:6:9 Oct 21 18:05:23.240 INFO kablam! | Oct 21 18:05:23.240 INFO kablam! 6 | let mut cleaned_first = strip_first_char(command_string); Oct 21 18:05:23.240 INFO kablam! | ----^^^^^^^^^^^^^ Oct 21 18:05:23.240 INFO kablam! | | Oct 21 18:05:23.240 INFO kablam! | help: remove this `mut` Oct 21 18:05:23.240 INFO kablam! | Oct 21 18:05:23.240 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:05:23.240 INFO kablam! Oct 21 18:05:23.308 INFO kablam! warning: function is never used: `get_output_file` Oct 21 18:05:23.308 INFO kablam! --> src/renpy/write/mod.rs:7:1 Oct 21 18:05:23.308 INFO kablam! | Oct 21 18:05:23.308 INFO kablam! 7 | pub fn get_output_file(file_name: &str) -> File { Oct 21 18:05:23.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:05:23.308 INFO kablam! | Oct 21 18:05:23.308 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:05:23.308 INFO kablam! Oct 21 18:05:23.308 INFO kablam! warning: function is never used: `translate_renpy_line_to_string` Oct 21 18:05:23.308 INFO kablam! --> src/renpy/write/mod.rs:27:1 Oct 21 18:05:23.308 INFO kablam! | Oct 21 18:05:23.308 INFO kablam! 27 | pub fn translate_renpy_line_to_string(renpy_line: &RenpyLine) -> String { Oct 21 18:05:23.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:05:23.308 INFO kablam! Oct 21 18:05:23.308 INFO kablam! warning: function is never used: `generate_indentation` Oct 21 18:05:23.308 INFO kablam! --> src/renpy/write/mod.rs:34:1 Oct 21 18:05:23.308 INFO kablam! | Oct 21 18:05:23.308 INFO kablam! 34 | fn generate_indentation(n: u32) -> String { Oct 21 18:05:23.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:05:23.309 INFO kablam! Oct 21 18:05:23.309 INFO kablam! warning: function is never used: `write_to_file` Oct 21 18:05:23.309 INFO kablam! --> src/renpy/mod.rs:41:1 Oct 21 18:05:23.309 INFO kablam! | Oct 21 18:05:23.309 INFO kablam! 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { Oct 21 18:05:23.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:05:23.309 INFO kablam! Oct 21 18:05:23.338 INFO kablam! warning: unused variable: `arguments` Oct 21 18:05:23.338 INFO kablam! --> src/renpy/action/direction.rs:27:31 Oct 21 18:05:23.338 INFO kablam! | Oct 21 18:05:23.338 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 21 18:05:23.339 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 21 18:05:23.339 INFO kablam! | Oct 21 18:05:23.339 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:05:23.339 INFO kablam! Oct 21 18:05:23.339 INFO kablam! warning: unused variable: `current_indentation` Oct 21 18:05:23.339 INFO kablam! --> src/renpy/action/direction.rs:27:56 Oct 21 18:05:23.339 INFO kablam! | Oct 21 18:05:23.339 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 21 18:05:23.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 21 18:05:23.339 INFO kablam! Oct 21 18:05:23.340 INFO kablam! warning: unused variable: `arguments` Oct 21 18:05:23.340 INFO kablam! --> src/renpy/action/fx.rs:3:29 Oct 21 18:05:23.340 INFO kablam! | Oct 21 18:05:23.340 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 21 18:05:23.340 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 21 18:05:23.340 INFO kablam! Oct 21 18:05:23.340 INFO kablam! warning: unused variable: `current_indentation` Oct 21 18:05:23.340 INFO kablam! --> src/renpy/action/fx.rs:3:54 Oct 21 18:05:23.340 INFO kablam! | Oct 21 18:05:23.340 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 21 18:05:23.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 21 18:05:23.341 INFO kablam! Oct 21 18:05:23.341 INFO kablam! warning: unused variable: `renpy_lines` Oct 21 18:05:23.341 INFO kablam! --> src/main.rs:17:8 Oct 21 18:05:23.341 INFO kablam! | Oct 21 18:05:23.341 INFO kablam! 17 | let renpy_lines = renpy::translate(bill_lines); Oct 21 18:05:23.341 INFO kablam! | ^^^^^^^^^^^ help: consider using `_renpy_lines` instead Oct 21 18:05:23.341 INFO kablam! Oct 21 18:05:23.367 INFO kablam! warning: variable does not need to be mutable Oct 21 18:05:23.367 INFO kablam! --> src/line_parser/choice.rs:6:9 Oct 21 18:05:23.367 INFO kablam! | Oct 21 18:05:23.367 INFO kablam! 6 | let mut cleaned_first = strip_first_char(command_string); Oct 21 18:05:23.368 INFO kablam! | ----^^^^^^^^^^^^^ Oct 21 18:05:23.368 INFO kablam! | | Oct 21 18:05:23.368 INFO kablam! | help: remove this `mut` Oct 21 18:05:23.368 INFO kablam! | Oct 21 18:05:23.368 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:05:23.368 INFO kablam! Oct 21 18:05:23.437 INFO kablam! warning: function is never used: `get_output_file` Oct 21 18:05:23.441 INFO kablam! --> src/renpy/write/mod.rs:7:1 Oct 21 18:05:23.441 INFO kablam! | Oct 21 18:05:23.441 INFO kablam! 7 | pub fn get_output_file(file_name: &str) -> File { Oct 21 18:05:23.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:05:23.441 INFO kablam! | Oct 21 18:05:23.441 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:05:23.442 INFO kablam! Oct 21 18:05:23.442 INFO kablam! warning: function is never used: `write_to_file` Oct 21 18:05:23.442 INFO kablam! --> src/renpy/mod.rs:41:1 Oct 21 18:05:23.442 INFO kablam! | Oct 21 18:05:23.442 INFO kablam! 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { Oct 21 18:05:23.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:05:23.442 INFO kablam! Oct 21 18:05:23.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Oct 21 18:05:23.508 INFO kablam! su: No module specific data is present Oct 21 18:05:24.233 INFO running `"docker" "rm" "-f" "32795adedcb4343e2bfbdaa7414d222bf091220d9c62fd4f1982f92f012340ab"` Oct 21 18:05:24.546 INFO blam! 32795adedcb4343e2bfbdaa7414d222bf091220d9c62fd4f1982f92f012340ab