Oct 14 21:30:24.950 INFO testing erickosamudera/snek-renpy-preprocessor against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:30:24.952 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 21:30:25.357 INFO blam! b61969f255c09f1fd26f6a0aa1158c36ae64a9a35e0e8110ec6b0d185f6e2caa Oct 14 21:30:25.363 INFO running `"docker" "start" "-a" "b61969f255c09f1fd26f6a0aa1158c36ae64a9a35e0e8110ec6b0d185f6e2caa"` Oct 14 21:30:26.639 INFO kablam! usermod: no changes Oct 14 21:30:26.706 INFO kablam! Compiling snek-preprocessor v0.1.0 (/source) Oct 14 21:30:27.235 INFO kablam! warning: unused import: `std::io` Oct 14 21:30:27.235 INFO kablam! --> src/renpy/write/mod.rs:5:5 Oct 14 21:30:27.235 INFO kablam! | Oct 14 21:30:27.235 INFO kablam! 5 | use std::io; Oct 14 21:30:27.235 INFO kablam! | ^^^^^^^ Oct 14 21:30:27.235 INFO kablam! | Oct 14 21:30:27.235 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:30:27.235 INFO kablam! Oct 14 21:30:27.235 INFO kablam! warning: unused import: `entity::line::LineSpeech` Oct 14 21:30:27.235 INFO kablam! --> src/renpy/mod.rs:11:5 Oct 14 21:30:27.235 INFO kablam! | Oct 14 21:30:27.235 INFO kablam! 11 | use entity::line::LineSpeech; Oct 14 21:30:27.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:27.235 INFO kablam! Oct 14 21:30:27.463 INFO kablam! warning: unused variable: `arguments` Oct 14 21:30:27.463 INFO kablam! --> src/renpy/action/direction.rs:27:31 Oct 14 21:30:27.463 INFO kablam! | Oct 14 21:30:27.463 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:27.463 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 14 21:30:27.463 INFO kablam! | Oct 14 21:30:27.463 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:30:27.463 INFO kablam! Oct 14 21:30:27.463 INFO kablam! warning: unused variable: `current_indentation` Oct 14 21:30:27.463 INFO kablam! --> src/renpy/action/direction.rs:27:56 Oct 14 21:30:27.463 INFO kablam! | Oct 14 21:30:27.463 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:27.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 14 21:30:27.463 INFO kablam! Oct 14 21:30:27.463 INFO kablam! warning: unused variable: `arguments` Oct 14 21:30:27.463 INFO kablam! --> src/renpy/action/fx.rs:3:29 Oct 14 21:30:27.463 INFO kablam! | Oct 14 21:30:27.463 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:27.463 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 14 21:30:27.463 INFO kablam! Oct 14 21:30:27.463 INFO kablam! warning: unused variable: `current_indentation` Oct 14 21:30:27.463 INFO kablam! --> src/renpy/action/fx.rs:3:54 Oct 14 21:30:27.463 INFO kablam! | Oct 14 21:30:27.463 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:27.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 14 21:30:27.463 INFO kablam! Oct 14 21:30:27.463 INFO kablam! warning: unused variable: `renpy_lines` Oct 14 21:30:27.463 INFO kablam! --> src/main.rs:17:8 Oct 14 21:30:27.463 INFO kablam! | Oct 14 21:30:27.463 INFO kablam! 17 | let renpy_lines = renpy::translate(bill_lines); Oct 14 21:30:27.463 INFO kablam! | ^^^^^^^^^^^ help: consider using `_renpy_lines` instead Oct 14 21:30:27.463 INFO kablam! Oct 14 21:30:27.483 INFO kablam! warning: variable does not need to be mutable Oct 14 21:30:27.483 INFO kablam! --> src/line_parser/choice.rs:6:9 Oct 14 21:30:27.483 INFO kablam! | Oct 14 21:30:27.483 INFO kablam! 6 | let mut cleaned_first = strip_first_char(command_string); Oct 14 21:30:27.483 INFO kablam! | ----^^^^^^^^^^^^^ Oct 14 21:30:27.483 INFO kablam! | | Oct 14 21:30:27.483 INFO kablam! | help: remove this `mut` Oct 14 21:30:27.483 INFO kablam! | Oct 14 21:30:27.483 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 21:30:27.483 INFO kablam! Oct 14 21:30:27.539 INFO kablam! warning: function is never used: `get_output_file` Oct 14 21:30:27.539 INFO kablam! --> src/renpy/write/mod.rs:7:1 Oct 14 21:30:27.539 INFO kablam! | Oct 14 21:30:27.539 INFO kablam! 7 | pub fn get_output_file(file_name: &str) -> File { Oct 14 21:30:27.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:27.539 INFO kablam! | Oct 14 21:30:27.539 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:30:27.539 INFO kablam! Oct 14 21:30:27.539 INFO kablam! warning: function is never used: `translate_renpy_line_to_string` Oct 14 21:30:27.539 INFO kablam! --> src/renpy/write/mod.rs:27:1 Oct 14 21:30:27.539 INFO kablam! | Oct 14 21:30:27.539 INFO kablam! 27 | pub fn translate_renpy_line_to_string(renpy_line: &RenpyLine) -> String { Oct 14 21:30:27.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:27.539 INFO kablam! Oct 14 21:30:27.539 INFO kablam! warning: function is never used: `generate_indentation` Oct 14 21:30:27.539 INFO kablam! --> src/renpy/write/mod.rs:34:1 Oct 14 21:30:27.539 INFO kablam! | Oct 14 21:30:27.539 INFO kablam! 34 | fn generate_indentation(n: u32) -> String { Oct 14 21:30:27.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:27.539 INFO kablam! Oct 14 21:30:27.539 INFO kablam! warning: function is never used: `write_to_file` Oct 14 21:30:27.539 INFO kablam! --> src/renpy/mod.rs:41:1 Oct 14 21:30:27.539 INFO kablam! | Oct 14 21:30:27.539 INFO kablam! 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { Oct 14 21:30:27.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:27.539 INFO kablam! Oct 14 21:30:29.821 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.17s Oct 14 21:30:29.825 INFO kablam! su: No module specific data is present Oct 14 21:30:30.505 INFO running `"docker" "rm" "-f" "b61969f255c09f1fd26f6a0aa1158c36ae64a9a35e0e8110ec6b0d185f6e2caa"` Oct 14 21:30:30.816 INFO blam! b61969f255c09f1fd26f6a0aa1158c36ae64a9a35e0e8110ec6b0d185f6e2caa Oct 14 21:30:30.818 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 21:30:31.271 INFO blam! a2114cebb41d145bd0b4f18d79dc36985106fca133d8a9df112a8cae3f9a2a71 Oct 14 21:30:31.283 INFO running `"docker" "start" "-a" "a2114cebb41d145bd0b4f18d79dc36985106fca133d8a9df112a8cae3f9a2a71"` Oct 14 21:30:32.534 INFO kablam! usermod: no changes Oct 14 21:30:32.595 INFO kablam! Compiling snek-preprocessor v0.1.0 (/source) Oct 14 21:30:33.379 INFO kablam! warning: unused import: `std::io` Oct 14 21:30:33.379 INFO kablam! --> src/renpy/write/mod.rs:5:5 Oct 14 21:30:33.379 INFO kablam! | Oct 14 21:30:33.379 INFO kablam! 5 | use std::io; Oct 14 21:30:33.379 INFO kablam! | ^^^^^^^ Oct 14 21:30:33.379 INFO kablam! | Oct 14 21:30:33.379 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:30:33.379 INFO kablam! Oct 14 21:30:33.399 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 21:30:33.399 INFO kablam! --> src/renpy/write/mod.rs:62:23 Oct 14 21:30:33.399 INFO kablam! | Oct 14 21:30:33.399 INFO kablam! 62 | for _index in (0..20) { Oct 14 21:30:33.399 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 14 21:30:33.399 INFO kablam! | Oct 14 21:30:33.399 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:30:33.399 INFO kablam! Oct 14 21:30:33.399 INFO kablam! warning: unused import: `entity::line::LineSpeech` Oct 14 21:30:33.399 INFO kablam! --> src/renpy/mod.rs:11:5 Oct 14 21:30:33.399 INFO kablam! | Oct 14 21:30:33.399 INFO kablam! 11 | use entity::line::LineSpeech; Oct 14 21:30:33.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:33.399 INFO kablam! Oct 14 21:30:33.751 INFO kablam! warning: unused variable: `arguments` Oct 14 21:30:33.752 INFO kablam! --> src/renpy/action/direction.rs:27:31 Oct 14 21:30:33.752 INFO kablam! | Oct 14 21:30:33.752 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:33.753 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 14 21:30:33.753 INFO kablam! | Oct 14 21:30:33.753 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:30:33.753 INFO kablam! Oct 14 21:30:33.754 INFO kablam! warning: unused variable: `current_indentation` Oct 14 21:30:33.754 INFO kablam! --> src/renpy/action/direction.rs:27:56 Oct 14 21:30:33.754 INFO kablam! | Oct 14 21:30:33.755 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:33.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 14 21:30:33.755 INFO kablam! Oct 14 21:30:33.756 INFO kablam! warning: unused variable: `arguments` Oct 14 21:30:33.756 INFO kablam! --> src/renpy/action/fx.rs:3:29 Oct 14 21:30:33.756 INFO kablam! | Oct 14 21:30:33.757 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:33.757 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 14 21:30:33.757 INFO kablam! Oct 14 21:30:33.758 INFO kablam! warning: unused variable: `current_indentation` Oct 14 21:30:33.758 INFO kablam! --> src/renpy/action/fx.rs:3:54 Oct 14 21:30:33.758 INFO kablam! | Oct 14 21:30:33.758 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:33.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 14 21:30:33.759 INFO kablam! Oct 14 21:30:33.759 INFO kablam! warning: unused variable: `renpy_lines` Oct 14 21:30:33.760 INFO kablam! --> src/main.rs:17:8 Oct 14 21:30:33.760 INFO kablam! | Oct 14 21:30:33.760 INFO kablam! 17 | let renpy_lines = renpy::translate(bill_lines); Oct 14 21:30:33.761 INFO kablam! | ^^^^^^^^^^^ help: consider using `_renpy_lines` instead Oct 14 21:30:33.761 INFO kablam! Oct 14 21:30:33.791 INFO kablam! warning: variable does not need to be mutable Oct 14 21:30:33.792 INFO kablam! --> src/line_parser/choice.rs:6:9 Oct 14 21:30:33.792 INFO kablam! | Oct 14 21:30:33.792 INFO kablam! 6 | let mut cleaned_first = strip_first_char(command_string); Oct 14 21:30:33.793 INFO kablam! | ----^^^^^^^^^^^^^ Oct 14 21:30:33.793 INFO kablam! | | Oct 14 21:30:33.793 INFO kablam! | help: remove this `mut` Oct 14 21:30:33.794 INFO kablam! | Oct 14 21:30:33.794 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 21:30:33.794 INFO kablam! Oct 14 21:30:33.863 INFO kablam! warning: function is never used: `get_output_file` Oct 14 21:30:33.864 INFO kablam! --> src/renpy/write/mod.rs:7:1 Oct 14 21:30:33.864 INFO kablam! | Oct 14 21:30:33.864 INFO kablam! 7 | pub fn get_output_file(file_name: &str) -> File { Oct 14 21:30:33.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:33.865 INFO kablam! | Oct 14 21:30:33.865 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:30:33.866 INFO kablam! Oct 14 21:30:33.866 INFO kablam! warning: function is never used: `write_to_file` Oct 14 21:30:33.866 INFO kablam! --> src/renpy/mod.rs:41:1 Oct 14 21:30:33.866 INFO kablam! | Oct 14 21:30:33.867 INFO kablam! 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { Oct 14 21:30:33.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:33.867 INFO kablam! Oct 14 21:30:35.663 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.11s Oct 14 21:30:35.670 INFO kablam! su: No module specific data is present Oct 14 21:30:36.848 INFO running `"docker" "rm" "-f" "a2114cebb41d145bd0b4f18d79dc36985106fca133d8a9df112a8cae3f9a2a71"` Oct 14 21:30:37.059 INFO blam! a2114cebb41d145bd0b4f18d79dc36985106fca133d8a9df112a8cae3f9a2a71 Oct 14 21:30:37.063 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 21:30:37.439 INFO blam! d1d80cff09ebf33abe5d83fbc0c4b5d1e9df89283b05140d725884409415c3bd Oct 14 21:30:37.442 INFO running `"docker" "start" "-a" "d1d80cff09ebf33abe5d83fbc0c4b5d1e9df89283b05140d725884409415c3bd"` Oct 14 21:30:39.545 INFO kablam! usermod: no changes Oct 14 21:30:39.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 14 21:30:39.695 INFO kablam! Running /target/debug/deps/snek_preprocessor-3b4a7c32c554764b Oct 14 21:30:39.696 INFO blam! Oct 14 21:30:39.696 INFO blam! running 13 tests Oct 14 21:30:39.703 INFO blam! test renpy::speech::style::tests::process_bold_should_format_line_into_bold ... ok Oct 14 21:30:39.703 INFO blam! test renpy::speech::speed::tests::process_speed_up_should_fasten_line_until_tag_end ... ok Oct 14 21:30:39.703 INFO blam! test line_parser::utility::tests::strip_last_char_should_strip_last_char_in_word ... ok Oct 14 21:30:39.703 INFO blam! test line_parser::utility::tests::strip_first_char_should_strip_first_char_in_word ... ok Oct 14 21:30:39.703 INFO blam! test renpy::speech::speed::tests::process_slow_down_should_fasten_line_until_line_end ... ok Oct 14 21:30:39.703 INFO blam! test renpy::speech::speed::tests::process_slow_down_should_slow_line_until_tag_end ... ok Oct 14 21:30:39.703 INFO blam! test input::tests::get_processed_files_should_return_args_without_first_element ... ok Oct 14 21:30:39.703 INFO blam! test renpy::speech::speed::tests::process_speed_up_should_fasten_line_until_line_end ... ok Oct 14 21:30:39.703 INFO blam! test renpy::speech::style::tests::process_downsized_should_downsize_tagged_words ... ok Oct 14 21:30:39.723 INFO blam! test renpy::speech::style::tests::process_emphasis_should_format_line_into_emphasis ... ok Oct 14 21:30:39.723 INFO blam! test renpy::speech::style::tests::process_upsized_should_upsize_tagged_words ... ok Oct 14 21:30:39.723 INFO blam! test renpy::write::tests::generate_indentation_should_generate_correct_amount_of_space ... ok Oct 14 21:30:39.723 INFO blam! test renpy::write::tests::translate_renpy_line_to_string_should_return_line_with_correct_indentation ... ok Oct 14 21:30:39.723 INFO blam! Oct 14 21:30:39.723 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:30:39.723 INFO blam! Oct 14 21:30:39.731 INFO kablam! su: No module specific data is present Oct 14 21:30:41.118 INFO running `"docker" "rm" "-f" "d1d80cff09ebf33abe5d83fbc0c4b5d1e9df89283b05140d725884409415c3bd"` Oct 14 21:30:41.407 INFO blam! d1d80cff09ebf33abe5d83fbc0c4b5d1e9df89283b05140d725884409415c3bd