[INFO] cloning repository https://github.com/erickosamudera/snek-renpy-preprocessor [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/erickosamudera/snek-renpy-preprocessor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferickosamudera%2Fsnek-renpy-preprocessor"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferickosamudera%2Fsnek-renpy-preprocessor'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6bb8940f78921757113926ef66b1507ae36db6f1 [INFO] checking erickosamudera/snek-renpy-preprocessor against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferickosamudera%2Fsnek-renpy-preprocessor" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/erickosamudera/snek-renpy-preprocessor on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/erickosamudera/snek-renpy-preprocessor [INFO] finished tweaking git repo https://github.com/erickosamudera/snek-renpy-preprocessor [INFO] tweaked toml for git repo https://github.com/erickosamudera/snek-renpy-preprocessor written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/erickosamudera/snek-renpy-preprocessor already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 133229db536faa3bc273523977abd9ca9a48fbd946df760141b0d2f9c81091ea [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "133229db536faa3bc273523977abd9ca9a48fbd946df760141b0d2f9c81091ea"` [INFO] [stderr] Checking libc v0.2.40 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling regex v1.0.0 [INFO] [stderr] Checking ucd-util v0.1.1 [INFO] [stderr] Checking lazy_static v1.0.0 [INFO] [stderr] Checking utf8-ranges v1.0.0 [INFO] [stderr] Checking regex-syntax v0.6.0 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking snek-preprocessor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/renpy/write/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` iterator expression [INFO] [stderr] --> src/renpy/write/mod.rs:62:23 [INFO] [stderr] | [INFO] [stderr] 62 | for _index in (0..20) { [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `entity::line::LineSpeech` [INFO] [stderr] --> src/renpy/mod.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use entity::line::LineSpeech; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref GET_BOLD: &'static str = r"(?:\*\*)(?P.*?)(?:\*\*)"; [INFO] [stderr] 6 | | static ref BOLD_REG: Regex = Regex::new(&GET_BOLD).unwrap(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref GET_BOLD: &'static str = r"(?:\*\*)(?P.*?)(?:\*\*)"; [INFO] [stderr] 6 | | static ref BOLD_REG: Regex = Regex::new(&GET_BOLD).unwrap(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref GET_EMP: &'static str = r"(?:\*)(?P.*?)(?:\*)"; [INFO] [stderr] 15 | | static ref EMP_REG: Regex = Regex::new(&GET_EMP).unwrap(); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/renpy/write/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `entity::line::LineSpeech` [INFO] [stderr] --> src/renpy/mod.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use entity::line::LineSpeech; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref GET_EMP: &'static str = r"(?:\*)(?P.*?)(?:\*)"; [INFO] [stderr] 15 | | static ref EMP_REG: Regex = Regex::new(&GET_EMP).unwrap(); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref GET_UPSIZE: &'static str = r"(?:\+\+\+)(?P.*?)(?:\+\+\+)"; [INFO] [stderr] 24 | | static ref UPSIZE_REG: Regex = Regex::new(&GET_UPSIZE).unwrap(); [INFO] [stderr] 25 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref GET_UPSIZE: &'static str = r"(?:\+\+\+)(?P.*?)(?:\+\+\+)"; [INFO] [stderr] 24 | | static ref UPSIZE_REG: Regex = Regex::new(&GET_UPSIZE).unwrap(); [INFO] [stderr] 25 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / lazy_static! { [INFO] [stderr] 32 | | static ref GET_DOWNSIZE: &'static str = r"(?:\-\-\-)(?P.*?)(?:\-\-\-)"; [INFO] [stderr] 33 | | static ref DOWNSIZE_REG: Regex = Regex::new(&GET_DOWNSIZE).unwrap(); [INFO] [stderr] 34 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / lazy_static! { [INFO] [stderr] 32 | | static ref GET_DOWNSIZE: &'static str = r"(?:\-\-\-)(?P.*?)(?:\-\-\-)"; [INFO] [stderr] 33 | | static ref DOWNSIZE_REG: Regex = Regex::new(&GET_DOWNSIZE).unwrap(); [INFO] [stderr] 34 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/speed.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref GET_SPEED: &'static str = r"(?:>>>)(?P.*?)(?:>>>|$)"; [INFO] [stderr] 6 | | static ref SPEED_REG: Regex = Regex::new(&GET_SPEED).unwrap(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/speed.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref GET_SPEED: &'static str = r"(?:>>>)(?P.*?)(?:>>>|$)"; [INFO] [stderr] 6 | | static ref SPEED_REG: Regex = Regex::new(&GET_SPEED).unwrap(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/speed.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref GET_SLOW: &'static str = r"(?:<<<)(?P.*?)(?:<<<|$)"; [INFO] [stderr] 15 | | static ref SLOW_REG: Regex = Regex::new(&GET_SLOW).unwrap(); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/speed.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref GET_SLOW: &'static str = r"(?:<<<)(?P.*?)(?:<<<|$)"; [INFO] [stderr] 15 | | static ref SLOW_REG: Regex = Regex::new(&GET_SLOW).unwrap(); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/language.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref GET_CHINESE: &'static str = r"(?:\^cn)(?P.*?)(?:\^cn|$)"; [INFO] [stderr] 6 | | static ref CHINESE_REG: Regex = Regex::new(&GET_CHINESE).unwrap(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/language.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref GET_CHINESE: &'static str = r"(?:\^cn)(?P.*?)(?:\^cn|$)"; [INFO] [stderr] 6 | | static ref CHINESE_REG: Regex = Regex::new(&GET_CHINESE).unwrap(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/language.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref GET_ESP: &'static str = r"(?:\^esp)(?P.*?)(?:\^esp|$)"; [INFO] [stderr] 15 | | static ref ESP_REG: Regex = Regex::new(&GET_ESP).unwrap(); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/language.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref GET_ESP: &'static str = r"(?:\^esp)(?P.*?)(?:\^esp|$)"; [INFO] [stderr] 15 | | static ref ESP_REG: Regex = Regex::new(&GET_ESP).unwrap(); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref GET_BOLD: &'static str = r"(?:\*\*)(?P.*?)(?:\*\*)"; [INFO] [stderr] 6 | | static ref BOLD_REG: Regex = Regex::new(&GET_BOLD).unwrap(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref GET_BOLD: &'static str = r"(?:\*\*)(?P.*?)(?:\*\*)"; [INFO] [stderr] 6 | | static ref BOLD_REG: Regex = Regex::new(&GET_BOLD).unwrap(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref GET_EMP: &'static str = r"(?:\*)(?P.*?)(?:\*)"; [INFO] [stderr] 15 | | static ref EMP_REG: Regex = Regex::new(&GET_EMP).unwrap(); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref GET_EMP: &'static str = r"(?:\*)(?P.*?)(?:\*)"; [INFO] [stderr] 15 | | static ref EMP_REG: Regex = Regex::new(&GET_EMP).unwrap(); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref GET_UPSIZE: &'static str = r"(?:\+\+\+)(?P.*?)(?:\+\+\+)"; [INFO] [stderr] 24 | | static ref UPSIZE_REG: Regex = Regex::new(&GET_UPSIZE).unwrap(); [INFO] [stderr] 25 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref GET_UPSIZE: &'static str = r"(?:\+\+\+)(?P.*?)(?:\+\+\+)"; [INFO] [stderr] 24 | | static ref UPSIZE_REG: Regex = Regex::new(&GET_UPSIZE).unwrap(); [INFO] [stderr] 25 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / lazy_static! { [INFO] [stderr] 32 | | static ref GET_DOWNSIZE: &'static str = r"(?:\-\-\-)(?P.*?)(?:\-\-\-)"; [INFO] [stderr] 33 | | static ref DOWNSIZE_REG: Regex = Regex::new(&GET_DOWNSIZE).unwrap(); [INFO] [stderr] 34 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/style.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / lazy_static! { [INFO] [stderr] 32 | | static ref GET_DOWNSIZE: &'static str = r"(?:\-\-\-)(?P.*?)(?:\-\-\-)"; [INFO] [stderr] 33 | | static ref DOWNSIZE_REG: Regex = Regex::new(&GET_DOWNSIZE).unwrap(); [INFO] [stderr] 34 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/speed.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref GET_SPEED: &'static str = r"(?:>>>)(?P.*?)(?:>>>|$)"; [INFO] [stderr] 6 | | static ref SPEED_REG: Regex = Regex::new(&GET_SPEED).unwrap(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/speed.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref GET_SPEED: &'static str = r"(?:>>>)(?P.*?)(?:>>>|$)"; [INFO] [stderr] 6 | | static ref SPEED_REG: Regex = Regex::new(&GET_SPEED).unwrap(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/speed.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref GET_SLOW: &'static str = r"(?:<<<)(?P.*?)(?:<<<|$)"; [INFO] [stderr] 15 | | static ref SLOW_REG: Regex = Regex::new(&GET_SLOW).unwrap(); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/speed.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref GET_SLOW: &'static str = r"(?:<<<)(?P.*?)(?:<<<|$)"; [INFO] [stderr] 15 | | static ref SLOW_REG: Regex = Regex::new(&GET_SLOW).unwrap(); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/language.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref GET_CHINESE: &'static str = r"(?:\^cn)(?P.*?)(?:\^cn|$)"; [INFO] [stderr] 6 | | static ref CHINESE_REG: Regex = Regex::new(&GET_CHINESE).unwrap(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/language.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref GET_CHINESE: &'static str = r"(?:\^cn)(?P.*?)(?:\^cn|$)"; [INFO] [stderr] 6 | | static ref CHINESE_REG: Regex = Regex::new(&GET_CHINESE).unwrap(); [INFO] [stderr] 7 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/language.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref GET_ESP: &'static str = r"(?:\^esp)(?P.*?)(?:\^esp|$)"; [INFO] [stderr] 15 | | static ref ESP_REG: Regex = Regex::new(&GET_ESP).unwrap(); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/renpy/speech/language.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref GET_ESP: &'static str = r"(?:\^esp)(?P.*?)(?:\^esp|$)"; [INFO] [stderr] 15 | | static ref ESP_REG: Regex = Regex::new(&GET_ESP).unwrap(); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `renpy_lines` [INFO] [stderr] --> src/main.rs:17:8 [INFO] [stderr] | [INFO] [stderr] 17 | let renpy_lines = renpy::translate(bill_lines); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_renpy_lines` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `arguments` [INFO] [stderr] --> src/renpy/action/direction.rs:27:31 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arguments` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `current_indentation` [INFO] [stderr] --> src/renpy/action/direction.rs:27:56 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_indentation` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `arguments` [INFO] [stderr] --> src/renpy/action/fx.rs:3:29 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arguments` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `current_indentation` [INFO] [stderr] --> src/renpy/action/fx.rs:3:54 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_indentation` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `renpy_lines` [INFO] [stderr] --> src/main.rs:17:8 [INFO] [stderr] | [INFO] [stderr] 17 | let renpy_lines = renpy::translate(bill_lines); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_renpy_lines` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `arguments` [INFO] [stderr] --> src/renpy/action/direction.rs:27:31 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arguments` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `current_indentation` [INFO] [stderr] --> src/renpy/action/direction.rs:27:56 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn process_exeunt_command(arguments: &Vec, current_indentation: &u32) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_indentation` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `arguments` [INFO] [stderr] --> src/renpy/action/fx.rs:3:29 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_arguments` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `current_indentation` [INFO] [stderr] --> src/renpy/action/fx.rs:3:54 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn process_play_command(arguments: &Vec, current_indentation: &u32) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_indentation` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/line_parser/choice.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | let mut cleaned_first = strip_first_char(command_string); [INFO] [stderr] | ----^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/line_parser/choice.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | let mut cleaned_first = strip_first_char(command_string); [INFO] [stderr] | ----^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_output_file` [INFO] [stderr] --> src/renpy/write/mod.rs:7:8 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn get_output_file(file_name: &str) -> File { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `translate_renpy_line_to_string` [INFO] [stderr] --> src/renpy/write/mod.rs:27:8 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn translate_renpy_line_to_string(renpy_line: &RenpyLine) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `generate_indentation` [INFO] [stderr] --> src/renpy/write/mod.rs:34:4 [INFO] [stderr] | [INFO] [stderr] 34 | fn generate_indentation(n: u32) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `write_to_file` [INFO] [stderr] --> src/renpy/mod.rs:41:8 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_output_file` [INFO] [stderr] --> src/renpy/write/mod.rs:7:8 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn get_output_file(file_name: &str) -> File { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `write_to_file` [INFO] [stderr] --> src/renpy/mod.rs:41:8 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn write_to_file(file_name: &str, renpy_lines: &Vec) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 28 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 27 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.32s [INFO] running `"docker" "inspect" "133229db536faa3bc273523977abd9ca9a48fbd946df760141b0d2f9c81091ea"` [INFO] running `"docker" "rm" "-f" "133229db536faa3bc273523977abd9ca9a48fbd946df760141b0d2f9c81091ea"` [INFO] [stdout] 133229db536faa3bc273523977abd9ca9a48fbd946df760141b0d2f9c81091ea