[INFO] updating cached repository tljubej/tljl [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tljubej/tljl [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tljubej/tljl" "work/ex/beta-1.38-1/sources/1.37.0/gh/tljubej/tljl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/tljubej/tljl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tljubej/tljl" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tljubej/tljl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tljubej/tljl'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 666374b9c6c53eb1219df0a9e4a26f127636d051 [INFO] sha for GitHub repo tljubej/tljl: 666374b9c6c53eb1219df0a9e4a26f127636d051 [INFO] validating manifest of tljubej/tljl on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tljubej/tljl on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tljubej/tljl [INFO] finished frobbing tljubej/tljl [INFO] frobbed toml for tljubej/tljl written to work/ex/beta-1.38-1/sources/1.37.0/gh/tljubej/tljl/Cargo.toml [INFO] started frobbing tljubej/tljl [INFO] finished frobbing tljubej/tljl [INFO] frobbed toml for tljubej/tljl written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tljubej/tljl/Cargo.toml [INFO] crate tljubej/tljl already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/tljubej/tljl/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tljubej/tljl against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tljubej/tljl:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] b21d9e65ffcf75cf619b45b682939194cbbc71f41ca5d484d04d0fc1cd4e3160 [INFO] running `"docker" "start" "-a" "b21d9e65ffcf75cf619b45b682939194cbbc71f41ca5d484d04d0fc1cd4e3160"` [INFO] [stderr] Compiling tljl v0.1.0 (/opt/crater/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.26s [INFO] running `"docker" "inspect" "b21d9e65ffcf75cf619b45b682939194cbbc71f41ca5d484d04d0fc1cd4e3160"` [INFO] running `"docker" "rm" "-f" "b21d9e65ffcf75cf619b45b682939194cbbc71f41ca5d484d04d0fc1cd4e3160"` [INFO] [stdout] b21d9e65ffcf75cf619b45b682939194cbbc71f41ca5d484d04d0fc1cd4e3160 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tljubej/tljl:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 249834e9a6ddc00e3c4f63b86738c135e5c2f7b584c19eb3a1f039f0e9d823be [INFO] running `"docker" "start" "-a" "249834e9a6ddc00e3c4f63b86738c135e5c2f7b584c19eb3a1f039f0e9d823be"` [INFO] [stderr] Compiling tljl v0.1.0 (/opt/crater/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 2.20s [INFO] running `"docker" "inspect" "249834e9a6ddc00e3c4f63b86738c135e5c2f7b584c19eb3a1f039f0e9d823be"` [INFO] running `"docker" "rm" "-f" "249834e9a6ddc00e3c4f63b86738c135e5c2f7b584c19eb3a1f039f0e9d823be"` [INFO] [stdout] 249834e9a6ddc00e3c4f63b86738c135e5c2f7b584c19eb3a1f039f0e9d823be [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tljubej/tljl:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 5763dee4bda7c4184d1714650affd66c7a6c0191bee62b826626034e6ee872e1 [INFO] running `"docker" "start" "-a" "5763dee4bda7c4184d1714650affd66c7a6c0191bee62b826626034e6ee872e1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/tljl-fa40e0c392acf643 [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test parser::lexer::tests::double_literal_regex_valid ... ok [INFO] [stdout] test parser::lexer::tests::double_literal_regex_invalid ... ok [INFO] [stdout] test parser::lexer::tests::brackes_brackets_parenthesis_regex_invalid ... ok [INFO] [stdout] test parser::lexer::tests::braces_brackets_parenthesis_regex_valid ... ok [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::boolean_literal_regex_invalid ... 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::boolean_literal_regex_valid ... ok [INFO] [stdout] test parser::lexer::tests::string_literal_regex_valid ... ok [INFO] [stdout] test parser::lexer::tests::operator_regex_valid ... ok [INFO] [stdout] test parser::lexer::tests::tokenizer_valid ... ok [INFO] [stdout] test parser::lexer::tests::tokenizer_invalid ... ok [INFO] [stdout] test parser::lexer::tests::operator_regex_invalid ... 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" "5763dee4bda7c4184d1714650affd66c7a6c0191bee62b826626034e6ee872e1"` [INFO] running `"docker" "rm" "-f" "5763dee4bda7c4184d1714650affd66c7a6c0191bee62b826626034e6ee872e1"` [INFO] [stdout] 5763dee4bda7c4184d1714650affd66c7a6c0191bee62b826626034e6ee872e1