[INFO] fetching crate hatter 0.1.4...
[INFO] testing hatter-0.1.4 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate hatter 0.1.4 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate hatter 0.1.4
[INFO] finished tweaking crates.io crate hatter 0.1.4
[INFO] tweaked toml for crates.io crate hatter 0.1.4 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hatter 0.1.4 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hatter 0.1.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0b3ed12383bb9168cc26d3afcf6288558302ace8ffa2c5cd7b059dac94270ca5
[INFO] running `Command { std: "docker" "start" "-a" "0b3ed12383bb9168cc26d3afcf6288558302ace8ffa2c5cd7b059dac94270ca5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b3ed12383bb9168cc26d3afcf6288558302ace8ffa2c5cd7b059dac94270ca5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b3ed12383bb9168cc26d3afcf6288558302ace8ffa2c5cd7b059dac94270ca5", kill_on_drop: false }`
[INFO] [stdout] 0b3ed12383bb9168cc26d3afcf6288558302ace8ffa2c5cd7b059dac94270ca5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0adf526354e092c11b00dc141cb5b3c947b474b11d50373fe3f84385b92fd239
[INFO] running `Command { std: "docker" "start" "-a" "0adf526354e092c11b00dc141cb5b3c947b474b11d50373fe3f84385b92fd239", kill_on_drop: false }`
[INFO] [stderr]    Compiling hatter v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:87:59
[INFO] [stdout]     |
[INFO] [stdout]  87 |           scan_error!($pos, $len, format!($msg, $($args),*));
[INFO] [stdout]     |                                                             ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/compile/lexer.rs:402:9
[INFO] [stdout]     |
[INFO] [stdout] 402 | /         scan_error!(
[INFO] [stdout] 403 | |             start,
[INFO] [stdout] 404 | |             1,
[INFO] [stdout] 405 | |             "Unclosed string. Expected closing quote: {}  ",
[INFO] [stdout] 406 | |             delimiter
[INFO] [stdout] 407 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `scan_error`
[INFO] [stdout]     = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this error originates in the macro `scan_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:87:59
[INFO] [stdout]     |
[INFO] [stdout]  87 |           scan_error!($pos, $len, format!($msg, $($args),*));
[INFO] [stdout]     |                                                             ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/compile/lexer.rs:611:20
[INFO] [stdout]     |
[INFO] [stdout] 611 |               return scan_error!(
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 612 | |                 self.pos,
[INFO] [stdout] 613 | |                 1,
[INFO] [stdout] 614 | |                 "Can't mix tabs and spaces. Expected {:?}, found {:?}",
[INFO] [stdout] 615 | |                 self.style,
[INFO] [stdout] 616 | |                 style
[INFO] [stdout] 617 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `scan_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:98:52
[INFO] [stdout]     |
[INFO] [stdout]  98 |         pos_error!($pos, format!($msg, $($args),+));
[INFO] [stdout]     |                                                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/compile/parser.rs:870:29
[INFO] [stdout]     |
[INFO] [stdout] 870 |                 _ => return pos_error!(pos, "Expected Attribute or >, got {:?}", next),
[INFO] [stdout]     |                             ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `pos_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |         error!(format!($msg, $($args),*));
[INFO] [stdout]     |                                          ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/compile/token.rs:80:13
[INFO] [stdout]     |
[INFO] [stdout]  80 |             error!("can't parse binary number: {:?}", self)
[INFO] [stdout]     |             ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error`
[INFO] [stdout]     = note: this error originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |         error!(format!($msg, $($args),*));
[INFO] [stdout]     |                                          ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/compile/token.rs:89:13
[INFO] [stdout]     |
[INFO] [stdout]  89 |             error!("can't parse binary number: {:?}", self)
[INFO] [stdout]     |             ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error`
[INFO] [stdout]     = note: this error originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |         error!(format!($msg, $($args),*));
[INFO] [stdout]     |                                          ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/compile/token.rs:98:13
[INFO] [stdout]     |
[INFO] [stdout]  98 |             error!("can't parse binary number: {:?}", self)
[INFO] [stdout]     |             ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error`
[INFO] [stdout]     = note: this error originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |           error_kind!($kind, format!($msg, $($args),*));
[INFO] [stdout]     |                                                        ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/eval/args.rs:46:52
[INFO] [stdout]     |
[INFO] [stdout]  46 |           self.args.get(idx).map(Value::clone).ok_or(error_kind!(
[INFO] [stdout]     |  ____________________________________________________-
[INFO] [stdout]  47 | |             ArgNotFound,
[INFO] [stdout]  48 | |             "Argument Not Found: {}",
[INFO] [stdout]  49 | |             idx
[INFO] [stdout]  50 | |         ))
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `error_kind` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |           error_kind!($kind, format!($msg, $($args),*));
[INFO] [stdout]     |                                                        ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/eval/args.rs:58:17
[INFO] [stdout]     |
[INFO] [stdout]  58 |               Err(error_kind!(
[INFO] [stdout]     |  _________________-
[INFO] [stdout]  59 | |                 WrongArgType,
[INFO] [stdout]  60 | |                 "Expected Number, got: {:?}",
[INFO] [stdout]  61 | |                 self.need(idx)?
[INFO] [stdout]  62 | |             ))
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `error_kind` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |           error_kind!($kind, format!($msg, $($args),*));
[INFO] [stdout]     |                                                        ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/eval/args.rs:71:17
[INFO] [stdout]     |
[INFO] [stdout]  71 |               Err(error_kind!(
[INFO] [stdout]     |  _________________-
[INFO] [stdout]  72 | |                 WrongArgType,
[INFO] [stdout]  73 | |                 "Expected String, got: {:?}",
[INFO] [stdout]  74 | |                 self.need(idx)?
[INFO] [stdout]  75 | |             ))
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `error_kind` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:117:54
[INFO] [stdout]     |
[INFO] [stdout] 117 |           error_kind!($kind, format!($msg, $($args),*));
[INFO] [stdout]     |                                                        ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/eval/args.rs:84:17
[INFO] [stdout]     |
[INFO] [stdout]  84 |               Err(error_kind!(
[INFO] [stdout]     |  _________________-
[INFO] [stdout]  85 | |                 WrongArgType,
[INFO] [stdout]  86 | |                 "Expected List, got: {:?}",
[INFO] [stdout]  87 | |                 self.need(idx)?
[INFO] [stdout]  88 | |             ))
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `error_kind` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |         error!(format!($msg, $($args),*));
[INFO] [stdout]     |                                          ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/eval/builtin.rs:127:16
[INFO] [stdout]     |
[INFO] [stdout] 127 |         return error!("Expected 2 args, got {}", 2);
[INFO] [stdout]     |                ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |         error!(format!($msg, $($args),*));
[INFO] [stdout]     |                                          ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/eval/builtin.rs:135:16
[INFO] [stdout]     |
[INFO] [stdout] 135 |         return error!("Expected 2 args, got {}", 2);
[INFO] [stdout]     |                ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |         error!(format!($msg, $($args),*));
[INFO] [stdout]     |                                          ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/eval/env.rs:224:28
[INFO] [stdout]     |
[INFO] [stdout] 224 |                     return error!("can't find var: {}", word);
[INFO] [stdout]     |                            ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |           error!(format!($msg, $($args),*));
[INFO] [stdout]     |                                            ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/eval/env.rs:263:40
[INFO] [stdout]     |
[INFO] [stdout] 263 |   ...                   return error!(
[INFO] [stdout]     |  ______________________________-
[INFO] [stdout] 264 | | ...                       "expected {} args, got {}",
[INFO] [stdout] 265 | | ...                       params.len(),
[INFO] [stdout] 266 | | ...                       args.len()
[INFO] [stdout] 267 | | ...                   );
[INFO] [stdout]     | |_______________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |         error!(format!($msg, $($args),*));
[INFO] [stdout]     |                                          ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/eval/env.rs:289:28
[INFO] [stdout]     |
[INFO] [stdout] 289 |                     return error!("can't find fn: {}", target.to_string());
[INFO] [stdout]     |                            ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |         error!(format!($msg, $($args),*));
[INFO] [stdout]     |                                          ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/eval/env.rs:324:28
[INFO] [stdout]     |
[INFO] [stdout] 324 |                     return error!("{} already set", name);
[INFO] [stdout]     |                            ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |         error!(format!($msg, $($args),*));
[INFO] [stdout]     |                                          ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/eval/env.rs:326:28
[INFO] [stdout]     |
[INFO] [stdout] 326 |                     return error!("{} is not set", name);
[INFO] [stdout]     |                            ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |         error!(format!($msg, $($args),*));
[INFO] [stdout]     |                                          ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/eval/env.rs:332:32
[INFO] [stdout]     |
[INFO] [stdout] 332 |                         return error!("{} is type {}", name, val.typename());
[INFO] [stdout]     |                                --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/error.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |         error!(format!($msg, $($args),*));
[INFO] [stdout]     |                                          ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/eval/env.rs:455:29
[INFO] [stdout]     |
[INFO] [stdout] 455 |                 v => return error!("expected List or Map, got {:?}", v),
[INFO] [stdout]     |                             ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/compile/parser.rs:54:13
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn peek(&mut self) -> Option<Token> {
[INFO] [stdout]    |             ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn peek(&mut self) -> Option<Token<'_>> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/compile/parser.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn peek2(&mut self) -> Option<Token> {
[INFO] [stdout]    |              ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn peek2(&mut self) -> Option<Token<'_>> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/compile/parser.rs:98:17
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn try_next(&mut self) -> Option<Token> {
[INFO] [stdout]    |                 ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn try_next(&mut self) -> Option<Token<'_>> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/compile/parser.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |     fn next(&mut self) -> Token {
[INFO] [stdout]     |             ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 114 |     fn next(&mut self) -> Token<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/compile/parser.rs:159:15
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn expect(&mut self, kind: Syntax) -> Result<Token> {
[INFO] [stdout]     |               ^^^^^^^^^                          ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn expect(&mut self, kind: Syntax) -> Result<Token<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/eval/env.rs:70:23
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn empty_args(&mut self) -> Args {
[INFO] [stdout]    |                       ^^^^^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn empty_args(&mut self) -> Args<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/symbol.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         CACHE.as_ref()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hatter` (lib) due to 38 previous errors; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0adf526354e092c11b00dc141cb5b3c947b474b11d50373fe3f84385b92fd239", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0adf526354e092c11b00dc141cb5b3c947b474b11d50373fe3f84385b92fd239", kill_on_drop: false }`
[INFO] [stdout] 0adf526354e092c11b00dc141cb5b3c947b474b11d50373fe3f84385b92fd239
