Oct 27 05:08:00.989 INFO checking erickosamudera/snek-renpy-preprocessor against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:08:00.990 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 27 05:08:01.454 INFO blam! 367ae2790ebd23e7fc8faa943c61cb749656ef3a1eaff5e2aa7ded86320b7f9b Oct 27 05:08:01.457 INFO running `"docker" "start" "-a" "367ae2790ebd23e7fc8faa943c61cb749656ef3a1eaff5e2aa7ded86320b7f9b"` Oct 27 05:08:02.601 INFO kablam! usermod: no changes Oct 27 05:08:02.707 INFO kablam! Checking snek-preprocessor v0.1.0 (/source) Oct 27 05:08:04.083 INFO kablam! warning: unused import: `std::io` Oct 27 05:08:04.083 INFO kablam! --> src/renpy/write/mod.rs:5:5 Oct 27 05:08:04.083 INFO kablam! | Oct 27 05:08:04.083 INFO kablam! 5 | use std::io; Oct 27 05:08:04.083 INFO kablam! | ^^^^^^^ Oct 27 05:08:04.083 INFO kablam! | Oct 27 05:08:04.083 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:08:04.083 INFO kablam! Oct 27 05:08:04.083 INFO kablam! warning: unused import: `entity::line::LineSpeech` Oct 27 05:08:04.083 INFO kablam! --> src/renpy/mod.rs:11:5 Oct 27 05:08:04.083 INFO kablam! | Oct 27 05:08:04.083 INFO kablam! 11 | use entity::line::LineSpeech; Oct 27 05:08:04.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:04.083 INFO kablam! Oct 27 05:08:04.139 INFO kablam! warning: unused import: `std::io` Oct 27 05:08:04.139 INFO kablam! --> src/renpy/write/mod.rs:5:5 Oct 27 05:08:04.139 INFO kablam! | Oct 27 05:08:04.139 INFO kablam! 5 | use std::io; Oct 27 05:08:04.139 INFO kablam! | ^^^^^^^ Oct 27 05:08:04.139 INFO kablam! | Oct 27 05:08:04.139 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:08:04.139 INFO kablam! Oct 27 05:08:04.139 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 05:08:04.139 INFO kablam! --> src/renpy/write/mod.rs:62:23 Oct 27 05:08:04.139 INFO kablam! | Oct 27 05:08:04.139 INFO kablam! 62 | for _index in (0..20) { Oct 27 05:08:04.140 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 27 05:08:04.140 INFO kablam! | Oct 27 05:08:04.140 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:08:04.140 INFO kablam! Oct 27 05:08:04.140 INFO kablam! warning: unused import: `entity::line::LineSpeech` Oct 27 05:08:04.140 INFO kablam! --> src/renpy/mod.rs:11:5 Oct 27 05:08:04.140 INFO kablam! | Oct 27 05:08:04.140 INFO kablam! 11 | use entity::line::LineSpeech; Oct 27 05:08:04.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:04.140 INFO kablam! Oct 27 05:08:04.287 INFO kablam! warning: unused variable: `arguments` Oct 27 05:08:04.287 INFO kablam! --> src/renpy/action/direction.rs:27:31 Oct 27 05:08:04.287 INFO kablam! | Oct 27 05:08:04.287 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:04.287 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 27 05:08:04.287 INFO kablam! | Oct 27 05:08:04.287 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:08:04.287 INFO kablam! Oct 27 05:08:04.287 INFO kablam! warning: unused variable: `current_indentation` Oct 27 05:08:04.287 INFO kablam! --> src/renpy/action/direction.rs:27:56 Oct 27 05:08:04.287 INFO kablam! | Oct 27 05:08:04.288 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:04.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 27 05:08:04.288 INFO kablam! Oct 27 05:08:04.288 INFO kablam! warning: unused variable: `arguments` Oct 27 05:08:04.288 INFO kablam! --> src/renpy/action/fx.rs:3:29 Oct 27 05:08:04.288 INFO kablam! | Oct 27 05:08:04.288 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:04.288 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 27 05:08:04.288 INFO kablam! Oct 27 05:08:04.288 INFO kablam! warning: unused variable: `current_indentation` Oct 27 05:08:04.288 INFO kablam! --> src/renpy/action/fx.rs:3:54 Oct 27 05:08:04.288 INFO kablam! | Oct 27 05:08:04.288 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:04.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 27 05:08:04.288 INFO kablam! Oct 27 05:08:04.288 INFO kablam! warning: unused variable: `renpy_lines` Oct 27 05:08:04.288 INFO kablam! --> src/main.rs:17:8 Oct 27 05:08:04.288 INFO kablam! | Oct 27 05:08:04.288 INFO kablam! 17 | let renpy_lines = renpy::translate(bill_lines); Oct 27 05:08:04.288 INFO kablam! | ^^^^^^^^^^^ help: consider using `_renpy_lines` instead Oct 27 05:08:04.288 INFO kablam! Oct 27 05:08:04.307 INFO kablam! warning: variable does not need to be mutable Oct 27 05:08:04.307 INFO kablam! --> src/line_parser/choice.rs:6:9 Oct 27 05:08:04.307 INFO kablam! | Oct 27 05:08:04.307 INFO kablam! 6 | let mut cleaned_first = strip_first_char(command_string); Oct 27 05:08:04.307 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 05:08:04.307 INFO kablam! | | Oct 27 05:08:04.307 INFO kablam! | help: remove this `mut` Oct 27 05:08:04.307 INFO kablam! | Oct 27 05:08:04.307 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:08:04.307 INFO kablam! Oct 27 05:08:04.363 INFO kablam! warning: function is never used: `get_output_file` Oct 27 05:08:04.363 INFO kablam! --> src/renpy/write/mod.rs:7:1 Oct 27 05:08:04.363 INFO kablam! | Oct 27 05:08:04.363 INFO kablam! 7 | pub fn get_output_file(file_name: &str) -> File { Oct 27 05:08:04.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:04.363 INFO kablam! | Oct 27 05:08:04.363 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:08:04.363 INFO kablam! Oct 27 05:08:04.363 INFO kablam! warning: function is never used: `translate_renpy_line_to_string` Oct 27 05:08:04.363 INFO kablam! --> src/renpy/write/mod.rs:27:1 Oct 27 05:08:04.363 INFO kablam! | Oct 27 05:08:04.363 INFO kablam! 27 | pub fn translate_renpy_line_to_string(renpy_line: &RenpyLine) -> String { Oct 27 05:08:04.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:04.363 INFO kablam! Oct 27 05:08:04.363 INFO kablam! warning: function is never used: `generate_indentation` Oct 27 05:08:04.363 INFO kablam! --> src/renpy/write/mod.rs:34:1 Oct 27 05:08:04.363 INFO kablam! | Oct 27 05:08:04.363 INFO kablam! 34 | fn generate_indentation(n: u32) -> String { Oct 27 05:08:04.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:04.363 INFO kablam! Oct 27 05:08:04.363 INFO kablam! warning: function is never used: `write_to_file` Oct 27 05:08:04.363 INFO kablam! --> src/renpy/mod.rs:41:1 Oct 27 05:08:04.363 INFO kablam! | Oct 27 05:08:04.363 INFO kablam! 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { Oct 27 05:08:04.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:04.363 INFO kablam! Oct 27 05:08:04.463 INFO kablam! warning: unused variable: `arguments` Oct 27 05:08:04.463 INFO kablam! --> src/renpy/action/direction.rs:27:31 Oct 27 05:08:04.463 INFO kablam! | Oct 27 05:08:04.463 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:04.463 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 27 05:08:04.463 INFO kablam! | Oct 27 05:08:04.463 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:08:04.463 INFO kablam! Oct 27 05:08:04.463 INFO kablam! warning: unused variable: `current_indentation` Oct 27 05:08:04.463 INFO kablam! --> src/renpy/action/direction.rs:27:56 Oct 27 05:08:04.463 INFO kablam! | Oct 27 05:08:04.463 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:04.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 27 05:08:04.463 INFO kablam! Oct 27 05:08:04.463 INFO kablam! warning: unused variable: `arguments` Oct 27 05:08:04.463 INFO kablam! --> src/renpy/action/fx.rs:3:29 Oct 27 05:08:04.463 INFO kablam! | Oct 27 05:08:04.463 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:04.463 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 27 05:08:04.463 INFO kablam! Oct 27 05:08:04.463 INFO kablam! warning: unused variable: `current_indentation` Oct 27 05:08:04.463 INFO kablam! --> src/renpy/action/fx.rs:3:54 Oct 27 05:08:04.463 INFO kablam! | Oct 27 05:08:04.463 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 27 05:08:04.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 27 05:08:04.463 INFO kablam! Oct 27 05:08:04.463 INFO kablam! warning: unused variable: `renpy_lines` Oct 27 05:08:04.463 INFO kablam! --> src/main.rs:17:8 Oct 27 05:08:04.463 INFO kablam! | Oct 27 05:08:04.463 INFO kablam! 17 | let renpy_lines = renpy::translate(bill_lines); Oct 27 05:08:04.463 INFO kablam! | ^^^^^^^^^^^ help: consider using `_renpy_lines` instead Oct 27 05:08:04.463 INFO kablam! Oct 27 05:08:04.487 INFO kablam! warning: variable does not need to be mutable Oct 27 05:08:04.487 INFO kablam! --> src/line_parser/choice.rs:6:9 Oct 27 05:08:04.487 INFO kablam! | Oct 27 05:08:04.487 INFO kablam! 6 | let mut cleaned_first = strip_first_char(command_string); Oct 27 05:08:04.487 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 05:08:04.487 INFO kablam! | | Oct 27 05:08:04.487 INFO kablam! | help: remove this `mut` Oct 27 05:08:04.487 INFO kablam! | Oct 27 05:08:04.487 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:08:04.487 INFO kablam! Oct 27 05:08:04.541 INFO kablam! warning: function is never used: `get_output_file` Oct 27 05:08:04.541 INFO kablam! --> src/renpy/write/mod.rs:7:1 Oct 27 05:08:04.541 INFO kablam! | Oct 27 05:08:04.541 INFO kablam! 7 | pub fn get_output_file(file_name: &str) -> File { Oct 27 05:08:04.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:04.541 INFO kablam! | Oct 27 05:08:04.541 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:08:04.541 INFO kablam! Oct 27 05:08:04.541 INFO kablam! warning: function is never used: `write_to_file` Oct 27 05:08:04.542 INFO kablam! --> src/renpy/mod.rs:41:1 Oct 27 05:08:04.542 INFO kablam! | Oct 27 05:08:04.542 INFO kablam! 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { Oct 27 05:08:04.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:08:04.542 INFO kablam! Oct 27 05:08:04.623 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.99s Oct 27 05:08:04.623 INFO kablam! su: No module specific data is present Oct 27 05:08:05.511 INFO running `"docker" "rm" "-f" "367ae2790ebd23e7fc8faa943c61cb749656ef3a1eaff5e2aa7ded86320b7f9b"` Oct 27 05:08:05.799 INFO blam! 367ae2790ebd23e7fc8faa943c61cb749656ef3a1eaff5e2aa7ded86320b7f9b