Oct 14 21:30:23.634 INFO testing erickosamudera/snek-renpy-preprocessor against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 21:30:23.635 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:24.060 INFO blam! 698a64be33dc63aeece7aabdb0ea0e9ce2ce8734874fe039eb64391542f943e4 Oct 14 21:30:24.062 INFO running `"docker" "start" "-a" "698a64be33dc63aeece7aabdb0ea0e9ce2ce8734874fe039eb64391542f943e4"` Oct 14 21:30:25.034 INFO kablam! usermod: no changes Oct 14 21:30:25.113 INFO kablam! Compiling libc v0.2.40 Oct 14 21:30:26.706 INFO kablam! Compiling memchr v2.0.1 Oct 14 21:30:27.247 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 21:30:28.359 INFO kablam! Compiling regex v1.0.0 Oct 14 21:30:38.243 INFO kablam! Compiling snek-preprocessor v0.1.0 (/source) Oct 14 21:30:38.883 INFO kablam! warning: unused import: `std::io` Oct 14 21:30:38.883 INFO kablam! --> src/renpy/write/mod.rs:5:5 Oct 14 21:30:38.883 INFO kablam! | Oct 14 21:30:38.883 INFO kablam! 5 | use std::io; Oct 14 21:30:38.883 INFO kablam! | ^^^^^^^ Oct 14 21:30:38.883 INFO kablam! | Oct 14 21:30:38.883 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:30:38.883 INFO kablam! Oct 14 21:30:38.883 INFO kablam! warning: unused import: `entity::line::LineSpeech` Oct 14 21:30:38.883 INFO kablam! --> src/renpy/mod.rs:11:5 Oct 14 21:30:38.883 INFO kablam! | Oct 14 21:30:38.883 INFO kablam! 11 | use entity::line::LineSpeech; Oct 14 21:30:38.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:38.883 INFO kablam! Oct 14 21:30:39.054 INFO kablam! warning: unused variable: `arguments` Oct 14 21:30:39.054 INFO kablam! --> src/renpy/action/direction.rs:27:31 Oct 14 21:30:39.054 INFO kablam! | Oct 14 21:30:39.054 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:39.054 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 14 21:30:39.054 INFO kablam! | Oct 14 21:30:39.054 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:30:39.054 INFO kablam! Oct 14 21:30:39.054 INFO kablam! warning: unused variable: `current_indentation` Oct 14 21:30:39.054 INFO kablam! --> src/renpy/action/direction.rs:27:56 Oct 14 21:30:39.054 INFO kablam! | Oct 14 21:30:39.054 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:39.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 14 21:30:39.057 INFO kablam! Oct 14 21:30:39.057 INFO kablam! warning: unused variable: `arguments` Oct 14 21:30:39.057 INFO kablam! --> src/renpy/action/fx.rs:3:29 Oct 14 21:30:39.057 INFO kablam! | Oct 14 21:30:39.057 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:39.057 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 14 21:30:39.057 INFO kablam! Oct 14 21:30:39.057 INFO kablam! warning: unused variable: `current_indentation` Oct 14 21:30:39.057 INFO kablam! --> src/renpy/action/fx.rs:3:54 Oct 14 21:30:39.057 INFO kablam! | Oct 14 21:30:39.057 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:39.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 14 21:30:39.057 INFO kablam! Oct 14 21:30:39.057 INFO kablam! warning: unused variable: `renpy_lines` Oct 14 21:30:39.057 INFO kablam! --> src/main.rs:17:8 Oct 14 21:30:39.057 INFO kablam! | Oct 14 21:30:39.057 INFO kablam! 17 | let renpy_lines = renpy::translate(bill_lines); Oct 14 21:30:39.057 INFO kablam! | ^^^^^^^^^^^ help: consider using `_renpy_lines` instead Oct 14 21:30:39.057 INFO kablam! Oct 14 21:30:39.073 INFO kablam! warning: variable does not need to be mutable Oct 14 21:30:39.073 INFO kablam! --> src/line_parser/choice.rs:6:9 Oct 14 21:30:39.073 INFO kablam! | Oct 14 21:30:39.073 INFO kablam! 6 | let mut cleaned_first = strip_first_char(command_string); Oct 14 21:30:39.073 INFO kablam! | ----^^^^^^^^^^^^^ Oct 14 21:30:39.073 INFO kablam! | | Oct 14 21:30:39.073 INFO kablam! | help: remove this `mut` Oct 14 21:30:39.073 INFO kablam! | Oct 14 21:30:39.073 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 21:30:39.075 INFO kablam! Oct 14 21:30:39.127 INFO kablam! warning: function is never used: `get_output_file` Oct 14 21:30:39.127 INFO kablam! --> src/renpy/write/mod.rs:7:1 Oct 14 21:30:39.127 INFO kablam! | Oct 14 21:30:39.128 INFO kablam! 7 | pub fn get_output_file(file_name: &str) -> File { Oct 14 21:30:39.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:39.128 INFO kablam! | Oct 14 21:30:39.128 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:30:39.128 INFO kablam! Oct 14 21:30:39.128 INFO kablam! warning: function is never used: `translate_renpy_line_to_string` Oct 14 21:30:39.128 INFO kablam! --> src/renpy/write/mod.rs:27:1 Oct 14 21:30:39.128 INFO kablam! | Oct 14 21:30:39.128 INFO kablam! 27 | pub fn translate_renpy_line_to_string(renpy_line: &RenpyLine) -> String { Oct 14 21:30:39.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:39.128 INFO kablam! Oct 14 21:30:39.128 INFO kablam! warning: function is never used: `generate_indentation` Oct 14 21:30:39.128 INFO kablam! --> src/renpy/write/mod.rs:34:1 Oct 14 21:30:39.129 INFO kablam! | Oct 14 21:30:39.129 INFO kablam! 34 | fn generate_indentation(n: u32) -> String { Oct 14 21:30:39.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:39.129 INFO kablam! Oct 14 21:30:39.129 INFO kablam! warning: function is never used: `write_to_file` Oct 14 21:30:39.129 INFO kablam! --> src/renpy/mod.rs:41:1 Oct 14 21:30:39.129 INFO kablam! | Oct 14 21:30:39.129 INFO kablam! 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { Oct 14 21:30:39.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:39.129 INFO kablam! Oct 14 21:30:41.519 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.45s Oct 14 21:30:41.520 INFO kablam! su: No module specific data is present Oct 14 21:30:42.739 INFO running `"docker" "rm" "-f" "698a64be33dc63aeece7aabdb0ea0e9ce2ce8734874fe039eb64391542f943e4"` Oct 14 21:30:43.091 INFO blam! 698a64be33dc63aeece7aabdb0ea0e9ce2ce8734874fe039eb64391542f943e4 Oct 14 21:30:43.097 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:43.669 INFO blam! 2091a4ea36d43e51eeac6ce64bbc70ce6a97fa988641e735967ba60910d613e9 Oct 14 21:30:43.671 INFO running `"docker" "start" "-a" "2091a4ea36d43e51eeac6ce64bbc70ce6a97fa988641e735967ba60910d613e9"` Oct 14 21:30:45.844 INFO kablam! usermod: no changes Oct 14 21:30:45.951 INFO kablam! Compiling snek-preprocessor v0.1.0 (/source) Oct 14 21:30:46.657 INFO kablam! warning: unused import: `std::io` Oct 14 21:30:46.657 INFO kablam! --> src/renpy/write/mod.rs:5:5 Oct 14 21:30:46.657 INFO kablam! | Oct 14 21:30:46.657 INFO kablam! 5 | use std::io; Oct 14 21:30:46.657 INFO kablam! | ^^^^^^^ Oct 14 21:30:46.657 INFO kablam! | Oct 14 21:30:46.657 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:30:46.658 INFO kablam! Oct 14 21:30:46.658 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 21:30:46.658 INFO kablam! --> src/renpy/write/mod.rs:62:23 Oct 14 21:30:46.658 INFO kablam! | Oct 14 21:30:46.658 INFO kablam! 62 | for _index in (0..20) { Oct 14 21:30:46.658 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 14 21:30:46.658 INFO kablam! | Oct 14 21:30:46.658 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:30:46.658 INFO kablam! Oct 14 21:30:46.658 INFO kablam! warning: unused import: `entity::line::LineSpeech` Oct 14 21:30:46.658 INFO kablam! --> src/renpy/mod.rs:11:5 Oct 14 21:30:46.658 INFO kablam! | Oct 14 21:30:46.658 INFO kablam! 11 | use entity::line::LineSpeech; Oct 14 21:30:46.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:46.658 INFO kablam! Oct 14 21:30:46.904 INFO kablam! warning: unused variable: `arguments` Oct 14 21:30:46.905 INFO kablam! --> src/renpy/action/direction.rs:27:31 Oct 14 21:30:46.905 INFO kablam! | Oct 14 21:30:46.905 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:46.905 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 14 21:30:46.906 INFO kablam! | Oct 14 21:30:46.906 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:30:46.906 INFO kablam! Oct 14 21:30:46.907 INFO kablam! warning: unused variable: `current_indentation` Oct 14 21:30:46.907 INFO kablam! --> src/renpy/action/direction.rs:27:56 Oct 14 21:30:46.907 INFO kablam! | Oct 14 21:30:46.908 INFO kablam! 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:46.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 14 21:30:46.908 INFO kablam! Oct 14 21:30:46.909 INFO kablam! warning: unused variable: `arguments` Oct 14 21:30:46.909 INFO kablam! --> src/renpy/action/fx.rs:3:29 Oct 14 21:30:46.909 INFO kablam! | Oct 14 21:30:46.909 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:46.910 INFO kablam! | ^^^^^^^^^ help: consider using `_arguments` instead Oct 14 21:30:46.910 INFO kablam! Oct 14 21:30:46.910 INFO kablam! warning: unused variable: `current_indentation` Oct 14 21:30:46.911 INFO kablam! --> src/renpy/action/fx.rs:3:54 Oct 14 21:30:46.911 INFO kablam! | Oct 14 21:30:46.911 INFO kablam! 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { Oct 14 21:30:46.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_current_indentation` instead Oct 14 21:30:46.915 INFO kablam! Oct 14 21:30:46.915 INFO kablam! warning: unused variable: `renpy_lines` Oct 14 21:30:46.915 INFO kablam! --> src/main.rs:17:8 Oct 14 21:30:46.916 INFO kablam! | Oct 14 21:30:46.916 INFO kablam! 17 | let renpy_lines = renpy::translate(bill_lines); Oct 14 21:30:46.923 INFO kablam! | ^^^^^^^^^^^ help: consider using `_renpy_lines` instead Oct 14 21:30:46.923 INFO kablam! Oct 14 21:30:46.931 INFO kablam! warning: variable does not need to be mutable Oct 14 21:30:46.932 INFO kablam! --> src/line_parser/choice.rs:6:9 Oct 14 21:30:46.932 INFO kablam! | Oct 14 21:30:46.932 INFO kablam! 6 | let mut cleaned_first = strip_first_char(command_string); Oct 14 21:30:46.933 INFO kablam! | ----^^^^^^^^^^^^^ Oct 14 21:30:46.933 INFO kablam! | | Oct 14 21:30:46.934 INFO kablam! | help: remove this `mut` Oct 14 21:30:46.934 INFO kablam! | Oct 14 21:30:46.934 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 21:30:46.935 INFO kablam! Oct 14 21:30:47.015 INFO kablam! warning: function is never used: `get_output_file` Oct 14 21:30:47.016 INFO kablam! --> src/renpy/write/mod.rs:7:1 Oct 14 21:30:47.016 INFO kablam! | Oct 14 21:30:47.016 INFO kablam! 7 | pub fn get_output_file(file_name: &str) -> File { Oct 14 21:30:47.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:47.017 INFO kablam! | Oct 14 21:30:47.017 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:30:47.017 INFO kablam! Oct 14 21:30:47.018 INFO kablam! warning: function is never used: `write_to_file` Oct 14 21:30:47.018 INFO kablam! --> src/renpy/mod.rs:41:1 Oct 14 21:30:47.018 INFO kablam! | Oct 14 21:30:47.019 INFO kablam! 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { Oct 14 21:30:47.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:30:47.019 INFO kablam! Oct 14 21:30:48.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.89s Oct 14 21:30:48.780 INFO kablam! su: No module specific data is present Oct 14 21:30:49.369 INFO running `"docker" "rm" "-f" "2091a4ea36d43e51eeac6ce64bbc70ce6a97fa988641e735967ba60910d613e9"` Oct 14 21:30:49.695 INFO blam! 2091a4ea36d43e51eeac6ce64bbc70ce6a97fa988641e735967ba60910d613e9 Oct 14 21:30:49.707 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:50.243 INFO blam! 107c3b87ae7b93ae568ad23e8a6d95144ede66654c20009ecd43da8c507f2667 Oct 14 21:30:50.255 INFO running `"docker" "start" "-a" "107c3b87ae7b93ae568ad23e8a6d95144ede66654c20009ecd43da8c507f2667"` Oct 14 21:30:51.451 INFO kablam! usermod: no changes Oct 14 21:30:51.515 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 21:30:51.532 INFO kablam! Running /target/debug/deps/snek_preprocessor-2ae6562371289528 Oct 14 21:30:51.532 INFO blam! Oct 14 21:30:51.532 INFO blam! running 13 tests Oct 14 21:30:51.535 INFO blam! test line_parser::utility::tests::strip_first_char_should_strip_first_char_in_word ... ok Oct 14 21:30:51.535 INFO blam! test input::tests::get_processed_files_should_return_args_without_first_element ... ok Oct 14 21:30:51.535 INFO blam! test line_parser::utility::tests::strip_last_char_should_strip_last_char_in_word ... ok Oct 14 21:30:51.539 INFO blam! test renpy::speech::style::tests::process_downsized_should_downsize_tagged_words ... ok Oct 14 21:30:51.539 INFO blam! test renpy::speech::style::tests::process_emphasis_should_format_line_into_emphasis ... ok Oct 14 21:30:51.543 INFO blam! test renpy::write::tests::translate_renpy_line_to_string_should_return_line_with_correct_indentation ... ok Oct 14 21:30:51.543 INFO blam! test renpy::write::tests::generate_indentation_should_generate_correct_amount_of_space ... ok Oct 14 21:30:51.543 INFO blam! test renpy::speech::speed::tests::process_speed_up_should_fasten_line_until_tag_end ... ok Oct 14 21:30:51.543 INFO blam! test renpy::speech::style::tests::process_upsized_should_upsize_tagged_words ... ok Oct 14 21:30:51.551 INFO blam! test renpy::speech::speed::tests::process_speed_up_should_fasten_line_until_line_end ... ok Oct 14 21:30:51.551 INFO blam! test renpy::speech::speed::tests::process_slow_down_should_slow_line_until_tag_end ... ok Oct 14 21:30:51.559 INFO blam! test renpy::speech::style::tests::process_bold_should_format_line_into_bold ... ok Oct 14 21:30:51.559 INFO blam! test renpy::speech::speed::tests::process_slow_down_should_fasten_line_until_line_end ... ok Oct 14 21:30:51.559 INFO blam! Oct 14 21:30:51.559 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:30:51.559 INFO blam! Oct 14 21:30:51.560 INFO kablam! su: No module specific data is present Oct 14 21:30:52.386 INFO running `"docker" "rm" "-f" "107c3b87ae7b93ae568ad23e8a6d95144ede66654c20009ecd43da8c507f2667"` Oct 14 21:30:52.761 INFO blam! 107c3b87ae7b93ae568ad23e8a6d95144ede66654c20009ecd43da8c507f2667