Oct 27 05:08:00.457 INFO checking erickosamudera/snek-renpy-preprocessor against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:08:00.457 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 05:08:01.200 INFO blam! 90e70a986855dbe0375db7cf50cd6254581a5ad2d476401f6a7837fc7b29dfdf Oct 27 05:08:01.203 INFO running `"docker" "start" "-a" "90e70a986855dbe0375db7cf50cd6254581a5ad2d476401f6a7837fc7b29dfdf"` Oct 27 05:08:02.331 INFO kablam! usermod: no changes Oct 27 05:08:02.435 INFO kablam! Checking libc v0.2.40 Oct 27 05:08:04.080 INFO kablam! Checking memchr v2.0.1 Oct 27 05:08:04.519 INFO kablam! Checking aho-corasick v0.6.4 Oct 27 05:08:05.607 INFO kablam! Checking regex v1.0.0 Oct 27 05:08:08.207 INFO kablam! Checking snek-preprocessor v0.1.0 (/source) Oct 27 05:08:09.103 INFO kablam! warning: unused import: `std::io` Oct 27 05:08:09.103 INFO kablam! --> src/renpy/write/mod.rs:5:5 Oct 27 05:08:09.103 INFO kablam! | Oct 27 05:08:09.103 INFO kablam! 5 | use std::io; Oct 27 05:08:09.103 INFO kablam! | ^^^^^^^ Oct 27 05:08:09.103 INFO kablam! | Oct 27 05:08:09.103 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:08:09.103 INFO kablam! Oct 27 05:08:09.103 INFO kablam! warning: unused import: `entity::line::LineSpeech` Oct 27 05:08:09.103 INFO kablam! --> src/renpy/mod.rs:11:5 Oct 27 05:08:09.103 INFO kablam! | Oct 27 05:08:09.103 INFO kablam! 11 | use entity::line::LineSpeech; Oct 27 05:08:09.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:09.103 INFO kablam! Oct 27 05:08:09.371 INFO kablam! warning: unused variable: `arguments` Oct 27 05:08:09.371 INFO kablam! --> src/renpy/action/direction.rs:27:31 Oct 27 05:08:09.371 INFO kablam! | Oct 27 05:08:09.371 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:09.371 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 27 05:08:09.371 INFO kablam! | Oct 27 05:08:09.371 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:08:09.371 INFO kablam! Oct 27 05:08:09.371 INFO kablam! warning: unused variable: `current_indentation` Oct 27 05:08:09.371 INFO kablam! --> src/renpy/action/direction.rs:27:56 Oct 27 05:08:09.371 INFO kablam! | Oct 27 05:08:09.371 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:09.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 27 05:08:09.371 INFO kablam! Oct 27 05:08:09.371 INFO kablam! warning: unused variable: `arguments` Oct 27 05:08:09.371 INFO kablam! --> src/renpy/action/fx.rs:3:29 Oct 27 05:08:09.371 INFO kablam! | Oct 27 05:08:09.371 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:09.371 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 27 05:08:09.371 INFO kablam! Oct 27 05:08:09.371 INFO kablam! warning: unused variable: `current_indentation` Oct 27 05:08:09.371 INFO kablam! --> src/renpy/action/fx.rs:3:54 Oct 27 05:08:09.371 INFO kablam! | Oct 27 05:08:09.371 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:09.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 27 05:08:09.371 INFO kablam! Oct 27 05:08:09.371 INFO kablam! warning: unused variable: `renpy_lines` Oct 27 05:08:09.371 INFO kablam! --> src/main.rs:17:8 Oct 27 05:08:09.371 INFO kablam! | Oct 27 05:08:09.371 INFO kablam! 17 | let renpy_lines = renpy::translate(bill_lines); Oct 27 05:08:09.371 INFO kablam! | ^^^^^^^^^^^ help: consider using `_renpy_lines` instead Oct 27 05:08:09.371 INFO kablam! Oct 27 05:08:09.419 INFO kablam! warning: variable does not need to be mutable Oct 27 05:08:09.419 INFO kablam! --> src/line_parser/choice.rs:6:9 Oct 27 05:08:09.419 INFO kablam! | Oct 27 05:08:09.419 INFO kablam! 6 | let mut cleaned_first = strip_first_char(command_string); Oct 27 05:08:09.419 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 05:08:09.419 INFO kablam! | | Oct 27 05:08:09.419 INFO kablam! | help: remove this `mut` Oct 27 05:08:09.419 INFO kablam! | Oct 27 05:08:09.419 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:08:09.419 INFO kablam! Oct 27 05:08:09.503 INFO kablam! warning: function is never used: `get_output_file` Oct 27 05:08:09.503 INFO kablam! --> src/renpy/write/mod.rs:7:1 Oct 27 05:08:09.503 INFO kablam! | Oct 27 05:08:09.503 INFO kablam! 7 | pub fn get_output_file(file_name: &str) -> File { Oct 27 05:08:09.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:09.503 INFO kablam! | Oct 27 05:08:09.503 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:08:09.503 INFO kablam! Oct 27 05:08:09.503 INFO kablam! warning: function is never used: `translate_renpy_line_to_string` Oct 27 05:08:09.503 INFO kablam! --> src/renpy/write/mod.rs:27:1 Oct 27 05:08:09.503 INFO kablam! | Oct 27 05:08:09.503 INFO kablam! 27 | pub fn translate_renpy_line_to_string(renpy_line: &RenpyLine) -> String { Oct 27 05:08:09.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:09.503 INFO kablam! Oct 27 05:08:09.503 INFO kablam! warning: function is never used: `generate_indentation` Oct 27 05:08:09.503 INFO kablam! --> src/renpy/write/mod.rs:34:1 Oct 27 05:08:09.503 INFO kablam! | Oct 27 05:08:09.503 INFO kablam! 34 | fn generate_indentation(n: u32) -> String { Oct 27 05:08:09.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:09.503 INFO kablam! Oct 27 05:08:09.503 INFO kablam! warning: function is never used: `write_to_file` Oct 27 05:08:09.503 INFO kablam! --> src/renpy/mod.rs:41:1 Oct 27 05:08:09.503 INFO kablam! | Oct 27 05:08:09.503 INFO kablam! 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { Oct 27 05:08:09.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:09.503 INFO kablam! Oct 27 05:08:09.859 INFO kablam! warning: unused import: `std::io` Oct 27 05:08:09.860 INFO kablam! --> src/renpy/write/mod.rs:5:5 Oct 27 05:08:09.860 INFO kablam! | Oct 27 05:08:09.861 INFO kablam! 5 | use std::io; Oct 27 05:08:09.861 INFO kablam! | ^^^^^^^ Oct 27 05:08:09.861 INFO kablam! | Oct 27 05:08:09.861 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:08:09.862 INFO kablam! Oct 27 05:08:09.862 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 05:08:09.862 INFO kablam! --> src/renpy/write/mod.rs:62:23 Oct 27 05:08:09.863 INFO kablam! | Oct 27 05:08:09.863 INFO kablam! 62 | for _index in (0..20) { Oct 27 05:08:09.863 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 27 05:08:09.864 INFO kablam! | Oct 27 05:08:09.864 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:08:09.864 INFO kablam! Oct 27 05:08:09.865 INFO kablam! warning: unused import: `entity::line::LineSpeech` Oct 27 05:08:09.865 INFO kablam! --> src/renpy/mod.rs:11:5 Oct 27 05:08:09.865 INFO kablam! | Oct 27 05:08:09.866 INFO kablam! 11 | use entity::line::LineSpeech; Oct 27 05:08:09.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:09.866 INFO kablam! Oct 27 05:08:10.119 INFO kablam! warning: unused variable: `arguments` Oct 27 05:08:10.119 INFO kablam! --> src/renpy/action/direction.rs:27:31 Oct 27 05:08:10.119 INFO kablam! | Oct 27 05:08:10.119 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:10.119 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 27 05:08:10.119 INFO kablam! | Oct 27 05:08:10.119 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:08:10.119 INFO kablam! Oct 27 05:08:10.119 INFO kablam! warning: unused variable: `current_indentation` Oct 27 05:08:10.119 INFO kablam! --> src/renpy/action/direction.rs:27:56 Oct 27 05:08:10.119 INFO kablam! | Oct 27 05:08:10.119 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:10.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 27 05:08:10.119 INFO kablam! Oct 27 05:08:10.119 INFO kablam! warning: unused variable: `arguments` Oct 27 05:08:10.119 INFO kablam! --> src/renpy/action/fx.rs:3:29 Oct 27 05:08:10.119 INFO kablam! | Oct 27 05:08:10.119 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:10.119 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 27 05:08:10.119 INFO kablam! Oct 27 05:08:10.119 INFO kablam! warning: unused variable: `current_indentation` Oct 27 05:08:10.119 INFO kablam! --> src/renpy/action/fx.rs:3:54 Oct 27 05:08:10.119 INFO kablam! | Oct 27 05:08:10.119 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:10.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 27 05:08:10.119 INFO kablam! Oct 27 05:08:10.119 INFO kablam! warning: unused variable: `renpy_lines` Oct 27 05:08:10.119 INFO kablam! --> src/main.rs:17:8 Oct 27 05:08:10.119 INFO kablam! | Oct 27 05:08:10.119 INFO kablam! 17 | let renpy_lines = renpy::translate(bill_lines); Oct 27 05:08:10.119 INFO kablam! | ^^^^^^^^^^^ help: consider using `_renpy_lines` instead Oct 27 05:08:10.120 INFO kablam! Oct 27 05:08:10.143 INFO kablam! warning: variable does not need to be mutable Oct 27 05:08:10.143 INFO kablam! --> src/line_parser/choice.rs:6:9 Oct 27 05:08:10.143 INFO kablam! | Oct 27 05:08:10.143 INFO kablam! 6 | let mut cleaned_first = strip_first_char(command_string); Oct 27 05:08:10.143 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 05:08:10.143 INFO kablam! | | Oct 27 05:08:10.143 INFO kablam! | help: remove this `mut` Oct 27 05:08:10.143 INFO kablam! | Oct 27 05:08:10.143 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:08:10.143 INFO kablam! Oct 27 05:08:10.213 INFO kablam! warning: function is never used: `get_output_file` Oct 27 05:08:10.213 INFO kablam! --> src/renpy/write/mod.rs:7:1 Oct 27 05:08:10.213 INFO kablam! | Oct 27 05:08:10.213 INFO kablam! 7 | pub fn get_output_file(file_name: &str) -> File { Oct 27 05:08:10.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:10.213 INFO kablam! | Oct 27 05:08:10.213 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:08:10.213 INFO kablam! Oct 27 05:08:10.213 INFO kablam! warning: function is never used: `write_to_file` Oct 27 05:08:10.213 INFO kablam! --> src/renpy/mod.rs:41:1 Oct 27 05:08:10.213 INFO kablam! | Oct 27 05:08:10.213 INFO kablam! 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { Oct 27 05:08:10.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:10.213 INFO kablam! Oct 27 05:08:10.258 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.89s Oct 27 05:08:10.265 INFO kablam! su: No module specific data is present Oct 27 05:08:11.666 INFO running `"docker" "rm" "-f" "90e70a986855dbe0375db7cf50cd6254581a5ad2d476401f6a7837fc7b29dfdf"` Oct 27 05:08:11.955 INFO blam! 90e70a986855dbe0375db7cf50cd6254581a5ad2d476401f6a7837fc7b29dfdf