[INFO] updating cached repository https://github.com/tljubej/tljl [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 666374b9c6c53eb1219df0a9e4a26f127636d051 [INFO] testing tljubej/tljl against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftljubej%2Ftljl" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tljubej/tljl on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tljubej/tljl [INFO] finished tweaking git repo https://github.com/tljubej/tljl [INFO] tweaked toml for git repo https://github.com/tljubej/tljl written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/tljubej/tljl already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-6/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] a8447facb577cd9021ec19f39d7daa70ec08d9db432a08be9f9edc36c51bf4fa [INFO] running `"docker" "start" "-a" "a8447facb577cd9021ec19f39d7daa70ec08d9db432a08be9f9edc36c51bf4fa"` [INFO] [stderr] Compiling tljl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/parser/lexer/mod.rs:80:71 [INFO] [stderr] | [INFO] [stderr] 80 | $container.push(($pos_counter, $token_creator((&$string[0..n])))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 98 | / tokenize!(input, [INFO] [stderr] 99 | | token_container, [INFO] [stderr] 100 | | pos_counter, [INFO] [stderr] 101 | | KEYWORD_LET_RX | |_| Token::KeywordLet, [INFO] [stderr] ... | [INFO] [stderr] 125 | | DIVISION_OPERATOR_RX | |_| Token::DivisionOperator, [INFO] [stderr] 126 | | COMMA_SEPARATOR_RX | |_| Token::CommaSeparator); [INFO] [stderr] | |______________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/parser/lexer/mod.rs:80:71 [INFO] [stderr] | [INFO] [stderr] 80 | $container.push(($pos_counter, $token_creator((&$string[0..n])))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 98 | / tokenize!(input, [INFO] [stderr] 99 | | token_container, [INFO] [stderr] 100 | | pos_counter, [INFO] [stderr] 101 | | KEYWORD_LET_RX | |_| Token::KeywordLet, [INFO] [stderr] ... | [INFO] [stderr] 125 | | DIVISION_OPERATOR_RX | |_| Token::DivisionOperator, [INFO] [stderr] 126 | | COMMA_SEPARATOR_RX | |_| Token::CommaSeparator); [INFO] [stderr] | |______________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/parser/lexer/mod.rs:70:42 [INFO] [stderr] | [INFO] [stderr] 70 | let trimmed_string = $string.trim_left(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] ... [INFO] [stderr] 98 | / tokenize!(input, [INFO] [stderr] 99 | | token_container, [INFO] [stderr] 100 | | pos_counter, [INFO] [stderr] 101 | | KEYWORD_LET_RX | |_| Token::KeywordLet, [INFO] [stderr] ... | [INFO] [stderr] 125 | | DIVISION_OPERATOR_RX | |_| Token::DivisionOperator, [INFO] [stderr] 126 | | COMMA_SEPARATOR_RX | |_| Token::CommaSeparator); [INFO] [stderr] | |______________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `"docker" "inspect" "a8447facb577cd9021ec19f39d7daa70ec08d9db432a08be9f9edc36c51bf4fa"` [INFO] running `"docker" "rm" "-f" "a8447facb577cd9021ec19f39d7daa70ec08d9db432a08be9f9edc36c51bf4fa"` [INFO] [stdout] a8447facb577cd9021ec19f39d7daa70ec08d9db432a08be9f9edc36c51bf4fa [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 2da88b49ae9c12e7f009226c180d6476309b5f6497559a5b7ed8518a239cb8a9 [INFO] running `"docker" "start" "-a" "2da88b49ae9c12e7f009226c180d6476309b5f6497559a5b7ed8518a239cb8a9"` [INFO] [stderr] Compiling tljl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/parser/lexer/mod.rs:80:71 [INFO] [stderr] | [INFO] [stderr] 80 | $container.push(($pos_counter, $token_creator((&$string[0..n])))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 98 | / tokenize!(input, [INFO] [stderr] 99 | | token_container, [INFO] [stderr] 100 | | pos_counter, [INFO] [stderr] 101 | | KEYWORD_LET_RX | |_| Token::KeywordLet, [INFO] [stderr] ... | [INFO] [stderr] 125 | | DIVISION_OPERATOR_RX | |_| Token::DivisionOperator, [INFO] [stderr] 126 | | COMMA_SEPARATOR_RX | |_| Token::CommaSeparator); [INFO] [stderr] | |______________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/parser/lexer/mod.rs:80:71 [INFO] [stderr] | [INFO] [stderr] 80 | $container.push(($pos_counter, $token_creator((&$string[0..n])))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 98 | / tokenize!(input, [INFO] [stderr] 99 | | token_container, [INFO] [stderr] 100 | | pos_counter, [INFO] [stderr] 101 | | KEYWORD_LET_RX | |_| Token::KeywordLet, [INFO] [stderr] ... | [INFO] [stderr] 125 | | DIVISION_OPERATOR_RX | |_| Token::DivisionOperator, [INFO] [stderr] 126 | | COMMA_SEPARATOR_RX | |_| Token::CommaSeparator); [INFO] [stderr] | |______________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/parser/lexer/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / lazy_static!{ [INFO] [stderr] 36 | | static ref KEYWORD_LET_RX: Regex = Regex::new(r"^let").unwrap(); [INFO] [stderr] 37 | | static ref KEYWORD_FN_RX: Regex = Regex::new(r"^fn").unwrap(); [INFO] [stderr] 38 | | static ref KEYWORD_STRUCT_RX: Regex = Regex::new(r"^struct").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 61 | | static ref COMMA_SEPARATOR_RX: Regex = Regex::new(r"^,").unwrap(); [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/parser/lexer/mod.rs:70:42 [INFO] [stderr] | [INFO] [stderr] 70 | let trimmed_string = $string.trim_left(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] ... [INFO] [stderr] 98 | / tokenize!(input, [INFO] [stderr] 99 | | token_container, [INFO] [stderr] 100 | | pos_counter, [INFO] [stderr] 101 | | KEYWORD_LET_RX | |_| Token::KeywordLet, [INFO] [stderr] ... | [INFO] [stderr] 125 | | DIVISION_OPERATOR_RX | |_| Token::DivisionOperator, [INFO] [stderr] 126 | | COMMA_SEPARATOR_RX | |_| Token::CommaSeparator); [INFO] [stderr] | |______________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.96s [INFO] running `"docker" "inspect" "2da88b49ae9c12e7f009226c180d6476309b5f6497559a5b7ed8518a239cb8a9"` [INFO] running `"docker" "rm" "-f" "2da88b49ae9c12e7f009226c180d6476309b5f6497559a5b7ed8518a239cb8a9"` [INFO] [stdout] 2da88b49ae9c12e7f009226c180d6476309b5f6497559a5b7ed8518a239cb8a9 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 4b2ab9a16c20fcac0fe020438ad27365a797c19700a64c1efba1d61d59dd75e6 [INFO] running `"docker" "start" "-a" "4b2ab9a16c20fcac0fe020438ad27365a797c19700a64c1efba1d61d59dd75e6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tljl-6f05ce2bc5d9c1aa [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test parser::lexer::tests::identifier_regex_invalid ... ok [INFO] [stdout] test parser::lexer::tests::identifier_regex_valid ... ok [INFO] [stdout] test parser::lexer::tests::string_literal_regex_invalid ... ok [INFO] [stdout] test parser::lexer::tests::string_literal_regex_valid ... ok [INFO] [stdout] test parser::lexer::tests::double_literal_regex_invalid ... ok [INFO] [stdout] test parser::lexer::tests::double_literal_regex_valid ... ok [INFO] [stdout] test parser::lexer::tests::braces_brackets_parenthesis_regex_valid ... ok [INFO] [stdout] test parser::lexer::tests::brackes_brackets_parenthesis_regex_invalid ... ok [INFO] [stdout] test parser::lexer::tests::boolean_literal_regex_invalid ... ok [INFO] [stdout] test parser::lexer::tests::boolean_literal_regex_valid ... ok [INFO] [stdout] test parser::lexer::tests::keyword_regex_invalid ... ok [INFO] [stdout] test parser::lexer::tests::keyword_regex_valid ... ok [INFO] [stdout] test parser::lexer::tests::operator_regex_valid ... ok [INFO] [stdout] test parser::lexer::tests::operator_regex_invalid ... ok [INFO] [stdout] test parser::lexer::tests::tokenizer_invalid ... ok [INFO] [stdout] test parser::lexer::tests::tokenizer_valid ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "4b2ab9a16c20fcac0fe020438ad27365a797c19700a64c1efba1d61d59dd75e6"` [INFO] running `"docker" "rm" "-f" "4b2ab9a16c20fcac0fe020438ad27365a797c19700a64c1efba1d61d59dd75e6"` [INFO] [stdout] 4b2ab9a16c20fcac0fe020438ad27365a797c19700a64c1efba1d61d59dd75e6